So I've tweeted about this a few times this weekend but just as an FYI, RIAForge has moved to a new server. Basic web pages are running fine. SVN is not working yet. Here is what I'm seeing - and if anyone has an idea, let me know.

Before the move, a request of svn.riaforge.org/YYY (where YYY was a project using SVN), would return the files in Subversion. This is because read access was always allowed on SVN repos at RIAForge. Now it's returning permission denied.

Any clues as to what I should check first? Here is an example config:

<Location /blogcfc> DAV svn SVNPath c:\apath\blogcfc

# initialize basic http authentication AuthType Basic AuthName "Subversion repository" AuthUserFile c:\apatch\blogcfc\conf\htpasswd

# require authentication <LimitExcept GET PROPFIND OPTIONS REPORT> Require valid-user </LimitExcept> </Location>

I've confirmed the paths are right (I did obscure it above). I'm sure there is more info I can share - but I'm not sure what.