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

Bug? Comitting works, checking out and updating not

From: marcusantonius <markus.haider_at_student.uibk.ac.at>
Date: Thu, 20 Nov 2008 09:30:22 -0800 (PST)

i 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/update to this
revision,

Any ideas?

Cheers,
Markus

OS: Ubuntu 8.10

-- 
View this message in context: http://www.nabble.com/Bug--Comitting-works%2C-checking-out-and-updating-not-tp20606239p20606239.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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:30:46 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.