Re: 'svn merge' interface
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-04-03 23:24:40 CEST
On Tue, Apr 02, 2002 at 04:08:09PM -0600, Ben Collins-Sussman wrote:
I'd suggest a different term than "dry-run" if you're going to document this
> svn merge wcpath -r N
and case 1b, where wcpath is omitted, so it defaults to "."
> - usecase #2: pure repository-side diff:
"."
The semantics are "merge <this> URL from revs N to M into my wc"
Conceivably, you might have a wcpath *and* a URL, where the former specifies
> B. wcpath converted to URL: svn merge wcpath -r N:M
C. svn merge -r N:M
> - usecase #3: merging an arbitrary changeset:
Our code can definitely support it, so then we just need to talk about
> XXX Syntax problem: how do we specify two independent revs?
This is where the @rev (or was it #rev?) syntax comes in:
svn merge URL1@N URL2@N
> XXX Syntax problem: to what wcpath should the merge be applied?
"." is the default, but there ought to be a way to specify the target
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Apr 3 23:20:51 2002 |
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.