On Apr 20, 2010, at 9:13 AM, Samuel Thibault wrote:

> Jeff Squyres, le Tue 20 Apr 2010 09:09:15 -0400, a écrit :
> > while ("$r" != "")
> >     echo merging in r$r...
> 
> 
> >     set r_minus_one=`expr $r - 1`
> >     set str="svn merge -r ${r_minus_one}:$r $otrunk ."
> 
> You can replace this with svn merge -c $r $otrunk .

Ya, I think that didn't work with some older versions of svn (this is an old 
script).  :-)

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to