# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 13876 | Paul Allen | Rename/move file(s) | ||
#1 | 13873 | Paul Allen | Branching using p4convert-maven | ||
//guest/perforce_software/p4convert/src/com/perforce/svn/change/RevisionImport.java | |||||
#9 | 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. |
||
#8 | 11751 | Paul Allen |
SVN: Support branching with multiple sources. Only applies when SVN_MERGEINFO is enabled. Import mode requires a resolve step on the branch. - Includes test case123 with merge example. |
||
#7 | 11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | ||
#6 | 11109 | Paul Allen | SVN: Import mode - avoid reverting a pending delete on a file revision if followed by a remove dir action. | ||
#5 | 10912 | Paul Allen |
Back out changelist 10911 - Tmp file look to be in error |
||
#4 | 10911 | Paul Allen |
CVS memory optimisation - Calculate tmp file (has some risk, but saves lots of memory) - String.intern() must use with java 7 or later. |
||
#3 | 10882 | Paul Allen |
CVS non branched revisions. Address issue when adding files to a branch that have no connection to main. CVS identifies these as 'dead' revisions on main with a branch. - replaced CVS test case 047 |
||
#2 | 10703 | Paul Allen |
Import Mode: Fix for add + branch in the same change. Convert Mode: Allow add + branch, but 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 |
||
#1 | 9807 | Paul Allen | Initial import of p4-convert (from change 894340) |