When working in a subversion repository it is some times (often) nesecary to pin the externals. This requires the often tricky task of finding them all first, made easier with this command:
$ svn propget svn:externals -R
Which will recursively list all you externals from the current directory.
No comments:
Post a Comment