[UPHPU] svn over wan
Kenneth Burgener
kenneth at mail1.ttak.org
Tue Sep 22 23:34:05 MDT 2009
On 9/22/2009 8:08 PM, Chad Sollis wrote:
> with the apache module, can you check out AND in via that protocol?
>
Yes, you can check in and out with the Apache module.
As far as installation, it is found in most package mangers. For
example, with Red Hat (RHEL, CentOS, Fedora, etc) you can install Apache
Subversion as simple as:
1. Install package
yum install httpd subversion mod_dav_svn
2. Create repository
svnadmin create /opt/subversion ; chown -R apache:apache /opt/subversion
3. Configure module:
/etc/httpd/conf.d/subversion.conf
<Location /svn>
DAV svn
SVNPath /opt/subversion
...
And you are done. If you want password protection, add Auth tags to the
subversion.conf file above.
Kenneth
More information about the UPHPU
mailing list