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

Re: svn merge -r shortcut

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-08-16 04:04:51 CEST

Vlad Skvortsov wrote:
> Hi!
>
> It is a common use case (for me, at least) to merge just a single
> revision from another branch:
>
> $ svn merge -r 1234:1235 $ROOT/branch/other
>
> In this case r1235 is merged. Why not having the following syntax to be
> the shortcut for the above:
>
> $ svn merge -r 1235 $ROOT/branch/other

In 1.4, "-c 1235" is the shortcut syntax for this.

>
> ?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 16 04:06:18 2006

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.