mkdir wc mkdir wc\1 mkdir wc\2 mkdir wc\2\21 echo file 21a> wc\2\21\21a.txt echo file 21b> wc\2\21\21b.txt mkdir wc\2\22 echo file 22a> wc\2\22\22a.txt echo file 22b> wc\2\22\22b.txt rem Create repository svnadmin create test rem Allow anonymous access echo [general]> test/conf/svnserve.conf echo anon-access = write>> test/conf/svnserve.conf rem Launch svnserve for current directory at port 40000 start svnserve.exe --daemon --foreground --root %CD% --listen-port 40000 --listen-host 127.0.0.1 svn -m "" import wc svn://localhost:40000/test