开发者

Tortoise SVN - moving whole project to a folder

开发者 https://www.devze.com 2022-12-12 22:32 出处:网络
I am having a huge problem with this. I want to take my whole project from the root folder, and move it to the root/webUI folder.

I am having a huge problem with this.

I want to take my whole project from the root folder, and move it to the root/webUI folder.

What I have done seems simple, but it's not working. I simply made the new root/webUI folders, selected everything else in the root folder, and right-click dragged it into the new folder. I then elected to SVN Move Version开发者_如何学Gos Item(s) Here which is all well and good, everything shows up in local drive just fine.

Then I go to commit the new changes, everything seems to work, but only the upper level folders are uploaded, none of the contents inside are added at all. Is there any way to force a full update? It seems that SVN feels it is up-to-date, even though the files in the repository are absent in relation to my project.

Please let me know if this does not make sense.


This process should be a two commit process.

  1. Create the destination folder in the root folder of your working copy.
    • Commit the changes (ie. Adding new folder).
    • Select all other files you want to move into the new folder.
    • Right click and hold the selected group of files.
    • Drag the your cursor to the new folder, release.
    • In the menu that results, select SVN Move.
    • Commit your changes


I have made several times the experience that the Subversion command line interface is more reliable that TurtoiseSVN for various move manipulations.

Before loosing your patience with TurtoiseSVN, I would first try with the svn move command. See the Subversion documentation for more info.

0

精彩评论

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