You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Emerson Posadas <to...@gmail.com> on 2007/02/23 00:51:33 UTC

PROPFIND file commit problem

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

root@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