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

RE: Synchronizing two branches

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-26 23:55:50 CEST

On Sat, 2004-06-26 at 13:48, Casper Hornstrup wrote:

> C:\svntest\svncshconsultdk\newrepos\checkin\trunk\reactos>svn merge -r 33:HEAD
> https://svn.csh-consult.dk/reactos/vendor/reactos/20040628/reactos

Um, if HEAD == 33, then you're asking 'svn merge' comparing r33 of the
vendor branch with r33 of the vendor branch. That's not going to
produce a patch, since you're comparing the same tree with itself. Of
course there's no output. :-)

You need to compare two 'snapshots' of the vendor tree: the way the
vendor branch looked when it was first created, and the way it looks
now. So you need to compare the revision in which the branch was
created with HEAD.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 26 23:59:58 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.