Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 svnserve 运行一个 SVN 存储库。我们现在已经在另一个网络的另一台机器上创建了一个新的 svnserve SVN 存储库。我现在想将活动存储库复制到新存储库。我怎样才能做到这一点?我想复制存储库,而不是移动它。
将存储库文件夹复制到另一台机器或使用svnsync通过网络复制存储库。