Project

General

Profile

Bug #589

SVN property changes

Added by Dimitri Schoolwerth almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Category:
miscellaneous
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:

Description

Some newer files didn't have SVN properties set such as svn:eol-style and svn:keywords, the attached patch fixes this. I've also straightened some other properties:
  • Most .hpp/.h files had only Rev set while some had Rev and Id, now all .hpp files only have Rev (none need Id).
  • Most .vcproj had svn:eol-style set to native, now they all do (and I removed svn:keywords on the few that had them).
  • Some properties were set to "'Id Rev'" (note the single quotes) or "Rev Id", these were changed to "Id Rev".

Note that some files not only had their properties changed, but also their content. In some cases this is because a file didn't have keywords set yet, but did use them (perhaps before in a different branch). But in other cases the entire file is changed and this appears to be a side-effect of setting svn:eol-style to native (probably those that used a different line-ending than whatever my editor uses). I surely didn't do anything but change properties (diffing while ignoring end-of-line/whitespace changes should show this).


Files

properties.patch (49 KB) properties.patch Redmine Admin, 12 Dec 2008 01:43

History

#1

Updated by Andreas Huggel almost 13 years ago

  • Status changed from New to Resolved
  • Target version set to 0.18
#2

Updated by Andreas Huggel almost 13 years ago

  • Assignee set to Andreas Huggel
#3

Updated by Andreas Huggel almost 13 years ago

  • % Done changed from 0 to 100
#4

Updated by Andreas Huggel almost 13 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF