Name | Modified | Size |
---|---|---|
.. | ||
integration | ||
unit |
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 |
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 |
12516 | Paul Allen |
CVS: Label format fix. CVS branches downgraded to labels were missed during formatting. |
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 |
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 |
12386 | Paul Allen |
CVS: Prevent CVSROOT dir from being added. - includes test case064 |
10 years ago |
12325 | Paul Allen | CVS: Fix for RCS @b@ expand binary detection. | 10 years ago |
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. « |
10 years ago |
12300 | Paul Allen | CVS: Prevent first entry 'dead' revisions (n*.1) from showing up as branched revisions. | 10 years ago |
12235 | Paul Allen | CVS: Username map Now supports the --users flag for CVS returning a list of usernames.&nb...sp; The map file can then be used to remap usernames during the import. - Includes test case062 « |
10 years ago |
12223 | Paul Allen | CVS: missing RCS data for test case062 | 10 years ago |
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. « |
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 |
12004 | Paul Allen | CVS: Change RCS file type to binary. | 10 years ago |
12003 | Paul Allen | CVS: missing RCS file for test case059 | 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 |
11979 | Paul Allen | CVS: Fix label view when tagging files in later changes. | 10 years ago |
11836 | Paul Allen | CVS: Fix path translation for labels. Allows the use of a path map or com.p4convert.p4....subPath definition when CVS labels are enabled. - includes test case057 « |
10 years ago |
11761 | Paul Allen | CVS: Added test case056 'subpath_basic' Test coverage for the com.p4convert.p4.subPath... option for CVS. « |
10 years ago |
11760 | Paul Allen | Use default label description and append label type. Previously I used the change descr...iption, which is ok for Automatic labels, but Static labels may include more than one change. Includes: - Fix parsing of RCS descriptions (support descriptions without new line) - Update to test cases. « |
10 years ago |
11746 | Paul Allen | CVS: missing RCS file for test case 055 | 10 years ago |
11745 | Paul Allen | CVS: Parse non-standard RCS file, where 'log' and 'text' are on the same line. Sup...port alternative delete method - added test case 054 to support parse changes - added test case 055 to support alternatice delete method « |
10 years ago |
11457 | Paul Allen | CVS: Support empty an 'branch' symbol. Generally the branch symbol is only added with a...n ID, however the RCS spec does not specify that an ID is mandatory. This change is to support manufactured CVS data from 3rd party import tools. - 'symbol' test case053 « |
10 years ago |
11330 | Paul Allen | CVS: NFC test data for case 052 | 10 years ago |
11329 | Paul Allen | CVS: test case052 NFC Form framework support. | 10 years ago |
11328 | Paul Allen | CVS: test case052 NFC Normalisation framework support. | 10 years ago |
11312 | Paul Allen | minor test case fix for Linux. | 10 years ago |
11309 | Paul Allen | CVS/SVN: Support for URI paths. To avoid double encoding a URI path the converter decod...es the path and stores it in UTF8. - CVS Test Case 052 « |
10 years ago |
11247 | Paul Allen | Back out changelist 11229 | 10 years ago |
11229 | Paul Allen | CVS: Updates to test cases 035 and 050 | 10 years ago |
11228 | Paul Allen | CVS: testcase 051 branch from deleted rev. | 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 |
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. « |
10 years ago |
11064 | Paul Allen | CVS: added detection and support for +x revisions - extended testcase 040 to tes...t for exec bits « |
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 |
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. « |
10 years ago |
11000 | Paul Allen | CVS: update test case 047 | 10 years ago |
10999 | Paul Allen |
CVS: Update to test case 007 - change list order change |
10 years ago |
10988 | Paul Allen | CVS: Updated test case 048 Reflecting changes to branch detection (branches with no symb...ols) « |
10 years ago |
10946 | Paul Allen | CVS missing rcs file for test case 050 | 10 years ago |
10945 | Paul Allen | CVS branch of a branch RCS ID was not calculated for branch. - added test case... 050 « |
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 |
10919 | Paul Allen | CVS parse detection of 'comment' in RCS header. - Includes test case 049 parse-c...omment « |
10 years ago |
10918 | Paul Allen | CVS test case 045 rename_case - fixes for Linux | 10 years ago |
10917 | Paul Allen | CVS updated test case 025 and 027 for UTF16 fixes. | 10 years ago |
10915 | Paul Allen | CVS test case 042 win1252 update. | 10 years ago |