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

Re: commits not working with SVNParentPath

From: Eugene Eric Kim <eekim_at_blueoxen.org>
Date: 2004-02-19 21:41:26 CET

On Thu, Feb 19, 2004 at 05:47:13AM -0500, John Szakmeister wrote:

> All I can suggest for the moment is to go back, and repeat the process. Make
> sure you have the permissions correct and that you're using the correct URLs.
> Also, the only difference that I really saw between my httpd configuration
> and yours was the inclusion of the deflate output filter. Can you remove
> that while we try this again? Oh, and did you make sure to restart apache
> after making the configuration changes? I assume so, but I had to ask.

Tried that, but it didn't help.

I did solve the problem, however. All of the httpd.conf I quoted was
in an Apache location block:

  <Location />
  ...
  </Location>

When I changed the location to something non-root (in this case,
"/svn", it worked:

  <Location /svn>
  ...
  </Location>

This is an acceptable solution for me, but it still seems to be a bug.
Any thoughts as to why this happens?

And many thanks, John, for stepping through the problem with me in the
wee hours of the morning. :-) Much appreciated.

-Eugene

-- 
Was I helpful?  Let others know.
http://svcs.affero.net/rm.php?r=eekim&p=EnablingOnlineCommunities
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 19 21:41:44 2004

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.