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

Re: lost properties when moving added files

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 30 Oct 2008 23:14:52 +0200 (Jerusalem Standard Time)

Added test in r33970.

Stefan Küng wrote on Tue, 21 Oct 2008 at 18:27 +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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-30 22:15:09 CET

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.