Sachin Kainth
Sachin Kainth

Reputation: 46750

SVN folder renamed

I am working on a branch of a project that is checked into SVN. The branch was created in a sub folder of a folder called branch. I renamed the branch folder to branches after working on, but not checking in, the code within the aforementioned branch. Now, when I try to check in, I understandably, get an error saying that the path in SVN cannot be found. How do I resolve this issue?

Thanks,

Sachin

Upvotes: 1

Views: 642

Answers (1)

Edwin Buck
Edwin Buck

Reputation: 70909

Rename the folder back, then do a svn move on the folder.

Other techniques exist, but this is probably the easiest.

Upvotes: 2

Related Questions