This forum is no longer active. Please post your questions to our new community site

Forums Subversion

http:// in subversion

Subscribe to http:// in subversion 12 post(s), 2 voice(s)

 
Avatar mar 11 post(s)

I am redmine on Linux from Binami. I work with subversion on svn://. I make in apache httpd.conf all. But http:// protocol is not work. Why? “… filesystem”.

I have repository in any place, but repository must be in directory apache htdocs?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Sorry I do not understand your question. If you want to access to your repository through http:// you should configure Apache to have access to your repository.

 
Avatar mar 11 post(s)

Hellow!
How to do configure Apache?
I have linux and Bitnami-1.0.0-0 forLinux ( Apache 2.2.14, Subversion 1.6.6).

When i do:

<Location /svn/repos>
DAV svn
SVNPath /home/svn/repos

→ I receive an error: Could not open the requested SVN filesystem.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Sorry it is difficult to know the issue. Could you post the Apache log file? “installdir/Apache2/logs/error.log”

 
Avatar mar 11 post(s)

Internal error: SQLite compiled for 3.5.1, but running with 3.3.7, referer http://IP/svn .
Could not open the requested SVN filesystem.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Could you specify the full path to the repository in the URL. Take a look at http://wiki.bitnami.com/Components/Subversion#How_to_configure_the_repository_URL.3f

 
Avatar mar 11 post(s)

I think that, the problem is in the modules, all the same. Thanks you. I will try.

 
Avatar mar 11 post(s)

As victoria Administrator wrote,
in August 18, 2009
<
<
<Hi,
<
<It seems that the problem is with the Apache PHP module. If you are not using the PHP bundled in the stack with any other application, you can <simple open the /apache2/conf/httpd.conf file and coment the line:
<
<LoadModule php5_module modules/libphp5.so
<
<Now restart apache executing /ctlscript.sh restart
<
<We’ll to fix this but in meantime this should make work the Apache/Subversion configuration :)
<
<
I do too. I have moved the module libphp5.so for the svn modules bottom. I am happy!

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

I’m glad to hear that. I thought you was using the Subversion Stack that it does not ship PHP.

 
Avatar mar 11 post(s)

How it to understand “you was using the Subversion Stack that it does not ship PHP”? I don’t use PHP. Tell more understandably to me. Thanks!

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

I mean that you are not using BitNami Subversion (which does not shp PHP), maybe you are using Redmine, RubyStack or any other that includes PHP and Subversion.

 
Avatar mar 11 post(s)

Hello. Put subversion 1.6.17 for work with Redmine, please!

Forums Subversion