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

lost properties when moving added files

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 21 Oct 2008 18:27:51 +0200

Hi,

When moving added (but not yet committed) files, the properties already
set on such files are lost:

$ svn co http://server/svn/testrepo/trunk testwc
$ cd testwc
$ echo test > test.cpp
$ svn add test.cpp
$ svn propset svn:mime-type text/cpp test.cpp
$ svn proplist test.cpp
  svn:mime-type
$ svn mv test.cpp test2.cpp
$ svn proplist test2.cpp
  svn:mergeinfo

As you can see, the renamed/moved file gains an svn:mergeinfo property,
but looses the svn:mime-type property.

All this with the latest release version (1.5.3).

It works ok with the latest build from trunk though.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-10-21 18:28:23 CEST

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.