Change | User | Description | Committed |
---|---|---|---|
26953 | Paul Allen | Move //guest/perforce_software/p4convert to //guest/perforce_software/p4convert/main | 4 years ago |
23573 | Paul Allen | Fix for SVN when a symlink is deleted then add back as the same file but text (case 003074...23) Added test case 127 for Import and Convert modes. « |
7 years ago |
23572 | Paul Allen | CVS Integration test 052 fixed. | 7 years ago |
23570 | Paul Allen | Fix CVS Integration test and SVN Integration tests for Linux. | 7 years ago |
23568 | Paul Allen | CVS Import test fixes for Linux | 7 years ago |
23565 | Paul Allen | Fix SVN Import Test for Linux and NFC change on OS X. | 7 years ago |
23564 | Paul Allen | Rename/move file(s) | 7 years ago |
19403 | Paul Allen | Fix for URI encode path with %25, gets decoded back to %. - Added CVS test case0...68 - Removed warning for 'URL encoded path - decoding...' and warning count. « |
9 years ago |
18461 | Paul Allen | Update Windows path usage in the config file. Windows must use 'c:/perforce/client_ws/'... and not the Windows backslash delimiter. « |
9 years ago |
18448 | Paul Allen | Query support for MOVE_ADD/MOVE_DELETE actions | 9 years ago |
16841 | Paul Allen | RPC_SOCKET_POOL_SIZE_NICK use 1 for normal operation and 0 for RSH tests. - Upgrade Gradl...e container - Update CVS Import test case016 to use NFC « |
9 years ago |
16545 | Paul Allen | Compair Java version (1.7 or greater) | 9 years ago |
16494 | Paul Allen | Subversion MergeInfo - bail early if source revision is not related to target. | 9 years ago |
16493 | Paul Allen | Java 1.8 support and Subversion 'end' revision detection. | 9 years ago |
16270 | Paul Allen | SVN: Support for malformed or corrupt MergeInfo data. | 9 years ago |
15933 | Paul Allen | SVN: Fix for findLastAction mixing Change/SVN Revision numbers. - Update to case...s 080, 126 (import mode) « |
10 years ago |
15627 | Paul Allen | CVS: only skip branches starting with delete if on main or on a branch with later revision...s. « | 10 years ago |
15626 | Paul Allen | SVN: remove k text for test case 126 | 10 years ago |
15620 | Paul Allen | CVS: undate test case 063 | 10 years ago |
15616 | Paul Allen | CVS: update test case 051 | 10 years ago |
15615 | Paul Allen | SVN: test cases - automated cleanup for typemap. | 10 years ago |
15613 | Paul Allen | CVS: update test case 002 | 10 years ago |
15604 | Paul Allen | CVS: Fix for missing 1.1.1.1 branch name when 1.1.1 is used as the ID. - inculde...s a mode to allow all branches (even ones with only files at #1) Default configuration: com.perforce.cvs.fullBranch=false - includes trace/debug logging improvments. - TODO: CVS test cases 002, 051, 063 need updating « |
10 years ago |
15579 | Paul Allen | SVN: Fix for 'tampered with after resolve - edit or revert'. Includes a manufactured te...st case, seems to be related to an IGNORE resolve with keyword/properties. « |
10 years ago |
15555 | Paul Allen | Added Tamper check to branchFile | 10 years ago |
15176 | Paul Allen | To prevent confusion hide the unsupported Empty Dir options. | 10 years ago |
14805 | Paul Allen | Fix for missing 2.0 revision labels. - Test case 067 and minor update to Simlink t...est #review-14790 @russell_jackson ISSUE: The RCS only has a 1.1 branched to 2.0 and labels are missing on 2.0? http://users.csc.calpoly.edu/~jdalbey/205/Resources/cvsBranchMerge.html +---------+ Release-1 -> __! 1.2.2.1 !____ <- the maintenance branch / +---------+ \ / \ / \ +-----+/ +-----+ +-----+ \+-----+ ! 1.0 !---! 1.1 !----! 1.2 !----! 2.0 ! <- The main trunk +-----+ +-----+ +-----+ +-----+ « |
10 years ago |
14230 | Paul Allen | Update test case for p4java 15.1 symlink '\n' fix. - cases: ...; 027, 040, 041, 071, 086, 087, 088, 090, 092, 095, 096, 100, 102, 114, 115 « |
10 years ago |
14229 | Paul Allen | Update p4java to 15.1 and use RSH connection for Unit tests. | 10 years ago |
13958 | Paul Allen | Login check to avoid 'nouser' trying to create an account. - minor fix to Symlink... unit test « |
10 years ago |
13927 | Paul Allen | Update MarkDown README for gradle build steps | 10 years ago |
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 |
13754 | Paul Allen | SVN: Remove ilegal "..." from the path and replace with _ELLIPSIS_ tag. - Convert/...Import test case125 « |
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 |
12552 | Paul Allen | Remove warning count on message: "Adding missing delimiter '/' or '\\' to end of Client p...ath." « |
10 years ago |
12551 | Paul Allen | Import mode workspace path fix code and logging. The issues only seems to occure when t...he configuration option com.p4convert.svn.mergeInfoEnabled is true. The merge seems to create a symlink or label then merge a directory over the top. « |
10 years ago |
12535 | Paul Allen | CVS/SVN: Substitute spaces with an '_' for label names. - update SVN test case11...8 to verify substitution. « |
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 |
12516 | Paul Allen |
CVS: Label format fix. CVS branches downgraded to labels were missed during formatting. |
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 |
12476 | Paul Allen | CVS: Swapped UFT16 downgrade to BINARY. When Translation is disabled downgrade UTF16 to... BINARY « |
10 years ago |
12469 | Paul Allen | CVS: When Translation is disabled downgrade UTF16 as RAW-TEXT | 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 |
12418 | Paul Allen | CVS: When scanning for RCS files, store listing and close handle before recursion. | 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 |