views:

46

answers:

0

Hi all, got a weird problem for you:

I've set up an svn server on a home machine, which is accessible to the members of my game team over DynDNS. So far so good- everyone was able to checkout the repo no problem. In addition, several team members and I were able to update and commit just fine.

The conundrum is this: One of my team members, who is able to both checkout and commit, is unable to update. TortoiseSVN proffers:

Error Could not open the requested SVN filesystem

Has anyone dealt with this problem before? This isn't my first SVN rodeo, but I have to admit I'm stumped. Thanks!

Edit: I'm using Apache. This is the config:

<Location />
    DAV svn
    SVNParentPath /svn
    AuthType Basic
    AuthName "Authentication Necessary"
    AuthUserFile /etc/svn-auth.conf
    Require valid-user
</Location>

All of my files are in /svn, which has apache as it's owner. I have Apache's user set as the same.

Edit 2: The affected team member is now able to update. Clearly, a wizard did it.