Reputation: 34717
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 Versions 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.
Upvotes: 2
Views: 3249
Reputation: 5330
This process should be a two commit process.
Upvotes: 2
Reputation: 6871
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.
Upvotes: 1