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

Re: what's a "trail url"?

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-10-30 04:09:56 CET

At 2:42 AM +0000 10/30/03, Philip Martin wrote:
>The URL argument is *only* used to check whether the root URL of the
>working copy matches the given URL. Since your script extracts the
>root URL and then passes it to svnversion the check will succeed.
>Switches within the working copy, i.e. not the working copy root, are
>detected by comparing an item's URL with it's parent's URL, the URL
>given on the command line is irrelevant.

I think you here imply the answer to my original question (roughly,
"what's the idea here?"). I think you envision an "svn switch" of
some subdirectory of the whole tree, and this trail_url business is
intended to detect that the tree has mixed revisions?

'Cause I do routinely switch the working copy root; that's a big part
of what I'm tracking here:

        cd ~/src/svn
        svn switch http://svn.collab.net/repos/svn/trunk
        svn switch http://svn.collab.net/repos/svn/tags/0.32.1
        svn switch http://svn.collab.net/repos/svn/branches/release_0.33
        ...

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835.8090
f: 650.228.2501
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 30 04:10:37 2003

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.