Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion Management Tools [closed]

Tags:

linux

svn

we have a lot of users running in different shared and solo-owned repositories in Subversion. As part of our work, we do project-shared code and individual work, and we need to control access, ideally on a group basis. Currenly, we use SVNManager to allow users to manage access and create repositories. However, in order to get that working we had to do quite a bit of hacking.

Does anyone know of a free, open-source, linux-compatible SVN management system?

Thanks for your help.

like image 358
UberAlex Avatar asked Aug 18 '08 20:08

UberAlex


2 Answers

I would recommend SVN Access: http://www.jaj.com/projects/svnaccess/ or http://freshmeat.net/projects/svnaccess/ I have used it as is, and have modified it for an enterprise-wide solution at my day job.

like image 58
Cruz Avatar answered Sep 17 '22 17:09

Cruz


There is an alternative called KDESVN which you might want to try. However, I have never used it, so I cannot vouch for it.

like image 31
Pascal Avatar answered Sep 19 '22 17:09

Pascal