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$
Can anyone help?
Thanks in advance,
Roberto.
Received on Thu Nov 23 18:56:32 2006