[ros-diffs] [dreimer] 29937: Fix one bug in ssvn. Now it does checkout in %CD% not %CD%/reactos

dreimer at svn.reactos.org dreimer at svn.reactos.org
Sun Oct 28 19:49:01 CET 2007


Author: dreimer
Date: Sun Oct 28 21:49:01 2007
New Revision: 29937

URL: http://svn.reactos.org/svn/reactos?rev=29937&view=rev
Log:
Fix one bug in ssvn. Now it does checkout in %CD% not %CD%/reactos

Modified:
    trunk/tools/RosBE-Windows/Root/sSVN.cmd

Modified: trunk/tools/RosBE-Windows/Root/sSVN.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/sSVN.cmd?rev=29937&r1=29936&r2=29937&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Root/sSVN.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/sSVN.cmd Sun Oct 28 21:49:01 2007
@@ -44,7 +44,7 @@
     )
     dir /b 2>nul|findstr "." >nul
     if errorlevel 1 (
-        svn checkout svn://svn.reactos.org/reactos/trunk/reactos
+        svn checkout svn://svn.reactos.org/reactos/trunk/reactos .
     ) else (
         echo ERROR: Folder is not empty. Continuing is dangerous and can cause errors. ABORTED
     )




More information about the Ros-diffs mailing list