[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem with subversion under apache.

From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2005-05-29 21:02:00 CEST

David,

For start change all your back-slashes in paths to forward-slashes, e.g.
c:\SVN\myproj -> c:/SVN/myproj . Apache server doesn't like back-slashes
in its config file. Try again like this. Also, the Apache log files are
the only ones you're gonna find.

Cheers,

---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer
   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si
David Braendler <davidb@cvs.com.au> wrote on 29.05.2005 11:21:52:
> Hi,
>     I have set up subversion to run under apache. Its OK on the LAN .. I 
> can browse the repository using a browser, and I can check projects out 
> using the command line, or using tortoisesvn.
> 
>  From the outside it is a different story though They are able to browse 
> the repository using a web browser, but when trying to download the 
> project using svn or tortoisesvn the following error message is 
generated
> 
> svn: PROPFIND request failed on '/SVN/myproj'
> svn: PROPFIND of '/SVN/myproj': could not connect to server 
> (http://XXX.XXX.XX.XX)
> 
> In the http file I have the following
> 
> <Location /SVN/myproj>
>    DAV svn
>    SVNPath c:\SVN\myproj
>    AuthType Basic
>    AuthName "Subversion Repository"
>    AuthUserFile c:\SVN\EVP100FPGA\passwd\passwords
>    Require valid-user
> </Location>
> 
> Yes I'm using windows. I am also using plone, and I have virtual hosting 
> going on, but if SVN is in the url it gets directed to the SVN directory 
:
> 
> NameVirtualHost *:80
> 
> <VirtualHost *:80>
>    ServerName XXX.XXX.XX.XX
>    RewriteEngine on
>    RewriteRule ^/SVN(.*) - [L]
>    RewriteRule ^/(.*) 
> 
http://127.0.0.1:8080/VirtualHostBase/http/XXX.XXX.XX.XX:80/VirtualHostRoot/$1
> [L,P]
> </VirtualHost>
> 
> As I said this is fine to check out/browse  from the LAN and fine to 
> browse from the wider world.
> 
> Looking through the logs for apache there is nothing there that looks 
> like it is connected with this problem. Looking at the logs for apache 
> access.log and error.log there is nothing there that looks bad. There is 
> this though:
> 
> [Sun May 29 19:12:34 2005] [notice] Apache/2.0.54 (Win32) SVN/1.1.4 
> DAV/2 configured -- resuming normal operations
> [Sun May 29 19:12:34 2005] [notice] Server built: Apr 16 2005 14:25:31
> [Sun May 29 19:12:34 2005] [notice] Parent: Created child process 528
> [Sun May 29 19:12:35 2005] [notice] Child 528: Child process is running
> [Sun May 29 19:12:35 2005] [notice] Child 528: Acquired the start mutex.
> [Sun May 29 19:12:35 2005] [notice] Child 528: Starting 250 worker 
threads.
> 
> I can't find any log files for subversion (do they exist?? if so 
> where??) Can someone point me to where I should look further??
> 
> Regards
> 
> Dr David Braendler
> Colour Vision Systems
> 11 Park Street Bacchus Marsh
> 3340 Vic Australia
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 29 21:03:38 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.