You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bert Huijben <rh...@sharpsvn.net> on 2009/07/01 08:10:25 UTC

RE: New svn:keywords behavior in 1.6 is breaking Eclipse refactoring

> -----Original Message-----
> From: Mark Phippard [mailto:markphip@gmail.com]
> Sent: maandag 29 juni 2009 22:14
> To: dev@subversion.tigris.org
> Subject: Re: New svn:keywords behavior in 1.6 is breaking Eclipse
> refactoring
> 
> Does anyone have any comments on this?  I cannot see any specific
> post-1.5 changes to the code to explicitly make this behavior change.
> I think this must have come about as part of the work gstein did
> pre-1.6 to use streams more and improve some of the codebase.  This
> must have come about as a side effect of running the code through a
> different path.  At least that is the best I can think of.
> 
> I do not think the current code is correct and we ought to revert to
> the previous behavior of updating the keywords on commit.

*Only* on commit? 

I assume we still do the updating on commit, but now also on copying/moving? (Otherwise we have a pretty major issue here)

Most likely we also normalize newlines then.

(Mark: AnkhSVN is immune for this class of issues, as me move the real file away when performing the subversion commands, and we move it back after the subversion command completed. And we make sure the rest of VS is unaware of the file changing at that time).

	Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2366958