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

Re: remote checkout causes apache crash

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-07-04 02:53:25 CEST

On 7/3/07, KMiller <miller_kurt_e@yahoo.com> wrote:
>
> Hi,
>
> I can access the repository remotely from the browser but when I try to
> checkout remotely it causes apache to crash with an win32 exception.
>
> Running TSVN 1.44 / apache 2.2 on XP PRO (XAMPP) behind a netgear router
> with 80 forwarded
> Got 2.2 compatible modules from
>
> http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=91
> svn-win32-1.4.4.zip
>
> Installing those modules got svn web browsing working great but checkouts
> are a problem. Tried disabling authz while working out this problem just to
> simplify things.
>
> config....
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> #LoadModule authz_svn_module modules/mod_authz_svn
>
> # Distributed authoring and versioning (WebDAV)
> <Location /svn>
> DAV svn
> SVNParentPath C:\SVN
> SVNListParentPath on
> #AuthType Basic
> #AuthName "Subversion repositories"
> #AuthUserFile passwd
> #AuthzSVNAccessFile svnaccessfile
> #Require valid-user
> </Location>
>
> Any ideas?

Got any clues from your Apache logs?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jul 4 02:53:24 2007

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

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