Photos:

China pictures processed

 
0%
 
2006.08.31 @13:15 

SVN Subversion Troubles

SVN Subversion Troubles

SVN is great, yes. CVS was already great actually. Except that I've been struggling with a stupid bug/weird behaviour !

If like me you have the error :

"svn: Not authorized to open root of edit operation"

on a checkout even when you had the right to import your own files (and you are authenticated) ! So basically looks like you had the right to write something but not to read it ! Even if in the authz file you gave yourself all the rights on all the files...

Then praise for the following explanation :

edit the svnserve.cnf

and if like me you just wanted to avoid anonymous users by letting the line : "anon-access = read" commented, you re wrong ! You do have to specify "anon-access = none" and magically you can read your own files (yes even if you were of course authenticated, it has an effect).

I don't even try to understand... 5 Hours to find this.

4 Comments
  1. Anonymous said:

    Monday, September 18, 2006 at 19:42

    Thanks a lot! It saved my day ;)

  2. Anonymous said:

    Tuesday, November 7, 2006 at 18:57

    Yey! My damn repository was throwing that error after I authenticated. I fixed it now, thanks!

  3. Brother Zodiac said:

    Tuesday, December 5, 2006 at 17:24

    Holy Shit - That Worked!

  4. Anonymous said:

    Tuesday, January 9, 2007 at 16:45

    I was about to give up all together when my last google came up with this. Looks like loads of people have their repositories readable by non-authorised people because of this...

Post a Comment
Comments have been deactivated thanx to screwers.