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

Re: using svn.collab.net from a Windows client

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-08-31 00:40:08 CEST

Ben Collins-Sussman wrote:

>Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:
>
>>I'm on this. I'll submit an issue if I can't nail it down tonight.
>>What's happening is that svn_client_authenticate just tacks
>>"/SVN/auth/password" on the end of its path. I'll have to think about
>>where these checks shoud happen, though, because checkout should behave
>>differently from update/status/commit.
>>
>
>Look at libsvn_client/status.c. The problem is that
>svn_client_status() can take a dir or file as an argument; but
>internally, it calls svn_client_authenticate() on the path no matter
>what, when this routine *only* takes dirs. If 'path' is a single
>file, the parent path should be passed to authenticate().
>

Yes, I've been looking at that. Update has the same problem. But some
questions remain:

    * Should "svn status" on an added, uncommitted directory
      authenticate at all?
    * Should "svn checkout" of a new tree inside a wc use the existing
      auths? What if the checkout is from a different repository?

I think I'll put together a hack to make status and update work, and
file an issue anyway.

-- 
Brane �ibej   <brane_at_xbc.nu>            http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 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.