Name | Modified | Size |
---|---|---|
.. | ||
ChangeConvert.java | 10 years ago | |
ChangeImport.java | 10 years ago | |
ChangeInterface.java | 10 years ago | |
ChangeMap.java | 10 years ago | |
ChangeParser.java | 10 years ago | |
RevisionImport.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 |
12035 | Paul Allen | SVN: Look for previous change in ChangeMap when missing a Subversion revision entry. Is...sue is normally due to filtered SVN dumps. - Includes a fix for IMPORT findHeadRevision - Update test case 080 « |
10 years ago |
11751 | Paul Allen | SVN: Support branching with multiple sources. Only applies when SVN_MERGEINFO is enable...d. Import mode requires a resolve step on the branch. - Includes test case123 with merge example. « |
10 years ago |
11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | 10 years ago |
11109 | Paul Allen | SVN: Import mode - avoid reverting a pending delete on a file revision if followed by a re...move dir action. « | 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 |
11066 | Paul Allen |
Code refactor: Moved 'node' package from 'svn' to 'common'. |
10 years ago |
11041 | Paul Allen | SVN: Fixes to support changelist numbering and AUTOMATIC labels in Import mode (front door...). « | 10 years ago |
11013 | Paul Allen | SVN: Expose ChangeInfo object outside of ChangeInterface. | 10 years ago |
10983 | Paul Allen | SVN: Updated change number mapping. Use the submitted change number not the pending num...ber, for the changeMap. « |
10 years ago |
10912 | Paul Allen |
Back out changelist 10911 - Tmp file look to be in error |
10 years ago |
10911 | Paul Allen | CVS memory optimisation - Calculate tmp file (has some risk, but saves lots of mem...ory) - String.intern() must use with java 7 or later. « |
10 years ago |
10882 | Paul Allen | CVS non branched revisions. Address issue when adding files to a branch that have no con...nection to main. CVS identifies these as 'dead' revisions on main with a branch. - replaced CVS test case 047 « |
10 years ago |
10703 | Paul Allen | Import Mode: Fix for add + branch in the same change. Convert Mode: Allow add + branch, b...ut copy +x and other properties to new object. - Added test case 117 ---------------------------------------------------------------- Fix for Import mode; when a file is renamed (case only) and contains an edit. The branch part of the rename is now downgraded to an EDIT. - Added testcase 116 « |
11 years ago |
10636 | Paul Allen | Added fix for CVS users with reserved chars in the name. CVS TestCase: username_comma,... username_rev_chars « |
11 years ago |
9807 | Paul Allen | Initial import of p4-convert (from change 894340) | 11 years ago |