Ticket #41 (closed defect: fixed)
Fix leftovers of CVS damage...
| Reported by: | debrouxl | Owned by: | godzil |
|---|---|---|---|
| Priority: | critical | Milestone: | Version 1.00 |
| Component: | project | Version: | 0.96 |
| Keywords: | Cc: |
Description
Switching to a better SCM already fixed some of the CVS damage, such as the terrible non-atomic commit design flaw (and its consequence, checkout of mixed versions), or strange branching & tagging.
However, we have to fix some remaining CVS damage, such as absence of line ending handling (checkout'ed files get the line ending convention of the platform CVS was running on).
The documentation system files, whose parsers fail miserably if line endings are not CRLF, were already fixed. A number of other files, especially license and readme files, need to be fixed: they're currently unreadable with Windows' notepad.
Change History
comment:1 Changed 3 years ago by godzil
- Owner set to godzil
- Status changed from new to accepted
- Summary changed from Fix leftovers of CVS damage... to pp
comment:2 Changed 3 years ago by godzil
- Summary changed from pp to Fix leftovers of CVS damage...
OOPS!
I modified by mistake the ticket title :/
comment:3 Changed 3 years ago by godzil
- Status changed from accepted to started
I set the svn property to all
- .c
- .h
- .txt
- Makefile
- .pas
- .ui
- .tpr
- .s
- .hsf
- .irf
- .ref
- .hsh
files.
If you see some missing text file type, please let me know.
comment:4 Changed 3 years ago by godzil
I do it too for
- .diff
- .sh
- .cpp
- .end
- .dfm
- .rc
- .dsk
- .dpr
- .dof
- .cfg
- .inc
- .bat
- .ini
- .nsi
files
By the way subversion warn me about inconsistency EOL on ide/IDE.rc, ide/IDE.dpr, ide/IDE.dof. I fixed this. I also will delete un-needed file that was remain of the CVS repository

I will apply the svn property "svn:eol-style" to needed files.