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


_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to