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

Re: Easy comparisons between related trunks, branches, and tags

From: Alan Barrett <apb_at_cequrux.com>
Date: 2005-11-09 17:17:36 CET

On Wed, 09 Nov 2005, Kevin Puetz wrote:
> I punted both of those issues by making the user say, ala patch, how many
> path components to whack off the front (essentially either 1 (/trunk), 2
> (/{branches,tags}/*), or perhaps 3 (if you have branches or tags sorted
> into groupings).

My concern is that it doesn't seem to cope easily with the case where
there are several directory levels between the repository root and the
{trunk,branches,tags} level. A real solution will need to work easily
in a repository that has URLs like

svn://long.name.of.server/long/path/to/repository/long/path/to/project/branches/branchgroup/branchname/long/path/to/subdir/file

Sorry, but as a user, I want to be able to do

        diff -r branches/othergroup/otherbranch filename

or something that involves approximately the same amount
of typing as that. I don't want to have to remember or
calculate a number of path components to drop or retain,
and I don't want to have to type any part of either
"svn://long.name.of.server/long/path/to/repository/long/path/to/project"
or "long/path/to/subdir".

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 9 17:20:51 2005

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.