an SVN "quick start" guide
From: Robert P. J. Day <rpjday_at_mindspring.com>
Date: 2005-01-11 17:54:57 CET
since it appears that a few others where i work will want to start
the environment:
the recipe for my colleagues who are complete newbies to SVN but
===================================
1) add a new account, say "repos", as the owner/manager of all repos
2) as that new account, create all new repos:
$ svnadmin create /home/repos/r1 --fs-type fsfs
3) "/etc/xinetd.d/svnserver" file:
service svn
# service xinetd reload
4) for each repo, "conf/svnserve.conf" file:
[general]
5) each user:
$ export SVN_EDITOR=vi
does that look minimally complete to get them started? anything
rday
---------------------------------------------------------------------
|
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.