svn备份执行
svnsync init svn://192.168.136.128/svnrepos svn://192.168.136.129/svnrepos
会提示
svnsync: E000022: Session is rooted at 'svn://192.168.136.128/test' but the repos root is 'svn://192.168.136.128'
试下:svnsync init svn://192.168.136.128/test/svnrepos svn://192.168.136.129/svnrepos
看提示是你的路径写错了
不行
svnsync: E000022: Session is rooted at 'svn://192.168.136.128/svnrepos' but the repos root is 'svn://192.168.136.128'
svnsync initialize svn://192.168.136.128 svn://192.168.136.129/svnrepos
这样子是可以的,加上svnrepos版本库就不行了