SVN win svnsync 同步

源SVN:http://192.168.0.101/svn/src 用户名:zxb 密码:123456
目标SVN:http://192.168.0.105/svn/bak 用户名:zxb 密码:123456

初始化:
svnsync init file:///C:/Repositories/bak http://192.168.0.101/svn/src --source-username zxb --source-password 123456 --sync-username zxb --sync-password 123456 --no-auth-cache

同步:
svnsync sync http://192.168.0.105/svn/bak --source-username zxb --source-password 123456 --sync-username zxb --sync-password 123456 --no-auth-cache

pre-revprop-change.bat
EXIT 0

PST-COMMIT
svnsync sync http://192.168.0.105/svn/bak --source-username zxb --source-password 123456 --sync-username zxb --sync-password 123456 --no-auth-cache

你可能感兴趣的:(SVN win svnsync 同步)