且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将文件夹从一个仓库移动到另一个仓库?

更新时间:2022-06-25 05:30:13

列出新仓库的内容

svn list --recursive full_url_of_repo2

或简而言之:

svn ls -R ...

您可能需要使用 localhost://path_to_repo2 作为完整网址.

You might need to use localhost://path_to_repo2 as full url.

有帮助吗?

尼古拉斯