You are here: TWiki > Guides Web > SoftwareInstallations > InstallSubversion r1 - 28 Oct 2006 - 00:38 - JesseSuen


Start of topic | Skip to actions
$ mkdir /export/svnrepos
$ svnadmin create /export/svnrepos/myproject
# pkg-get -i apache2
# pkg-get -i ap2_subversion
# vi /opt/csw/apache2/etc/extra/httpd-svn.conf

<IfModule dav_svn_module>
    <Location /svn>
        DAV svn
        SVNParentPath /export/svnrepos
    </Location>
</IfModule>

# svcadm restart cswapache2

-- JesseSuen - 28 Oct 2006

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback