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?…
==============================================================================
--- 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
)