Back to the main page.

Bug 1113 - remove all old Log messages by the SVN Id

Status CLOSED FIXED
Reported 2011-11-04 08:29:00 +0100
Modified 2011-11-11 11:19:41 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 normal
Assigned to: Boris Reuderink
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2011-11-04 08:29:48 +0100

so instead of $Log: fairsurface.m,v $ and Subversion does not use the Log keyword, use 'svn log ' or 'svn -v log | less' to get detailled information the files should have $Id$ which will be replaced by SVN into the correct info. This especially needs to be done for all m-files in the subdirs. </p>

Boris Reuderink - 2011-11-08 11:20:56 +0100

So, if I interpret this correctly, we want CVS's $id$ keyword expansion behaviour, but in Subversion. It seems that this might be problematic, since it requires a modification of the *local* SVN configuration, which apparently cannot be imposed centrally [1]. I'll investigate what is possible. Boris [1] http://www.startupcto.com/server-tech/subversion/setting-the-id-tag


Robert Oostenveld - 2011-11-08 11:29:43 +0100

No, we only want the old and obsolete CVS log messages to be removed from the code. The $Id$ that SVN updates is ok


Boris Reuderink - 2011-11-10 10:36:31 +0100

Created attachment 185 Script to automatically strip CVS logs I committed a fix. It was more difficult than I thought due to *multiline* regular expressions that are hard to do in sed. The files in external were not changed.


Robert Oostenveld - 2011-11-11 11:19:41 +0100

I closed all bugs that were recently resolved.