参考:http://doc.iusesvn.com/show-45-1.html
把http://opcustom.googlecode.com/svn/备份到file:///d:/svnrep/bak
在d盘的svnrep目录下
svnadmin create bak
之后
在bak\hooks下建立pre-revprop-change.bat,
内容为
exit 0;
然后
svnsync init file:///d:/svnrep/bak http://opcustom.googlecode.com/svn/
svnsync sync file:///d:/svnrep/bak