Name | Modified | Size |
---|---|---|
.. | ||
asset | ||
client | ||
depot | ||
journal | ||
label | ||
node | ||
parser | ||
process | ||
schema | ||
ConverterException.java | 10 years ago | |
ExitCode.java | 10 years ago | |
OutOfOrderException.java | 10 years ago | |
Stats.java | 10 years ago | |
StatsType.java | 10 years ago | |
Usage.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 |
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 |
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 |
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 |
12339 | Paul Allen | Performance improvements for the early stages of the CVS list building: - Buildi...ng branch list - Building revision list « |
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 |
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 |
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 |
11759 | Paul Allen | Minor: Tidy up import and missing switch case default. | 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 |
11565 | Paul Allen | SVN: Write submitted change number to Change Map. The pending change was being written... to the changeMap.txt even though the submitted number was reported in the log. « |
10 years ago |
11310 | Paul Allen | SVN: Update test case 35 for new URI decoding. Trap all Exceptions raised from URI deco...ding. « |
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 |
11298 | Paul Allen | Restrict label history to SVN + CONVERT mode | 10 years ago |
11294 | Paul Allen | SVN: Improved label support for Subversion tag of another tag, when one or both get conver...ted to a Perforce label. TODO: add aditional unit tests. « |
10 years ago |
11274 | Paul Allen | Intern optimisation for Labels. | 10 years ago |
11263 | Paul Allen | Refactor the enum Action outside of ChangeAction. | 10 years ago |
11226 | Paul Allen | Tidy imports and unused code. | 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 |
11171 | Paul Allen | CVS/SVN: Path translation support for '$' and other regex chars. @rjackson found that a... $ in the path will raise an IllegalArgumentException: Illegal group reference - Fix includes unit test « |
10 years ago |
11156 | Paul Allen | CVS/SVN: Path translation support for {nnn} Some SCM path contail '{nnn}' where nnn is... a number, this caused the group regex to fail. - includes a unit test to verify fix. « |
10 years ago |
11143 | Paul Allen | CVS: Downgrade branching a deleted rev to a warning CVS seems to allow revisions to be... added on a branch then moved to 1.1 at the same point in time. The strange part is 1.1 is marked as dead. (work around) « |
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 |
11066 | Paul Allen |
Code refactor: Moved 'node' package from 'svn' to 'common'. |
10 years ago |
11043 | Paul Allen | SVN: Added View support for Automatic labels (Convert and Import mode) - Update... view metadata in test case 118 « |
10 years ago |
11042 | Paul Allen | SVN: Test case 118 for labels_basic - minor fix to ignore 'label in sync' p4java... message « |
10 years ago |
11041 | Paul Allen | SVN: Fixes to support changelist numbering and AUTOMATIC labels in Import mode (front door...). « | 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 |
11029 | Paul Allen | SVN: missing change for label support | 10 years ago |
11024 | Paul Allen | SVN: Minor fixes to automatic labels. | 10 years ago |
11018 | Paul Allen | SVN: Support automatic labels for IMPORT and CONVERT modes. | 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 |
10983 | Paul Allen | SVN: Updated change number mapping. Use the submitted change number not the pending num...ber, for the changeMap. « |
10 years ago |
10916 | Paul Allen |
CVS Unicode Translation support. - tested for win1252 - fixes utf16 |
10 years ago |
10839 | Paul Allen | Update Import Test framework (CVS/SVN) to support labels. CVS test case 030 update and... code cleanup. « |
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 |
10769 | Paul Allen | Removed references to 'svn' from the name 'p4convert-svn'. Updated: Build, Usage, User... docs, and Releases notes. « |
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 |
10689 | Paul Allen | Port SVN symlink fix (missing target) | 10 years ago |
10655 | Paul Allen | Fixed buffered writer. Fills buffer with one or more lines upto 8K and then save remainde...r. Includes line/EOF (null) detection. « |
10 years ago |
10653 | Paul Allen | Debugging data for low level byte operations. | 10 years ago |