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

Re: HTTP authentication vs. --username and --password

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-22 05:15:20 CEST

Peter Davis <peter@pdavis.cx> writes:

> On Sunday 21 July 2002 19:02, Ben Collins-Sussman wrote:
> > > <entry
> > > committed-rev="1"
> > > name="svn:this_dir"
>
> Something I just realized, sorry that it is totally unrelated:
>
> $ svn mkdir 'svn:this_dir'
>
> svn_error: #21051 : <Unmergeable scheduling requested on an entry>
> fold_state_changes: Entry 'svn:this_dir' already under revision control
>
> ..... probably will never come up in real life, but I have always had an
> aversion to magic strings.

Sorry... you can't create a directory named '.svn' either, nor can
you create a 'CVS' directory in cvs. :-)

> Sorry for any confusion. I was referring only to
>
> url="http://username@server/repos/path"
> ^^^^^^^^

AFAIK, we're not parsing the username@host syntax within the URL. So
the only reason it's being stored in the entry is because that's the
URL you passed to 'svn checkout' originally. The URL is treated as an
opaque object. Only the .svn/auth/ area counts for authentication.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 22 04:27:17 2002

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.