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

Properties lost on checkin

From: Christoph Bartoschek <bartoschek_at_or.uni-bonn.de>
Date: Tue, 17 May 2011 09:24:30 +0200

Hi,

I have a workarea where I merged in some changes from a completely
different repository. One of the changes was the creation of a link.
After checking in I see that the link is ok in my workarea but not in
any other workarea.

This due to the missing svn:special keyword that was not checked in. How
can this happen?

The following shows inconsistent behaviour in my opinion. How can this
be explained:

esquad$ svn proplist -v tm.h
Properties on 'tm.h':
   svn:special
     *

esquad$ svn info tm.h
Path: tm.h
Name: tm.h
URL: https://server/trunk/include/tm/tm.h
Repository Root: https://server
Repository UUID: 608964b8-1798-474c-b2d9-552667dc04a5
Revision: 27
Node Kind: file
Schedule: normal
Last Changed Author: christoph
Last Changed Rev: 26
Last Changed Date: 2011-05-16 18:11:17 -0400 (Mon, 16 May 2011)
Text Last Updated: 2011-05-17 02:51:09 -0400 (Tue, 17 May 2011)
Checksum: 1a7ff762ceabb28ca8865f9b0ba377ff

esquad$ svn proplist -v https://server/trunk/include/tm/tm.h

esquad$ svn diff -r HEAD tm.h

This shows that locally the svn:special keyword is set but not on the
server. But svn does not see any difference. Is this a known bug? Or
how can I get the missing keywords checked in?

Christoph
Received on 2011-05-17 09:25:06 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.