svnsubversion-edge

How to manage access rights permission on Subversion using command prompt or other GUI tool on Windows Server 2008?


I have installed Subversion Edge which is an opensource integrated package for Subversion on a Windows Server 2008 R2.

Recently, we have got an error on apache installed by subversion edge, and our Subversion Edge control center is now not accessible, and giving us a internal server error. (this is not a problem because we are still able to checkout / commit on created repository. and browse it using view vc and svn). So we're unable to use a GUI provided by Subversion Edge to manage the stack.

Now because its control panel is not opening, I'm unable create new repository, or add new users or update access rights/permission for users or groups created earlier.

Is there any way (may be from command prompt) or other GUI tools to manage this until the server error is addressed?


Solution

  • Access Permissions can be manually edited in a text file "svn_access_file" located at \data\conf folder of the csvn installation.

    Still, don't know how to create new repository or add new user manually.