Name | Modified | Size |
---|---|---|
.. | ||
ChangeSorter.java | 10 years ago | |
CvsChange.java | 10 years ago | |
CvsChangeList.java | 10 years ago | |
CvsProcessChange.java | 10 years ago | |
CvsProcessNode.java | 10 years ago | |
TmpFileLogger.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 |
12893 | Paul Allen | CVS: Enable merging of Content Properties with the Type Map. - Moved shared code... to Abstract class ProcessNode - Updated testcase 040 to include +l flag with +x « |
10 years ago |
12890 | Paul Allen | Extended start/stop change limits to CVS. - Moved start and stop configuration options... out of SVN name space to the generic P4 space. - Abstracted shared range logic to ProcessChange #review-12880 « |
10 years ago |
12521 | Paul Allen | CVS: Audit logging when generating Tmp files from RCS. Creates a file "tmpFile.log" und...er the com.perforce.cvs.tmpDir and logging is enabled by default. com.perforce.cvs.audit.tmp=true « |
10 years ago |
12492 | Paul Allen | CVS: Do not add empty CVS changes to the process list. Fix for: Caught exception on exi...t java.lang.NullPointerException at com.perforce.common.process.ChangeInfo.<init>(ChangeInfo.java:37) at com.perforce.cvs.process.CvsProcessChange.processChange(CvsProcessChange.java:94) at com.perforce.common.process.ProcessChange.runSingle(ProcessChange.java:90) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:53) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:20) 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 ... « |
10 years ago |
12441 | Paul Allen | CVS: Toggle off CVS change list storage. - Disabled until resume feature is comp...lete. « |
10 years ago |
12440 | Paul Allen | CVS: More efficient parsing of RCS files. | 10 years ago |
12406 | Paul Allen | CVS: Bug fix for labels on dead RCS *n.1 revisions. Skip labeling a 'dead' RCS file if... it is the first revision on that branch, as 'dead' revisions are not added to Perforce, there is not revision to Label. « |
10 years ago |
12405 | Paul Allen | CVS: Save change list data to a JSON formatted file 'changes.json'. (Work-In-Progress) ... - need to add load option and resume flags « |
10 years ago |
12397 | Paul Allen | CVS: Separate sort behaviour from Perforce changelist processing. - In preperati...on for saving CVS changes list state. - Updated test case 045 back (case rename in two changes) « |
10 years ago |
12300 | Paul Allen | CVS: Prevent first entry 'dead' revisions (n*.1) from showing up as branched revisions. | 10 years ago |
12195 | Paul Allen | CVS - Use the RCS 'expand' field to detect BINARY files. If set this will take pre...cedence over the type map. - Added test case061 « |
10 years ago |
12185 | Paul Allen | CVS: Avoid labeling dead revisions. - includes a fix for missing revisions resul...ting from non-branched orphans. - test case 060 @rjackson « |
10 years ago |
12001 | Paul Allen | CVS: Fix 'dead' 1.1 revisions from showing up as branched revisions. - Updated tes...tcases 35, 50, 51 #review-12002 @rjackson @nmorse « |
10 years ago |
11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | 10 years ago |
11248 | Paul Allen | CVS: When branching from a label downgrade to ADD and use RCS content. | 10 years ago |
11233 | Paul Allen | CVS: Debug code (no history before REMOVE)? | 10 years ago |
11227 | Paul Allen | CVS: Create MERGE action for branch with content on deleted revisions. | 10 years ago |
11195 | Paul Allen | Back out changelist 11188 | 10 years ago |
11188 | Paul Allen | CVS: Added OutOfOrderException to trap CVS branch issues. @rjackson (Untested and incl...udes debug code) « |
10 years ago |
11186 | Paul Allen | Support standard command line arguments. Important change please note... @rjackson @nm...orse The change was needed to extend the current features like --info and --user for CVS and future SCM support. Please check the documentation and CLI usage for the new usage. - CVS support for --users - Unit tests for CLI arguments Example: standard usage. java -jar p4convert.jar --config=myFile.cfg Example: generate a CVS configuration file. java -jar p4convert.jar --type=CVS --default Example: report Subversion repository usage. java -jar p4convert.jar --type=SVN --repo=/path/to/repo.dump --info « |
10 years ago |
11144 | Paul Allen | CVS: Bug fix for strange case of a (dead) 1.1 revision. This seems to occur when the so...urce 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 years ago |
11066 | Paul Allen |
Code refactor: Moved 'node' package from 'svn' to 'common'. |
10 years ago |
11040 | Paul Allen | SVN: Static label support - Push up shared label code for CVS/SVN - Updat...e label description base for CVS test case 030 « |
10 years ago |
10997 | Paul Allen | CVS: use a dynamic time window when processing pseudo branches. - Prevent branch...es getting ahead of the source. - Used parent equals method in RevisionEntry to fix for drop method in RevisionSorter. « |
10 years ago |
10984 | Paul Allen |
CVS: Tidy up logging - added revision count. |
10 years ago |
10979 | Paul Allen | CVS: offload Pseudo branches to the delayed list, before revision that are already opened.... - should fix empty change lists « |
10 years ago |
10978 | Paul Allen | CVS redesign of RCS Revision Navigation. - Disabled reverse RCS tag lookup for t...he moment. « |
10 years ago |
10977 | Paul Allen | Tidy up unused code/imports | 10 years ago |
10952 | Paul Allen |
CVS add 1ms delay to pseudo branches. - extra trace debug |
10 years ago |
10944 | Paul Allen | CVS change-list processing. Create a delayed list for pseudo branches to prevent them fa...lling into the wrong change. - updated test cases 006 007 047 « |
10 years ago |
10921 | Paul Allen | String.intern() null protection. | 10 years ago |
10910 | Paul Allen | CVS progress counters for large conversion. | 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 |
10773 | Paul Allen | Added Audit Log support to CVS. CVS does not store an MD5 with the RCS delta, so the fi...eld is set to zeros. « |
10 years ago |
10771 | Paul Allen |
Update warning counter, on error/warn state. Stats.inc(StatsType.warningCount); |
10 years ago |
10770 | Paul Allen | Switched off debug/trace reporting. | 10 years ago |
10730 | Paul Allen | CVS: Fix for Labels in Import mode. Unable to label a revision in a pending change, so... store all tag entries and add them to label after the change is submitted. Includes basic test case 030 « |
10 years ago |
10728 | Paul Allen | CVS: new Label feature. Scans the RCS tree counting revisions on a branch. If the b...ranch 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) « |
10 years ago |
10719 | Paul Allen | CVS: Activate old label code and add config option. disabled by default -- for the moment... until it works (set log level from trace -> debug) « |
10 years ago |
10705 | Paul Allen |
CVS: Added condition to support a 'dead' 1.1 revision. - CVS Test case 047 |
10 years ago |
9807 | Paul Allen | Initial import of p4-convert (from change 894340) | 11 years ago |