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

Re: I miss tags

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-09-23 19:31:19 CEST

Erik Anderson wrote:
> While I do recognize that svn copies are minimal cost operations, I do also
> recognize that something is lost from the movement towards copies. For
> instance, I highly doubt that the following command would work:
>
> svn merge -r http://xxx/repos/tags/tag16.c:http://xxx/repos/tags/tag17
> http://xxx/repos/trunk

Of course it won't work, you're using the wrong syntax.

That should be:

$ svn merge http://xxx/repos/tags/tag16 http://xxx/repos/tags/tag17 .

AKA "merge the difference between tag 16 and tag 17 into my local
working copy, which is checked out from the trunk"

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 23 19:32:02 2004

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.