[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: feedback: first step failed

From: Henderson, Michael D <michael.d.henderson_at_lmco.com>
Date: 2004-08-24 16:27:20 CEST

> From: Rolf Schumacher
> Question: How long should an avarage developer wait until Subversion
is mature enough to be usable?

The average developer should use Subversion as soon as the developer is
mature enough to use it.

> I cannot find how to add a new user with access to the repository or
find some other philosphy of access control.

Create a directory owned by your svn account (let's call it /local/svn/.
Create a repository there. Run the svn server in the background (
svnserve -d -r /local/svn/ ). Verify that it's running (ps is nice
tool).

Have your other account access the repository using svn://yourhost/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 24 16:28:08 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.