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

Commit fails on replacing file with new property

From: Donald Kwakkel <dkwakkel_at_cordys.com>
Date: Wed, 7 Jul 2010 08:19:28 +0200

Hi All,

This issue seems similair to
http://subversion.tigris.org/issues/show_bug.cgi?id=3533, but it shows up in
a different way.
Should I log a bug for this?

Kind regards, Donald

svn, version 1.6.5 (r38866)
   compiled Sep 1 2009, 13:23:06

---
echo x >  x
svn add x
svn ci -m "add x" x
svn lock x
svn del x
echo y > x
svn add x
svn propset p v x
svn ci -m "readd x" x
---
Replacing      x
Transmitting file data .svn: Commit failed (details follow):
svn: At least one property change failed; repository is unchanged
svn: Server sent unexpected return value (412 Precondition Failed) in
response to PROPPATCH request for
'/svn/test/!svn/wrk/e66e22ae-7ecb-4544-b864-b5ed493b9607
/p/x'
Received on 2010-07-07 09:16:17 CEST

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.