开发者

svn:externals bring back

开发者 https://www.devze.com 2023-01-23 10:45 出处:网络
I have deleted directory coming from svn:external, simply by rm -rf, now it does not come back when I do svn up in directory above, where

I have deleted directory coming from svn:external, simply by rm -rf, now it does not come back when I do svn up in directory above, where are externals set.

It just sa开发者_StackOverflow社区ys that directory is under some revision and nothing more?

How can I fetch that directory again?


svn:external is a property set in the directory containing the external repository folder.

You may want to try svn revert on the deepest directory that contained your removed external reference.
Be careful though that you only revert directories you have removed and not accidentally revert modified but uncommitted files.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号