# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 13876 | Paul Allen | Rename/move file(s) | ||
#1 | 13873 | Paul Allen | Branching using p4convert-maven | ||
//guest/perforce_software/p4convert/src/com/perforce/cvs/parser/RcsFileFinder.java | |||||
#7 | 12418 | Paul Allen | CVS: When scanning for RCS files, store listing and close handle before recursion. | ||
#6 | 12386 | Paul Allen |
CVS: Prevent CVSROOT dir from being added. - includes test case064 |
||
#5 | 12339 | Paul Allen |
Performance improvements for the early stages of the CVS list building: - Building branch list - Building revision list |
||
#4 | 12334 | Paul Allen | Bug Fix: Close newDirectoryStream resource. | ||
#3 | 12260 | Paul Allen |
CVS: Rename badly encoded paths. First try CP1252, if that fails use a URI encoded path. If a URI encoded path is used then it will be decode to UTF8. |
||
#2 | 11186 | Paul Allen |
Support standard command line arguments. Important change please note... @rjackson @nmorse 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 |
||
#1 | 9807 | Paul Allen | Initial import of p4-convert (from change 894340) |