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

CommitMonitor and SVNListParentPath

From: Ivan Cenov <i_cenov_at_botevgrad.com>
Date: Thu, 10 Apr 2008 16:08:22 +0300

Hello,

I have troubles to manage Commit Monitor to access
the list of the projects using SVNParentPath directive.
Here is my Apache2 configuration:

#lsvn repository. This is local private repository.
<Location /lsvn>
    DAV svn
    SVNParentPath E:\lsvn
    SVNListParentPath On
    Options Indexes MultiViews IncludesNoExec
   
    AuthzSVNAccessFile e:/lsvn/svnaccess.conf

    Satisfy Any
    Require valid-user
    Require group imcGroup

    AuthType Basic
    AuthName "Subversion Repositories"
    AuthUserFile d:/webs-h/passwords
</Location>

In Commit Monitor, I set project to point to 'http://walker/lsvn'
and extected to see a tree like here
(http://tools.tortoisesvn.net/CommitMonitor)
but received this message:

An error occured the last time Commit Monitor
tried to access http://walker/lsvn

Server sent unexpected return value (403 Forbidden) in response to OPTIONS
request for 'http://walker/lsvn'

My configuration is Apache 2.0.61 (Win32) DAV/2 SVN 1.4.6 PHP 5.2.4
In other hand, I can access individual repositories under http://walker/lsvn
using TortoiseSVN with name and password provided.

Also, using http://walker/lsvn/888001 par example, Commit Monitor can access
this individual repository and it appeared in the tree of
'http://walker/lsvn'
(expected place) but I entered it manually.

Obviously I set something wrong, but what?

-- 
Regards,
Ivan Cenov
OKTO-7 Co., Botevgrad, Bulgaria
i_cenov_at_botevgrad.com, imc_at_okto7.com
  GSM: +359 888 76 10 80
phone: +359 723 6 61 20, +359 723 6 61 61
  fax: +359 723 6 62 62
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-04-10 15:08:54 CEST

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.