cherrypicking not working merging
From: vinay i <vinay.indresh_at_gmail.com>
Date: Tue, 4 Nov 2008 23:22:30 +0530
Hi All
I am facing issues when I am trying to cherry pick changes to be merged. I
svn --version
Brief explanation:
2. Assume a bug is found on the release branch.
3. I fix the bug in the main trunk in revision 37721.
4. Now, I need to merge the changes which went into 37721 to my release
5. I checked out the release branch. Now I need to merge changes that went
svn info check.pl
Repository Root: svn+ssh://host/repository/base_svn
6. When I run diff between 37721 and the release version the below is
svn diff -c 37721 svn+ssh://host/repository/base_svn/trunk/script/check.pl
7. But when I performed the merge it merged all the changes from 37715 to
<<<<<<< .working
#Testing
Please correct me if the procedure followed is wrong.
Thanks
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.