Re: How to merge works done on various branches ?
From: marc gonzalez-carnicer <carnicer.lists_at_gmail.com>
Date: Tue, 28 Apr 2009 13:00:18 +0200
hi,
2009/4/27 Olivier Sannier <obones_at_free.fr>:
yes, read it please. but sometimes an example over a concrete example
>> 1) While at revision 9, I detect for example that the modifications
before starting, it's much better to check you have no local changes.
assuming you are on the trunk directory ...
$ svn merge -c -3 <TRUNK_URL> .
please do notice the '-' and the '.'
>> 2) While at revision 9, I detect that the modifications done on rev7
again assuming you are on the trunk directory ...
$ svn merge -c 7 <BRANCH_URL> .
it's also possible to use -r instead of -c. in the first case -r 2:3,
after either case, you may want to check the differences. no commit
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.