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

can't commit property change on locked file

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-05-06 16:42:37 CEST

Hi,

A TSVN user reported that a commit of a property change on a locked file
which has the svn:needs-lock property doesn't work.
So I created a reproduction recipe with Subversion 1.2RC2:

working copy, checked out from http:
folder/file1

inside folder:
svn propset svn:needs-lock x file1
svn ci -m ""
svn lock file1
svn propset custom:prop custvalue file1
svn ci -m ""
sending file1
svn: commit failed (details follow):
svn: At least one property change failed; repository is unchanged

This all works with file:/// access, but it fails with http access to an
1.2RC2 server on windows XP Home.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 6 16:45:08 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.