Lior Kaplan wrote:
You usually create a group that has r/w access to the repository files,
and a subversion user to the run server daemon.
each repository has it own group (just to make clear, it's a normal
group in /etc/group not something internal to subversion).
running a server is easy using this command:
svnserve -d -r /srv/subversion/repositories/
-d for daemon mode, and -r to repositories path
authentication can be done using ssh+svn protocol.
If you authenticate using the svn+ssh protocol, you don't need a server.
Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work? http://www.lingnu.com/backup.html
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]