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

RE: New to SVN and TortoiseSVN

From: Malcolm Smith <mjfreelancing_at_optusnet.com.au>
Date: 2007-03-30 12:11:00 CEST

The only combination I got to work was:

  anon-access = none
  auth-access = write

What makes it work compared to:

  anon-access = read
  auth-access = write

  (which fails)

If the explanation is too long/difficult just tell me to find the SVN list
and I'll ask there (I'm hoping a brief response is all that is required to
complete this mystery)

Malcolm Smith
MJ Freelancing
http://www.mjfreelancing.com

Associate Editor
C++Builder Developers Journal
http://www.bcbjournal.com

-----Original Message-----
From: si [mailto:sshnug.si@gmail.com]
Sent: Friday, 30 March 2007 16:51
To: users@tortoisesvn.tigris.org
Subject: Re: New to SVN and TortoiseSVN

Looks like you haven't given authorised users write access, try:

[general]
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz

btw, set 'anon-access = none' to prevent all non-authorised access.

[snip]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Mar 30 12:11:21 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.