Reverting after a merge, bad idea?
Posted
by Clean
on Stack Overflow
See other posts from Stack Overflow
or by Clean
Published on 2010-04-30T06:34:06Z
Indexed on
2010/04/30
6:37 UTC
Read the original article
Hit count: 307
subversion
Hi,
I'm a newcomer to subversion. Recently, I've done some development in two different branches, where one of the branches was a branch of the other branch. I've merged down some changes from the first branch down to the trunk. However, when trying to merge down changes from the other branch to trunk, everything went haywire. That is, I've had a lot of conflicts, some of which I resolved (but not commited) and some of which are not. What worse is, a lot of the changes I made to the branch were for some reason not merged into the trunk. Now, my only question is, can I just do a revert on my working copy to return the trunk into its previous state? That is, will I mess something up by doing this? My taught is to start all over again and do it more carefully "by hand".
Thanx!
© Stack Overflow or respective owner