Re: A question about merging and conflicts
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-26 17:09:49 CEST
Brian Denny <brian@briandenny.net> writes:
> > What was the problem here?
I'm not sure what the problem is, then.
If he copied /trunk to /tags/tag1 in revision 100, then the command
svn [merge|diff] http://.../tags/tag1 http://.../trunk
should be exactly the same as
svn [merge|diff] -r100:HEAD http://.../trunk
Beacuse /trunk@100 == /tags/tag1@100. They're the same tree.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.