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

Re: svn switch and URL:s with colons

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-06-30 01:51:52 CEST

On Thu, 29 Jun 2006, Fredrik Arnerup wrote:

> Hi
>
> In 1.3.1, svn switch does not seem to consider "svn://server:/foobar"
> and "svn://server/foobar" to be the same repo.
>
> > svn switch svn://server:/foobar
> svn: 'svn://server:/foobar'
> is not the same repository as
> 'svn://server/foobar'
>
> Can anyone confirm this? Should I file a bug report?

Many common tools (Firefox, CVS, etc.) handle this format. Section
3.2.2 and 3.2.3 of RFC 2616 are slightly at odds with each other on
this topic, suggesting first that the colon should only be included
with a port number, then going on to say that a colon which lacks a
port number should be treated identically as one without for
comparison purposes.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.2
(Another reference might be more appropriate for ra_svn.)

Perhaps we should support the colon-without-number format, at least
for comparsions?

  • application/pgp-signature attachment: stored
Received on Fri Jun 30 01:52:11 2006

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.