RE: [Subclipse-users] Usage question
From: Eduard Martinescu <eduard.martinescu_at_globalcrossing.com>
Date: Mon, 30 Mar 2009 15:27:05 -0400
Well, I think I've managed to solve my own question, although it wasn't very easily done within Subclipse entirely.
I ended up specifying branch 'B1' in the 'start' URL, then manually selecting the revisions from 'from' and 'to' based on my command line 'svn log' output. This successfully found all the changes to B1 and brought them forward to my wc.
Ed
From: Eduard Martinescu [mailto:eduard.martinescu_at_globalcrossing.com]
So, I'm stuck as to how to accomplish the following using Subclipse..
1) Some time in the past, I created a branch. Let's call that B1 for arguments sake. I did some work on the branch, made commits, then forgot about it.
So, now, how do I get all the changes from branch B1 merged into my new branch created fresh from trunk (say B3)?
If I select B2 as the 'source/from' URL, and look at revisions, I only see the copy (assuming the checkbox is on). If de-select the checkbox, then I see all the commits to the repository.not quite what I was looking for. From the command line, I could specify something like svn://vc/root/branch/b1_at_reva where reva is some revision prior to the move to B2. If I do that with the log command, I can see the set of commits effecting B1,upto the copy from trunk that created B1. But how do I translate all that into Subclipse? Trying to add '@reva' to the end of the URL in the 'From' field results in an error..
Running the whole merge from the command line is an option, but it seems to mess up the ability of Subclipse to handle merge conflicts properly (maybe I'm just missing something to the merge command line?)
Anyone have pointers or help they can provide?
Ed
PS:
Mini timeline:
B1 created from trunk
My desire is to merge changes made to B1 over to new B3 (standard merge scenario). The problem is the B1 rename to B2..
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.