Difference between revisions of "SVN Server Setup"
(→ON Fedora 13) |
(→Create a Repository) |
||
Line 10: | Line 10: | ||
===Create a Repository=== | ===Create a Repository=== | ||
+ | svnadmin create /svnrepos | ||
===Add Users for authenticated Access=== | ===Add Users for authenticated Access=== | ||
===Start the Server Daemon=== | ===Start the Server Daemon=== |
Revision as of 20:46, 21 January 2011
Contents
ON Fedora 13 (32 bit version)
OS Version
# uname -a Linux ops235.scs.net 2.6.33.3-85.fc13.i686.PAE #1 SMP Thu May 6 18:27:11 UTC 2010 i686 i686 i386 GNU/Linux
Required Package(s)
- subversion-1.6.13-1.fc13.i686
Setup Procedure
Create a Repository
svnadmin create /svnrepos