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

svn merge -r shortcut

From: Vlad Skvortsov <vss_at_73rus.com>
Date: 2006-08-16 00:41:22 CEST

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

?

-- 
Vlad Skvortsov, vss_at_73rus.com, http://vss.73rus.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 16 00:57:24 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.