Page 1 of 1

Can not login to SVN

Posted: Tue May 01, 2007 10:55 am
by bestofJ!
Hey all,

We can't login to our SVN and commit the latest changes. Any possible reason?

Many thanks
Maria

Project: Fireboard

Re: Can not login to SVN

Posted: Tue May 01, 2007 11:08 am
by Tonie
Mmm, that login problem again. To put on a technical hat, this comes forward because a file on the file system (not in one of the projects, but a GFORGE one) is removed which shouldn't be removed. Don't personally know which one it is, but will take a look.

Re: Can not login to SVN

Posted: Tue May 01, 2007 11:10 am
by RussW
It does look like SVN is having a problem, we will look n to it. i know there is a lot of migration work going on in the background at the moment, so it might have temporarily effected access.

Re: Can not login to SVN

Posted: Tue May 01, 2007 2:13 pm
by Tonie
I have found the cause of the problem. There is a crontab script that runs every once in a while which creates a file with ALL svn authentication information. This crontab didn't finish, due to the process hitting php memory_limit settings. I set the memory_limit to 128 MB, and the file is now automatically generated again. This means it's working again.

Re: Can not login to SVN

Posted: Tue May 01, 2007 2:22 pm
by Tonie
And the problem is back again, at least I now know where I can find it.

Re: Can not login to SVN

Posted: Tue May 01, 2007 2:27 pm
by Tonie
And now it's working again. Mmmm, will have to talk to somebody about this. We now what causes it.

Re: Can not login to SVN

Posted: Tue May 01, 2007 3:14 pm
by bestofJ!
Still not working  :(

now it's working  :-*

Re: Can not login to SVN

Posted: Tue May 01, 2007 4:14 pm
by jenscski
Not working here either, but it was working ten minutes ago..

Re: Can not login to SVN

Posted: Tue May 01, 2007 4:42 pm
by Tonie
Due to the added projects from the Forge migration, a cronjob is taking quite long to finish. That job is creating the permission files for SVN. This times out/collides with another cron job, emptying the created permission files for SVN.

Re: Can not login to SVN

Posted: Fri May 04, 2007 1:39 pm
by CoolAcid
Hey Guys;

For my own personal interest, are you running svn from inetd? There has also been some known issues where inetd thinks SVN is looping causing it to kill access to svn for 10min+

If that's the case, look to increase concurrent connections to svn in inetd....

But I'm sure you knew that  :pop

Re: Can not login to SVN

Posted: Fri May 04, 2007 1:42 pm
by Tonie
Will look into that. Still learning on the SVN and GForge front :P. The SVN problems so far, have been with cron jobs that kill the SVN authentication file and not with SVN itself. I will be back at home in half an hour, I will check SVN status straight away.