<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/Windows-subversion'
         s:cUser='mpecher'
         s:oUser=''
         s:mUser='mpecher'>
        <s:name>Version Control Systems/Subversion/Installation/Windows-subversion</s:name>
        <s:content>1 Windows:&#xD;&#xA;Taken from http://better-scm.berlios.de/subversion/Svn-Win32-Inst-Guide.html&#xD;&#xA;{code:none}&#xD;&#xA;Subversion Installation Tutorial for Win32&#xD;&#xA;==========================================&#xD;&#xA;&#xD;&#xA;Requirements:&#xD;&#xA;-------------&#xD;&#xA;&#xD;&#xA;* For the client any Windows 32-bit system (Windows 95/98/ME/NT/2000/XP/2003)&#xD;&#xA;&#xD;&#xA;* For the server a Windows NT-based system (Windows NT/2000/XP/2003)&#xD;&#xA;&#xD;&#xA;Installation Procedure:&#xD;&#xA;-----------------------&#xD;&#xA;&#xD;&#xA;1. Install Apache 2.0.x:&#xD;&#xA;&#xD;&#xA;(skip this step if you only want to install the client)&#xD;&#xA;&#xD;&#xA;Go to:&#xD;&#xA;&#xD;&#xA;http://httpd.apache.org/download.cgi&#xD;&#xA;&#xD;&#xA;and press the Win32 Binary (MSI Installer) link. After the download&#xD;&#xA;is complete, install by double clicking.&#xD;&#xA;&#xD;&#xA;Fill in the details, and select the port 8080 option.&#xD;&#xA;&#xD;&#xA;2. Install Subversion:&#xD;&#xA;&#xD;&#xA;Go to http://subversion.tigris.org/ ==&gt; Downloads ==&gt;&#xD;&#xA;Packaged Distributions ==&gt; Win32 ==&gt; friendly Installer program ==&gt;&#xD;&#xA;svn-X.Y.Z-setup.exe&#xD;&#xA;&#xD;&#xA;Install.&#xD;&#xA;&#xD;&#xA;3. Check the subversion client:&#xD;&#xA;&#xD;&#xA;    A. With your browser surf to http://svn.collab.net/repos/svn/trunk/ and&#xD;&#xA;    see that you see a list of files and directories there.&#xD;&#xA;&#xD;&#xA;    B. Start a command prompt (Start -&gt; Run -&gt; &quot;cmd&quot;)&#xD;&#xA;&#xD;&#xA;    C. Change directory to a vacant directory.&#xD;&#xA;&#xD;&#xA;    D. Type:&#xD;&#xA;&#xD;&#xA;    svn checkout http://svn.collab.net/repos/svn/trunk/&#xD;&#xA;    &#xD;&#xA;    At the command line.&#xD;&#xA;&#xD;&#xA;    E. After a short while you should see an entire directory tree being&#xD;&#xA;    checked out.&#xD;&#xA;&#xD;&#xA;    F. It&apos;s OK, to cancel this operation by pressing Ctrl+Break&#xD;&#xA;    &#xD;&#xA;4. Setting up a subversion.so service&#xD;&#xA;&#xD;&#xA;    A. Copy the files &quot;mod_dav_svn.so&quot; and &quot;mod_authz_svn.so&quot; from&#xD;&#xA;       C:\Program Files\Subversion\apache2\modules to&#xD;&#xA;       C:\Program Files\Apache Group\Apache2\modules&#xD;&#xA;&#xD;&#xA;    B. Edit the file C:\Program Files\Apache Group\Apache2\conf\httpd.conf&#xD;&#xA;    using a text editor. Uncomment the line:&#xD;&#xA;&#xD;&#xA;        #LoadModule dav_module modules/mod_dav.so&#xD;&#xA;&#xD;&#xA;    and add a line:&#xD;&#xA;&#xD;&#xA;        LoadModule dav_svn_module modules/mod_dav_svn.so&#xD;&#xA;&#xD;&#xA;    to the end of the LoadModule block.&#xD;&#xA;&#xD;&#xA;    C. In the command prompt, goto an empty directory&#xD;&#xA;    and type the command:&#xD;&#xA;&#xD;&#xA;        svnadmin create myrepos&#xD;&#xA;&#xD;&#xA;    D. Next, in httpd.conf add the following statements to the end of the&#xD;&#xA;    file:&#xD;&#xA;&#xD;&#xA;        &lt;Location /svn/myrepos&gt;&#xD;&#xA;            DAV svn&#xD;&#xA;            SVNPath c:/path/to/directory/myrepos&#xD;&#xA;        &lt;/Location&gt;&#xD;&#xA;&#xD;&#xA;    E. Start Apache.&#xD;&#xA;&#xD;&#xA;    F. Surf to http://localhost:8080/ and make sure the server is running.&#xD;&#xA;&#xD;&#xA;    G. Point your browser at http://localhost:8080/svn/myrepos/ and make&#xD;&#xA;    sure you see a &quot;Revision 0&quot; notice at the top.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;5. Congratulations!&#xD;&#xA;&#xD;&#xA;    You can now run:&#xD;&#xA;    &#xD;&#xA;        svn checkout http://localhost:8080/svn/myrepos&#xD;&#xA;&#xD;&#xA;    from the command line and start populating your repository. Read the&#xD;&#xA;    Subversion book for more information on Subversion usage.&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;----</s:content>
        <s:mTime>2008-05-18 13:40:58.0</s:mTime>
        <s:cTime>2008-05-18 13:40:58.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/Windows-subversion/'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/Subversion/Installation'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Version Control Systems/Subversion'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='http://wiki.marandcustomsolutions.com/rdf#Development/Java &amp; J2EE/Websphere/Portal/themes'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>

