File: CHANGES

package info (click to toggle)
cvs2svn 1.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,476 kB
  • ctags: 740
  • sloc: python: 6,218; makefile: 56; sh: 32
file content (38 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Version 1.2.1
(14 February 2005, from /tags/1.2.1)

 Bugs fixed:
 * Fix cvs2svn's dumpfile output to work after Subversion's r12645.


Version 1.2.0
(11 January 2005, from /tags/1.2.0)

 New features:
 * --fs-type=TYPE: make it possible to specify the filesystem type.

 Bugs fixed:
 * Convert files with svn:eol-style to have LF end of lines only.
 * Fix hang in pass 8 for files that ended with a CR.
 * Import unexpanded keywords into the repository.
 * Fix the handling of the $Revision$ keyword.
 * Fix bug in branch/tag creation edge case.


Version 1.1.0
(15 September 2004, from /tags/1.1.0)

 New features:
 * --symbol-transform: change tag and branch names using regular expressions.
 * Flush log after writing, for better feedback when using 'tee'.

 Bugs fixed:
 * Issue 74: No longer attempt to change non-existent files.
 * Allow the Subversion repository created to have spaces in its name.
 * Avoid erroring when using a svnadmin that uses FSFS by default.
 

Version 1.0.0
(25 August 2004, from /tags/1.0.0)

 * The cvs2svn project comes of age.