Reputation: 18124
I have 2 projects commited to my SVN repository 'myproject' and 'myproject-2'. Both are under the same directory.
If I delete 'myproject' and commit these changes.
Then later if I rename 'myproject-2' to 'myproject'. Will I hit any issues here? i.e. are there going to be any conflicts after the rename?
Im using TortoiseSVN to do the delete and rename.
Upvotes: 1
Views: 37
Reputation: 7787
As you've stated it there, you shouldn't run into any issues.
Where you might hit issues is if you try to roll back the first commit (the delete), but other than that you should be fine.
Upvotes: 1