On Wednesday 07 February 2007 13:30, Carl Lerche wrote:
> Hello all,
>
> I had a hopefully simple question. Let's say I have a big project
> to work on, and I create a branch of trunk. The project will take a
> few weeks and I want to also keep the branch up to date with trunk.
> So, every end of day, I merge from trunk into the branch. As far as
> I understand, the command would be something similar to this:
>
> svn merge -r r1:HEAD http://svn.foo.com/project/trunk
>
> where r1 is the last time (the day before) that I integrated from
> trunk.
Sounds good, and there's no other way I know. In fact I've seen other
users in a bind because they did not keep good enough log messages in
order to track what has already been merged.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 7 22:19:36 2007