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. [EMAIL PROTECTED] wrote: > Hi all, > > for various reasons I have been using subversion at work. > > This has worked fine for me when I was the only one using the repository. > I started a project where I am working with a coworker who has agreed to use > subversion. > > > Now I see things are not working correctly. > > I of course set up subversion locally, duh and now I gather there is no way to > add users. > > I put the repository on the companies remote server, to get this working must > I > have a server installed there? > > If not can I continue as I have been and somehow fix something. > > Right now the problems I see are that while each of us can update and commit > we > don't see each others work. > > What must I do to get this working? > > Thanks, > Aaron > > > > > ================================================================= > 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] > > > -- Lior Kaplan [EMAIL PROTECTED] http://www.Guides.co.il ================================================================= 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]