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

Re: Dovetailing issues 960, 951, 926, etc (URLs in WCs)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-04-06 12:51:55 CEST

mark benedetto king <mbk@boredom.org> writes:

> What if, instead, we had a ~/.subversion/repositories file, which
> looked something like this:
>
> [d8f54182-2d6f-4092-bc72-42359026ff08]
> name = svn-dev
> description = The Subversion Development Repository
> url = http://svn.collab.net/repos/svn
>
> Then the repository URL could be looked up via the WC UUID.
> The user could easily change the URL with their Favorite Editor when
> they need to. Or a cmdline util to manage the known repositories
> could be created.

This appears to rely on a 1-1 mapping from UUID to URL. What happens
if I want to have multiple working copies referring to the same
repository but using different URLs? It is quite simple to checkout
the same repository to two separate working copies, one using ra_dav
and one using ra_svn. This would require two entries in your
repository file but there is only one UUID.

I don't even need to use different RA libraries to have a problem.
It's possible that I want to have a "commit" working copy over https
and another "reference" working copy over http. Again both working
copies would refer to the same repository UUID but would use different
URLs.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 6 12:52:40 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.