<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://wiki.marandcustomsolutions.com/rdf'>
    <s:Snip rdf:about='http://wiki.marandcustomsolutions.com/rdf#Version+Control+Systems/Subversion/Installation/CentOS-subversion'
         s:cUser='mpecher'
         s:oUser=''
         s:mUser='mpecher'>
        <s:name>Version Control Systems/Subversion/Installation/CentOS-subversion</s:name>
        <s:content>http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html&#xD;&#xA;&#xD;&#xA;http://svn.collab.net/repos/svn/trunk/INSTALL&#xD;&#xA;----&#xD;&#xA;&#xD;&#xA;Installing subversion on CentOS&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;   1. Install packages using yum&#xD;&#xA;      yum install subversion mod_dav_svn&#xD;&#xA;&#xD;&#xA;   2.       Prepare the repository.&#xD;&#xA;&#xD;&#xA;      mkdir /var/www/svn&#xD;&#xA;      cd /var/www/svn&#xD;&#xA;      svnadmin create myrepo&#xD;&#xA;      chown -R apache.apache myrepo&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;   3. create user password&#xD;&#xA;   ### First time: use -c to create the file&#xD;&#xA;   ### Use -m to use MD5 encryption of the password, which is more secure&#xD;&#xA;   htpasswd -cm /etc/svn-auth-file mpecher&#xD;&#xA;&#xD;&#xA;   #adding more users:&#xD;&#xA;   #htpasswd -m /etc/svn-auth-file sally&#xD;&#xA;&#xD;&#xA;   4. setup httpd.conf&#xD;&#xA;&#xD;&#xA;       &lt;Location /svn&gt;&#xD;&#xA;          DAV svn&#xD;&#xA;          SVNParentPath /var/www/svn&#xD;&#xA;          #commenting the limit below will block all access&#xD;&#xA;          #&lt;LimitExcept GET PROPFIND OPTIONS REPORT&gt;&#xD;&#xA;             AuthType Basic&#xD;&#xA;             AuthName &quot;Subversion repos&quot;&#xD;&#xA;             AuthUserFile /etc/svn-auth-file&#xD;&#xA;             Require valid-user&#xD;&#xA;          #&lt;/LimitExcept&gt;&#xD;&#xA;      &lt;/Location&gt;&#xD;&#xA;&#xD;&#xA;      CustomLog logs/svn_logfile &quot;%t %u %{SVN-ACTION}e&quot; env=SVN-ACTION&#xD;&#xA;   &#xD;&#xA;&#xD;&#xA;   5.&#xD;&#xA;      Now we are ready to restart httpd.&#xD;&#xA;      service httpd restart&#xD;&#xA;{code}</s:content>
        <s:mTime>2008-05-18 19:17:21.0</s:mTime>
        <s:cTime>2008-05-18 13:37:46.0</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/Subversion/Installation'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Linux/CentOS'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/Subversion'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/WebSEAL/WebSEAL Junctions'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>

