LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   svn (subversion) Unrecognized URL Scheme (https://www.linuxquestions.org/questions/linux-software-2/svn-subversion-unrecognized-url-scheme-232301/)

chis 09-18-2004 08:02 PM

svn (subversion) Unrecognized URL Scheme
 
Hello,

I am using Mandrake 10.0 Official and I've just installed svn (and svn-repos) in rpm format.

I succesfully created a SVNDir using svnadmin, but then when I try to import my project:

=====================================================================
[chis@localhost Lab]$ svn import my_project/ file:///home/chis/SVNDir/ -m "Initial version"
svn: Unrecognized URL scheme 'file:///home/chis/SVNDir'

[chis@localhost Lab]$ svn --version
svn, version 1.0.7 (r11033)
compiled Sep 17 2004, 18:29:25

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_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' schema
=====================================================================

It seems to me that it doesn't have ra_local (which acceses local directories which scheme file:///).

The problem is....I don't know how to get it working...

Can someone help me...????? Do I need to uninstall it and start again? If so, how do I uninstall it???



Thx,

chis


All times are GMT -5. The time now is 09:20 AM.