Commit changes to a different branch than the currently checked out branch with subversion

Posted by Paul Alexander on Stack Overflow See other posts from Stack Overflow or by Paul Alexander
Published on 2010-05-06T19:24:06Z Indexed on 2010/05/06 19:28 UTC
Read the original article Hit count: 431

Filed under:
|
|

I've been working on code checked out from the development line and discovered that the changes made might be breaking changes and need to be moved to an experimental branch before committing to the main dev tree. However, I don't have the experimental branch checked out and I don't want to loose the changes that have already been made.

Is there a way to commit the changes in the working folder to a different branch than originally checked out?

© Stack Overflow or respective owner

Related posts about svn

Related posts about version-control