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

Re: Permission denied

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-23 21:52:29 CET

On Nov 23, 2006, at 11:55, Roberto de Castro wrote:

> Hi, all ! I've been facing a problem when I try to create the first
> directory inside my Repository. I was using the same commands
> running Subversion in a Suse Linux. Now, I've been using subversion
> in a Solaris 10 system.
>
> I created the repository this way:
> svnadmin create $REPONAME --fs-type fsfs
>
> Here is the error message when I try to create a directory inside
> the repository:
> -bash-3.00$ svn mkdir -m "teste" --non-interactive --username
> rmanager --password inplus svn://localhost/repo/Sisteste
> svn: Can't create directory '/bea/rmanager/repo/db/transactions/
> 0-1.txn': Permission denied
>
> And here, you can see that the "transactions" directory has the
> followind permission: drwxrwsr-x
> -bash-3.00$ ls -l repo/db
> total 14
> -rwxrwxr-x 1 rmanager rmanager 6 Nov 23 15:27 current
> -rwxrwxr-x 1 rmanager rmanager 2 Nov 23 15:27 format
> -rwxrwxr-x 1 rmanager rmanager 5 Nov 23 15:27 fs-type
> drwxrwsr-x 2 rmanager rmanager 512 Nov 23 15:27 revprops
> drwxrwsr-x 2 rmanager rmanager 512 Nov 23 15:27 revs
> drwxrwsr-x 2 rmanager rmanager 512 Nov 23 15:27 transactions
> -rwxrwxr-x 1 rmanager rmanager 37 Nov 23 15:27 uuid
> -rwxrwxr-x 1 rmanager rmanager 0 Nov 23 15:27 write-lock
> -bash-3.00$

The user under which you're running svnserve apparently isn't in the
rmanager group?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 23 21:53:18 2006

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

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