Name | Modified | Size |
---|---|---|
.. | ||
BuildChange.java | 10 years ago | |
BuildCounter.java | 10 years ago | |
BuildDepot.java | 10 years ago | |
BuildLabel.java | 10 years ago | |
Credit.java | 10 years ago | |
Digest.java | 10 years ago | |
FileRevision.java | 10 years ago | |
JournalWriter.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 |
11836 | Paul Allen | CVS: Fix path translation for labels. Allows the use of a path map or com.p4convert.p4....subPath definition when CVS labels are enabled. - includes test case057 « |
10 years ago |
11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | 10 years ago |
11071 | Paul Allen | Path map translator for CVS and SVN paths. (undoc) To use create a path.map file with... regex and group match. Only the first matching entry is used. The regex and group match are seperated by ', ' (or in regex terms ',\s+'). Lines starting with '#' are ignored. For example, 'trunk' is renamed to 'main', but other entries are left as-is. # path.map trunk/(.*), //import/main/{1} (.*), //import/{1} Note: if no file is found the default 'depot' and 'subPath' options are used to generate the map, preserving the original behaviour. CVS paths will always stat with the 'branch' name. 'main' for 1.1 and the symbol for other branches. # path.map main/projA/(.*), //import/projA/MAIN/{1} release_(.*)/projA/(.*), //import/projA/REL{1}/{2} (.*)/projA/(.*), //import/projA/TAG-{1}/{2} (.*), //import/unexpected/{1} Node: adding a catch all is a good idea. « |
10 years ago |
11043 | Paul Allen | SVN: Added View support for Automatic labels (Convert and Import mode) - Update... view metadata in test case 118 « |
10 years ago |
11018 | Paul Allen | SVN: Support automatic labels for IMPORT and CONVERT modes. | 10 years ago |
9807 | Paul Allen | Initial import of p4-convert (from change 894340) | 11 years ago |