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

PROPFIND file commit problem

From: Emerson Posadas <toxickore_at_gmail.com>
Date: 2007-02-23 01:51:33 CET

I'm trying to commit a file but subversion is giving me some PROPFIND
messages and commit fails..
Read the following:

root_at_sagan:~# svn checkout http://xxx.xxx/repo
A repo/malditosvn
A repo/lolo
A repo/lala
A repo/testfolder
Checked out revision 4.
root@sagan:~# cd repo/
root@sagan:~/repo# mkdir testingfolder
root@sagan:~/repo# svn add testingfolder/
A testingfolder
root@sagan:~/repo# svn commit -m "blank"
Adding testingfolder

Committed revision 5.
root@sagan:~/repo# echo "hello" > hello.c
root@sagan:~/repo# svn add hello.c
A hello.c
root@sagan:~/repo# svn commit -m "blank"
Adding hello.c
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/repo/hello.c'
svn: PROPFIND of '/repo/hello.c': 200 OK (http://xxx.xxx)
root@sagan:~/repo#

svn/1.3.0
apache 2.0.55
neon/0.25.4
How can i fix this and complete the commit?
Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 23 01:51:56 2007

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.