I have something checked out from http://svnhost/project/tags/0.3. I have made modifications in that directory, and now I’d like to commit them to trunk. How can I switch the commit destination? It seems svn switch will try to checkout trunk if I use it, but I don’t want that because it’d overwrite my changes.
I have something checked out from http://svnhost/project/tags/0.3 . I have made modifications in that
Share
The SVN switch command can be a bit tricky to use, and less straightforward than manually merging your changes into the trunk. I agree with Forsvarir that the simplest solution would be to checkout the trunk, move your tag files into the trunk, and then commit the trunk.
However, here might be some helpful documentation on using the switch command. Generally, a good practice is not to work specifically on a tag:
Once you create the branch, you can do a merge command.