[Devel] svn question
Henning Westerholt
henning.westerholt at 1und1.de
Tue Mar 13 17:33:21 CET 2007
Am Dienstag, 13. März 2007 17:16 schrieb Klaus Darilion:
> Hi!
>
> I have no experience with svn - maybe someone can help me.
>
> If I fix documentation in trunk and want to backport it 1.2 too. Do I
> have to make it the hard way (checkout 1.2, fix it, commit) or is there
> a special svn command to apply a fix to 1.2 too?
Hi Klaus,
it should be possible to use svn merge to apply your changes in trunk to the
branch. You can simply use the repositoy url, no need to check the branch
out. This works with svn copy too.
http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.merge.html
Best regards,
Henning
More information about the Devel
mailing list