Name | Modified | Size |
---|---|---|
.. | ||
rcstypes | ||
CvsLineReader.java | 10 years ago | |
RcsDeltaAction.java | 10 years ago | |
RcsDeltaType.java | 10 years ago | |
RcsFileFinder.java | 10 years ago | |
RcsReader.java | 10 years ago | |
RcsRevision.java | 10 years ago | |
RcsSchema.java | 10 years ago | |
RcsSchemaType.java | 10 years ago |
Change | User | Description | Committed |
---|---|---|---|
13920 | Paul Allen | copy part 2 (no errors) | 10 years ago |
13776 | Paul Allen | CVS: Update to node Action detection. The RCS State is normally set to 'Exp' and 'dead'..., but this change allows more user defined states. - Move Action class to common.node package. - Modified test case061 to test custom states. « |
10 years ago |
12440 | Paul Allen | CVS: More efficient parsing of RCS files. | 10 years ago |
12418 | Paul Allen | CVS: When scanning for RCS files, store listing and close handle before recursion. | 10 years ago |
12386 | Paul Allen |
CVS: Prevent CVSROOT dir from being added. - includes test case064 |
10 years ago |
12339 | Paul Allen | Performance improvements for the early stages of the CVS list building: - Buildi...ng branch list - Building revision list « |
10 years ago |
12334 | Paul Allen | Bug Fix: Close newDirectoryStream resource. | 10 years ago |
12260 | Paul Allen | CVS: Rename badly encoded paths. First try CP1252, if that fails use a URI encoded path.... If a URI encoded path is used then it will be decode to UTF8. « |
10 years ago |
12195 | Paul Allen | CVS - Use the RCS 'expand' field to detect BINARY files. If set this will take pre...cedence over the type map. - Added test case061 « |
10 years ago |
11760 | Paul Allen | Use default label description and append label type. Previously I used the change descr...iption, which is ok for Automatic labels, but Static labels may include more than one change. Includes: - Fix parsing of RCS descriptions (support descriptions without new line) - Update to test cases. « |
10 years ago |
11745 | Paul Allen | CVS: Parse non-standard RCS file, where 'log' and 'text' are on the same line. Sup...port alternative delete method - added test case 054 to support parse changes - added test case 055 to support alternatice delete method « |
10 years ago |
11457 | Paul Allen | CVS: Support empty an 'branch' symbol. Generally the branch symbol is only added with a...n ID, however the RCS spec does not specify that an ID is mandatory. This change is to support manufactured CVS data from 3rd party import tools. - 'symbol' test case053 « |
10 years ago |
11186 | Paul Allen | Support standard command line arguments. Important change please note... @rjackson @nm...orse The change was needed to extend the current features like --info and --user for CVS and future SCM support. Please check the documentation and CLI usage for the new usage. - CVS support for --users - Unit tests for CLI arguments Example: standard usage. java -jar p4convert.jar --config=myFile.cfg Example: generate a CVS configuration file. java -jar p4convert.jar --type=CVS --default Example: report Subversion repository usage. java -jar p4convert.jar --type=SVN --repo=/path/to/repo.dump --info « |
10 years ago |
11064 | Paul Allen | CVS: added detection and support for +x revisions - extended testcase 040 to tes...t for exec bits « |
10 years ago |
10957 | Paul Allen |
CVS parse RCS delta fix to regex. - added more debugging |
10 years ago |
10921 | Paul Allen | String.intern() null protection. | 10 years ago |
10919 | Paul Allen | CVS parse detection of 'comment' in RCS header. - Includes test case 049 parse-c...omment « |
10 years ago |
10774 | Paul Allen | CVS: Updated end of RCS content block detection. An @ character at the end of the line... followed by a blank line could fool the converter into exiting the block early. Detection now uses original line with expanded @@ and counts odd/even. Added test case 048 « |
10 years ago |
10771 | Paul Allen |
Update warning counter, on error/warn state. Stats.inc(StatsType.warningCount); |
10 years ago |
10719 | Paul Allen | CVS: Activate old label code and add config option. disabled by default -- for the moment... until it works (set log level from trace -> debug) « |
10 years ago |
10655 | Paul Allen | Fixed buffered writer. Fills buffer with one or more lines upto 8K and then save remainde...r. Includes line/EOF (null) detection. « |
10 years ago |
10653 | Paul Allen | Debugging data for low level byte operations. | 10 years ago |
10636 | Paul Allen | Added fix for CVS users with reserved chars in the name. CVS TestCase: username_comma,... username_rev_chars « |
10 years ago |
10499 | Paul Allen | CVS TestCase: binary-file Fix decodeAtpersand() method to handle a byte stream with "@@@...@" to produce "@@". - Added Import mode testcase 032 « |
11 years ago |
10497 | Paul Allen | New low-level RCS reader using a byte[] to manage CVS lines. Designed to help... with the processing of BINARY data in RCS files. The line reading code still looks for a unix style '\n', but has a MAX LINE (hard coded to 10K). The RcsObjectBlock uses a ByteArrayOutputStream to store lines and parsers uses byte logic. (passes basic cvs/svn unit tests) « |
11 years ago |
9807 | Paul Allen | Initial import of p4-convert (from change 894340) | 11 years ago |