2008-09-25

sync local svn repository

Copy svn repository in http://sourceforge.com/otherprojetct/ to local svn in d:/code/mysvnrepo


svnadmin.exe create --fs-type fsfs mysvnrepo
svnserve.exe --daemon -r d:/code
svnsync init --username achim svn://localhost/mysvnrepo http://sourceforge.com/otherprojetct/
svnsync sync svn://localhost/mysvnrepo

Keine Kommentare: