# | 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/cvs/RcsNavigator.java | |||||
#20 | 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. |
||
#19 | 12535 | Paul Allen |
CVS/SVN: Substitute spaces with an '_' for label names. - update SVN test case118 to verify substitution. |
||
#18 | 12516 | Paul Allen |
CVS: Label format fix. CVS branches downgraded to labels were missed during formatting. |
||
#17 | 12440 | Paul Allen | CVS: More efficient parsing of RCS files. | ||
#16 | 12319 | Paul Allen |
CVS: Format label names using com.p4convert.cvs.labelFormat. Default is: '{symbol}' the string is replaced by the CVS symbol used for that label. |
||
#15 | 12300 | Paul Allen | CVS: Prevent first entry 'dead' revisions (n*.1) from showing up as branched revisions. | ||
#14 | 12195 | Paul Allen |
CVS - Use the RCS 'expand' field to detect BINARY files. If set this will take precedence over the type map. - Added test case061 |
||
#13 | 12001 | Paul Allen |
CVS: Fix 'dead' 1.1 revisions from showing up as branched revisions. - Updated testcases 35, 50, 51 #review-12002 @rjackson @nmorse |
||
#12 | 11226 | Paul Allen | Tidy imports and unused code. | ||
#11 | 11144 | Paul Allen |
CVS: Bug fix for strange case of a (dead) 1.1 revision. This seems to occur when the source is from another branch. Not a perfect solution as I change this action to an add, but it allows the conversion to complete and no content is lost. |
||
#10 | 11064 | Paul Allen |
CVS: added detection and support for +x revisions - extended testcase 040 to test for exec bits |
||
#9 | 11006 | Paul Allen | CVS: remove experimental code (not required) | ||
#8 | 10984 | Paul Allen |
CVS: Tidy up logging - added revision count. |
||
#7 | 10978 | Paul Allen |
CVS redesign of RCS Revision Navigation. - Disabled reverse RCS tag lookup for the moment. |
||
#6 | 10945 | Paul Allen |
CVS branch of a branch RCS ID was not calculated for branch. - added test case 050 |
||
#5 | 10943 | Paul Allen |
CVS fix extra branches. Clear labelMap and branchMap between adding new revisions. ---------------------------------------------------- 6608.0 B:F - main/tc_crypt_utils/tests/certpriv.pem (UNKNOWN) [pool-1-thread-1] ERROR node.NodeConvert: CASE-SENSITIVITY ISSUE: Cannot branch a deleted revision to a non-existant or deleted revision. Please check case options and platform types. com.p4convert.p4.caseMode = NONE com.p4convert.p4.lowerCase = false [pool-1-thread-1] ERROR process.ProcessChange: Caught exception on exit java.lang.RuntimeException: CASE-SENSITIVITY ISSUE: Cannot branch a deleted revision to a non-existant or deleted revision. Please check case options and platform types. com.p4convert.p4.caseMode = NONE com.p4convert.p4.lowerCase = false at com.perforce.svn.node.NodeConvert.fileAction(NodeConvert.java:179) at com.perforce.svn.node.NodeConvert.action(NodeConvert.java:79) at com.perforce.cvs.process.CvsProcessNode.processFile(CvsProcessNode.java:119) at com.perforce.common.process.ProcessNode.process(ProcessNode.java:42) at com.perforce.cvs.process.CvsProcessChange.addEntry(CvsProcessChange.java:310) at com.perforce.cvs.process.CvsProcessChange.nextEntry(CvsProcessChange.java:268) at com.perforce.cvs.process.CvsProcessChange.processChange(CvsProcessChange.java:105) at com.perforce.common.process.ProcessChange.runSingle(ProcessChange.java:86) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:49) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:19) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caught EXIT shutting down ... |
||
#4 | 10912 | Paul Allen |
Back out changelist 10911 - Tmp file look to be in error |
||
#3 | 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. |
||
#2 | 10839 | Paul Allen |
Update Import Test framework (CVS/SVN) to support labels. CVS test case 030 update and code cleanup. |
||
#1 | 10728 | Paul Allen |
CVS: new Label feature. Scans the RCS tree counting revisions on a branch. If the branch only has one revision it gets downgraded to a Label. Support added for Import and Convert mode. Activate using: com.p4convert.cvs.labels=true or in java Config.set(CFG.CVS_LABELS, true); (manual testing only -- automated tests will follow this change) |