Name | Modified | Size |
---|---|---|
.. | ||
AssetType.java | 10 years ago | |
AssetWriter.java | 10 years ago | |
BufferedContentReader.java | 10 years ago | |
ContentProperty.java | 10 years ago | |
ContentStream.java | 10 years ago | |
ContentStreamFactory.java | 10 years ago | |
ContentType.java | 10 years ago | |
ScanArchive.java | 10 years ago | |
ScanContentStream.java | 10 years ago | |
TranslateCharsetType.java | 10 years ago | |
TranslateContent.java | 10 years ago | |
TypeMap.java | 10 years ago |
Change | User | Description | Committed |
---|---|---|---|
13920 | Paul Allen | copy part 2 (no errors) | 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 |
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 |
11226 | Paul Allen | Tidy imports and unused code. | 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 |
10916 | Paul Allen |
CVS Unicode Translation support. - tested for win1252 - fixes utf16 |
10 years ago |
10689 | Paul Allen | Port SVN symlink fix (missing target) | 11 years ago |
10653 | Paul Allen | Debugging data for low level byte operations. | 11 years ago |
9807 | Paul Allen | Initial import of p4-convert (from change 894340) | 11 years ago |