Re: Revision 2 [was Re: [PATCH] Fix for Issue #1093 (pre-release)]
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-29 17:38:25 CET
Shlomi Fish <shlomif@vipe.technion.ac.il> writes:
> I suppose. I have some understanding of it, but don't know if it's the
Nah, that would just complicate things further. My suggestions:
1. Make the --revision (-r) option *always* talk about the operative
2. Make the '@' syntax always talk about the "peg" revision.
3. The peg revision must always be greater than (younger than) the
The "peg" revision is the one that is auto-populated in various
svn diff -rM:N wcpath
would do what you expect because under the hood it gets translated to
svn diff -rM:N wcpath@BASE
This gives you tons of flexibility. Say you want to see the diffs
svn diff -r19:30 repos-url@30
If you wanted the history of the thing now in HEAD between those two
---------------------------------------------------------------------
|
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.