Subversion Repositories DevTools

Rev

Rev 1291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1291 Rev 4226
Line 1... Line 1...
1
@echo off
1
@echo off
-
 
2
REM Maintained in package SubversionServerSupport
-
 
3
REM
-
 
4
REM Create a new Repo and populate the hooks area with standard hooks
-
 
5
REM
2
if not "%1"=="" goto test_exist
6
if not "%1"=="" goto test_exist
3
echo Must provide an argument
7
echo Must provide an argument
4
	exit /B 1
8
	exit /B 1
5
	
9
	
6
:test_exist
10
:test_exist