Author: tchemit Date: 2008-04-15 09:06:30 +0000 (Tue, 15 Apr 2008) New Revision: 788 Modified: trunk/lutinutil/src/java/org/codelutin/vcs/VCSHandler.java Log: ajout method pour reinit la connexion vcs Modified: trunk/lutinutil/src/java/org/codelutin/vcs/VCSHandler.java =================================================================== --- trunk/lutinutil/src/java/org/codelutin/vcs/VCSHandler.java 2008-04-15 09:05:08 UTC (rev 787) +++ trunk/lutinutil/src/java/org/codelutin/vcs/VCSHandler.java 2008-04-15 09:06:30 UTC (rev 788) @@ -37,7 +37,7 @@ /** * TODO renommer en workingCopyRootFile * - * @return + * @return the locaqtion of working root directory */ File getLocalDatabasePath(); @@ -48,7 +48,14 @@ * @throws VCSException if any exception while init */ void initWorkingCopy() throws VCSException; - + /** + * reinit working copy, says if it is the first we use it it, we will checkout + * the databaseDirectory directory + * + * @throws VCSException if any exception while init + */ + void reinitWorkingCopy() throws VCSException; + /** delete the local working copy with all his files */ void deleteWorkingCopy();