# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 13878 | Paul Allen | Move test/ to src/test/java | ||
#1 | 13873 | Paul Allen | Branching using p4convert-maven | ||
//guest/perforce_software/p4convert/test/com/perforce/integration/IntegrationTests.java | |||||
#18 | 13754 | Paul Allen |
SVN: Remove ilegal "..." from the path and replace with _ELLIPSIS_ tag. - Convert/Import test case125 |
||
#17 | 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 |
||
#16 | 12222 | Paul Allen |
New non-translate mode for high-ascii files. If the P4_TRANSLATE mode is disabled then text files with high-ascii characters are given the new type RAW-TEXT. Raw types are not translated and the content is used as-is. (exception UTF16/32) The default translation configuration is enabled: com.p4convert.p4.translate=true The com.p4convert.p4.translate=false mode is intended for use with non-unicode Perforce servers in a Windows only client environment. |
||
#15 | 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. |
||
#14 | 11312 | Paul Allen | minor test case fix for Linux. | ||
#13 | 11310 | Paul Allen |
SVN: Update test case 35 for new URI decoding. Trap all Exceptions raised from URI decoding. |
||
#12 | 11294 | Paul Allen |
SVN: Improved label support for Subversion tag of another tag, when one or both get converted to a Perforce label. TODO: add aditional unit tests. |
||
#11 | 11109 | Paul Allen | SVN: Import mode - avoid reverting a pending delete on a file revision if followed by a remove dir action. | ||
#10 | 11071 | Paul Allen |
Path map translator for CVS and SVN paths. (undoc) To use create a path.map file with regex and group match. Only the first matching entry is used. The regex and group match are seperated by ', ' (or in regex terms ',\s+'). Lines starting with '#' are ignored. For example, 'trunk' is renamed to 'main', but other entries are left as-is. # path.map trunk/(.*), //import/main/{1} (.*), //import/{1} Note: if no file is found the default 'depot' and 'subPath' options are used to generate the map, preserving the original behaviour. CVS paths will always stat with the 'branch' name. 'main' for 1.1 and the symbol for other branches. # path.map main/projA/(.*), //import/projA/MAIN/{1} release_(.*)/projA/(.*), //import/projA/REL{1}/{2} (.*)/projA/(.*), //import/projA/TAG-{1}/{2} (.*), //import/unexpected/{1} Node: adding a catch all is a good idea. |
||
#9 | 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/.* |
||
#8 | 11042 | Paul Allen |
SVN: Test case 118 for labels_basic - minor fix to ignore 'label in sync' p4java message |
||
#7 | 11016 | Paul Allen | SVN: unset maps for unit tests, unless explicitly required. | ||
#6 | 11005 | Paul Allen |
Changed default user/client to 'p4-user' and 'p4-client'. Test cases still use the original 'svn-user' and 'svn-client' to avoid updating all the test results. |
||
#5 | 10707 | Paul Allen | Fix SVN tests (lost all the PROPRIAROTY DATA comments due to a copy) | ||
#4 | 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 |
||
#3 | 10689 | Paul Allen | Port SVN symlink fix (missing target) | ||
#2 | 10587 | Paul Allen | Stub out SVN tests containing PROPRIAROTY data. | ||
#1 | 9807 | Paul Allen | Initial import of p4-convert (from change 894340) |