Blame | Last modification | View Log | RSS feed
@echo offif not "%1"=="" goto test_existecho Must provide an argumentexit /B 1:test_existif not exist e:\Repositories\%1 goto createecho Repository %1 already existsexit /B 1:createsvnadmin create e:\Repositories\%1copy e:\Repositories\*.cmd e:\Repositories\%1\hooks