开发者

How to move directories within svn

开发者 https://www.devze.com 2023-04-04 00:01 出处:网络
Currently my project is under foo with 2 sub modules foo/A and foo/B I have requirement to move A under B, so it looks like t开发者_如何学编程his foo/B/A. Is there a clean way to remove SVN references

Currently my project is under foo with 2 sub modules foo/A and foo/B I have requirement to move A under B, so it looks like t开发者_如何学编程his foo/B/A. Is there a clean way to remove SVN references before doing this transition using a svn command.


How about this?

svn mv foo/A foo/B/
0

精彩评论

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