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

Re: Bug? Comitting works, checking out and updating not

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

Thank you for your message. This is very strange. I have been trying again,
several hours later and the problem just disappeared. I again set up a
repository, and this time it just works as it should. But I am really very
sure, that I did not change anything.

Before trying again I followed your suggestion, and tried if I can "cat" the
file and it worked without problem. When I was trying before (when I
experienced the problem) to look at the file with "more" it gave me a
permission denied. How can I found out which AFS client I am using?

Mark Eichin-2 wrote:
>
> I've seen something like this reported by people at MIT - I'm pretty
> sure it's a suspected AFS bug, rather than an SVN one - you should be
> able to figure out if you can "cat" the file directly. (Also, chmod
> has very little to do with AFS permissions; it's "fs la" and "fs sa"
> that you want...) Finding out what version of the afs client you're
> using is probably also useful.
>
> On Thu, Nov 20, 2008 at 12:30 PM, marcusantonius
> <markus.haider_at_student.uibk.ac.at> wrote:
>>
>> 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
>>
>>
>
>
>
> --
> _Mark_ <eichin_at_thok.org> <eichin_at_gmail.com>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Bug--Comitting-works%2C-checking-out-and-updating-not-tp20606239p20611510.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 23:37:33 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.