[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-31 16:13:38 CEST

Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:

> 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?

'status' tries to open an RA session *only* because it wants to know
the head repository revision. It's set up such that any RA error is
ignored, and '?' is printed within the parens. (So that you can run
'svn st' offline.) That's the reason it's trying to authenticate in
the first place -- it's a prerequisite to talking to an RA library.

> * Should "svn checkout" of a new tree inside a wc use the existing
> auths? What if the checkout is from a different repository?

Hmmmmmmm.

---------------------------------------------------------------------
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.