# | 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/common/node/NodeConvert.java | |||||
#7 | 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. |
||
#6 | 11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | ||
#5 | 11226 | Paul Allen | Tidy imports and unused code. | ||
#4 | 11195 | Paul Allen | Back out changelist 11188 | ||
#3 | 11188 | Paul Allen |
CVS: Added OutOfOrderException to trap CVS branch issues. @rjackson (Untested and includes debug code) |
||
#2 | 11143 | Paul Allen |
CVS: Downgrade branching a deleted rev to a warning CVS seems to allow revisions to be added on a branch then moved to 1.1 at the same point in time. The strange part is 1.1 is marked as dead. (work around) |
||
#1 | 11066 | Paul Allen |
Code refactor: Moved 'node' package from 'svn' to 'common'. |
||
//guest/perforce_software/p4convert/src/com/perforce/svn/node/NodeConvert.java | |||||
#4 | 11047 | Paul Allen |
SVN: Test case 119 labels_branch-branch. Test what happens when a label is branched with edits and deletes. The default behaviour is to keep the initial label as a label and the resulting branch is sparse. If this is not desired then the tag should be included in the branch mapping (include.map). For example: [exclude.map] ^tags/.* [include.map] ^tags/full_branch/.* |
||
#3 | 11031 | Paul Allen | SVN: Adding ground work for Static/Automatic support. | ||
#2 | 11025 | Paul Allen |
SVN: Added LABEL action and improved logging. - minor fix to prevent skipping file actions, hopefully this will turn into static labels. |
||
#1 | 9807 | Paul Allen | Initial import of p4-convert (from change 894340) |