Hi,
On 17/12/2009, Tim Green timothy.j.green@gmail.com wrote:
2009/12/17 Srdjan Todorovic todorovic.s@googlemail.com:
Hi all,
I'm looking for some simple to use Windows software that can administer a remote SVN server that runs on Linux. Specifically, I'm looking for something that can create a repository, and setup users and change passwords. Normal SVN activities (code browsing/checking in/merging/diffing etc) will be run as normal.
Do you want your users to access the repository by file, svn, svn+ssh or http?
svn://
I've done svn+ssh where users have direct access to the repository database, but only if they know how to use the shell. You need configure the Linux box to allow shell access for all users.
The users do not want to use Linux command line tools.
I was probably not very clear in my original email. I'm after a GUI version of svnadmin that works on a remote server. I also want this tool to be able to edit entries in the /path/to/repo/conf/passwd file to modify users and passwords.
Srdjan