1

我设置了一个新的 svn 存储库并将所有用户重新定位到它。
但即使在重新定位后,一些用户的子文件夹也已从不同的 repo 中签出。
那么有没有办法检查这个并将所有文件夹重新定位到同一个存储库。
谢谢

4

1 回答 1

1

I believe the repository has externals enabled in it.

Do the following in the root of your working copy to list all the externals in your repository:

svn propget svn:externals -R

You may have to manually changes those links to the desired location with the following syntax

svn propset svn:externals PROPNAME PROPVAL PATH
于 2012-07-25T19:11:36.897 回答