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

Re: Official revision syntax for Subversion URLs

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-08-05 22:44:54 CEST

On Tue, 2003-08-05 at 16:37, Jack Repenning wrote:
> If I point an actual SVN client at file:///repo/blah/blah, the actual
> client's knowledge of WebDAV is no help, because the URL I've given
> it does not pass through a WebDAV server. Indeed, I might not even
> have mod_dav_svn set up at this site.

Uh, sure, but that's irrelevant.

If what you want is an HTTP URL to hand to people for that path in that
repository at a particular revision, you're sunk anyway; you have to
know whether there's a web server running and how it's configured before
you can produce one of those, no matter what we do in this conversation.

If what you want is that path in that repository at a particular
revision, you don't need to construct a URL; you use the appropriate
Subversion mechanism. I said "it can use DeltaV" before because we were
talking about HTTP URLs, but of course there are equivalent mechanisms
for file:// and svn://.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 5 22:52:06 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.