Finally got subversion working!

I took some hacking away at this but finally I can check out my projects as well as commit any changes made! This should make development a whole lot simpler!

~david macias

[dmacias@dmlinux project]$ svn –version
svn, version 1.0.6 (r10360)
compiled Jul 31 2004, 10:49:38

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
– handles ‘http’ schema
* ra_local : Module for accessing a repository on local disk.
– handles ‘file’ schema
* ra_svn : Module for accessing a repository using the svn network protocol.
– handles ‘svn’ schema

Leave a Reply