[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: merge range of revisions or one by one

From: Bosnjak Zoran <Bosnjak_at_iskratel.si>
Date: 2007-05-09 10:07:26 CEST

Christophe,

> When rev=rev1 you will do:
> svn merge -r (rev1-1):rev1 url_of_X

I understand your point, but this is not the case.

I am not actually doing (rev1-1):rev1 merge in a loop.
My loop starts at first revision after rev1.

What I wanted to say is:
$<for each rev from rev1:rev2 (excluding rev1 itself) do>
$ svn merge -r (rev-1):rev url_of_X

Zoran
Received on Wed May 9 10:07:58 2007

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.