[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: si <sshnug.si_at_gmail.com>
Date: 2007-03-30 08:50:31 CEST

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.

> Where 'passwd' looks like this:
>
> [users]
> Malcolm Smith = <my password>

Are spaces ok?
Perhaps try with just Malcolm first?

If you want to authorise a group, in authz try:

> [MJFAF:/]
> @MJF = rw

Also, is the repository named MJFAF or mjfaf in the filesystem?
(I've had authorisation related problems in the past with this)

fwiw, because Subversions lineage is cross platform,
case sensitivity can be an issue, so for repository names
I always stick with lowercase.

hope that helps,
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Mar 30 08:50:51 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.