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

SVN+SSH Permission denied for updating, commiting worked

From: Markus Haider <markus.haider_at_student.uibk.ac.at>
Date: Thu, 20 Nov 2008 16:53:18 +0100

Hi everybody,

I created a repository on my university account:
[user_at_zid-gpl ~]$ svnadmin create svn

Then I did an import from my local computer:
svn import /home/directorytoimport/ svn
+ssh://user@server.ac.at/afs/server.ac.at/home/users/user/svn -m
'import'

Then I did a checkout:
svn checkout svn
+ssh://user@server.ac.at/afs/server.ac.at/home/users/user/svn

everything worked fine. Then I created a test file, in my svn directory
named. test.out

svn add test.out
svn commit

and everything worked fine, it transmitted the file and said "revision 1
transmitted"

But after that, I cannot checkout or update anymore, because it always
gives me
"Can not open /afs/server.ac.at/home/users/user/svn/db/revs/1 Permission
denied"

The permission on the server of this file is
-rw-r--r-- 1 user users 370 20. Nov 16:36 1

Even If I chmod permissions to 777 I still cannot checkout this
revision,

Any ideas?

Cheers,
Markus

OS: Ubuntu 8.10

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-20 18:56:50 CET

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.