You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Summers <da...@summersoft.fay.ar.us> on 2004/05/13 13:16:04 UTC

Re: Subversion RPMs for Fedora

On Wed, 12 May 2004, Nicholas Allen wrote:

> Many thanks for producing these RPMs! I have found that the client is not 
> compiled with local repository capabilities (ie file://.... does not work). 
> 
> Is there a reason for this or was this an oversight when creating the RPMs?
> 

$ cat /etc/redhat-release
Fedora Core release 1 (Yarrow)
$ svn --version
svn, version 1.0.2
   compiled Apr 19 2004, 17:25:30
 
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
  - handles 'https' 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
 
$ svnadmin create testrepos
$ svn co file:///$HOME/testrepos testwc

.....


Hmmm, I don't see any problem.  What am I missing?

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org