Subversion problem

Søger du et bestemt program? Mangler du et alternativ til dit Windowsprogram? Program-spørgsmål kan stilles her.
joedalton
Indlæg: 36
Tilmeldt: 11. jun 2007, 21:06

Subversion problem

Indlægaf joedalton » 13. okt 2007, 16:03

Hej har fået et problem med subversion, så det ikke længere fungerer.

Jeg har haft det installeret og det har virket uden problemer når jeg har hentet kildekoden på UFOAI
http://ufoai.ninex.info/wiki/index.php/Debian

så forsøgte jeg at installere scourge (også fra kildekode)
http://scourgeweb.org/tiki-index.php?pa ... Source_nix

og alt gik fint indtil jeg skulle
svn co https://scourge.svn.sourceforge.net/svn ... urge/trunk scourge

Her fik jeg følgende fejl,
svn: Unrecognised URL scheme for 'https://

og et tjek af UFOAI med svn up viste at det heller ikke virker (samme fejlmeddelse).

Jeg fandt følgende på Subversion (men det er helt sort for mig hvad det betyder eller hvad jeg skal gøre for at få det rettet).

I just built the distribution binary, and when I try to check out Subversion, I get an error about an "Unrecognized URL scheme." What's up with that?

Subversion uses a plugin system to allow access to repositories. Currently there are three of these plugins: ra_local allows access to a local repository, ra_dav which allows access to a repository via WebDAV, and ra_svn allows local or remote access via the svnserve server. When you attempt to perform an operation in Subversion, the program tries to dynamically load a plugin based on the URL scheme. A `file://' URL will try to load ra_local, and an `http://' URL will try to load ra_dav.

The error you are seeing means that the dynamic linker/loader can't find the plugins to load. This normally happens when you build Subversion with shared libraries, then attempt to run it without first running 'make install'. Another possible cause is that you ran make install, but the libraries were installed in a location that the dynamic linker/loader doesn't recognize. Under Linux, you can allow the linker/loader to find the libraries by adding the library directory to /etc/ld.so.conf and running ldconfig. If you don't wish to do this, or you don't have root access, you can also specify the library directory in the LD_LIBRARY_PATH environment variable.

Tilbage til "Programmer i Ubuntu"

Hvem er online

Brugere der læser dette forum: [Bot] og 0 gæster