[Fabian Greffrath]
> So, the question boils down to "What should be shown as old revision,
> if not all files in the repo had the same old revision?".

If you really want this feature and are trying to figure out the
design, look at 'svnversion'.  In the mixed-rev case, it shows a range.
(It also explicitly indicates whether there are any switched subdirs or
modified files, which you probably don't need here.)

Also, note that 'svn update' can be thought of as just a special case
of 'svn switch'.  (That is, switch does 2 things, changes the
repository path _and_ updates to a specified revision, or to HEAD.)
With that in mind, as you implement this, you should probably make sure
it works for both 'svn update' and 'svn switch'.

Peter


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to