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

Problem adding File: PROPFIND request failed

From: J.P.Jarolim <junk.mail_at_inode.at>
Date: 2004-03-03 14:19:02 CET

Hi all!

First of all i'm new to this list - so hi ;-)

Hope someone can help me with this issue (i discussed it on irc#svn too -
unfortunatly no clue there either - thanks for your help all)

Everytime i want to commit a new added file on my wc to my repository at
home, i get the following message:

>Adding src\com\jaro\htmlparser\filters\AttributeContainsFilter.java
>svn: Commit failed (details follow):
>svn: PROPFIND request failed on
'/svn/jp/mcrank/src/com/jaro/htmlparser/filters/AttributeContainsFilter.java
'
>svn: PROPFIND of
'/svn/jp/mcrank/src/com/jaro/htmlparser/filters/AttributeContainsFilter.java
': 200 OK (http://my.host.at.home)
>svn: Your commit message was left in a temporary file:
>svn: 'D:/local/mcrank/svn-commit.tmp'

i tried the following (with guidance from edmund,TTimo,DigiGuy @irc#svn):

- restart server@home
- Disabled Basic Apache Authentification
- upgrading from svn0.37.0-r8509 to svn1.0.0. (last win-binary realease
today, server- and clientside)
- new checkout - manually adding the file (svn add ...) - manually commit
(svn commit)

unfortunatly the problem persists.

I'm running svn over Apache2 on a winxp-machine @home.
Firewall has only port 80 opened since i'm not running https
Basic Authentification:

<Location /svn/>
    DAV svn
    SVNParentPath D:/SVN-Repository/
    # SVNIndexXSLT "/svnxsl/svnindex.xsl"
    # Sicherung des SVN-Repository
    AuthType Basic
    AuthName "Restricted Files"
    AuthUserFile d:/www/passwords
    Require user myUserName
</Location>

Anyone a clue please?

thanks in advance,

Johannes Jarolim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 3 14:19:39 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.