Re: Setting up an svn server howto

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul F. Johnson wrote:
> Hi,
> 
> I'm using F14 and need to set up an svn server without going through the
> fun and games that is apache and mod_web_dav.
> 
> Can anyone point me in the direction of a good, simple to follow how to
> on setting up an svn server please?

http://queens.db.toronto.edu/~nilesh/linux/subversion-howto/

Really easy. You basically: (option 2 of the web page)
a) use "cd /wherever/you/want/the/repo; svnadmin create my1strepo" to create the repo
b) run "svnserve -d -r /wherever/you/want/the/repo"to launch the daemon
c) ...done (well, you may want to config users/permissions and check your
firewall)

The default storage method is not apache/webdav anymore; fsfs is much
simpler (for example, doing backups of the repo is trivial and efficient).

The only annoyance could be that some distros do not ship a proper init.d
file to start svnserve (I wonder why).

-- 
   Roberto Ragusa    mail at robertoragusa.it
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux