Change 11186

paul_allen (Paul Allen)
Paul Allen committed this change into //guest/perforce_software/p4convert
Request Review
Download .zip
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
  • Files 14
  • Comments 0
9 edited 3 added 2 deleted
.classpath#2
Loading...
build.xml#7
Loading...
docs/xml/01_setup.xml#6
Loading...
docs/xml/02_config.xml#7
Loading...
docs/xml/04_notes.xml#5
Loading...
ext/commons-cli-1.2.jar#1
Loading...
src/com/perforce/common/Usage.java#3
Loading...
src/com/perforce/cvs/parser/RcsFileFinder.java#2
Loading...
src/com/perforce/cvs/prescan/CvsExtractUsers.java#1
Loading...
src/com/perforce/cvs/process/CvsProcessChange.java#17
Loading...
src/com/perforce/svn/Main.java#2
Loading...
src/com/perforce/svn/prescan/ExtractUsers.java#3
Loading...
src/com/perforce/svn/prescan/SvnExtractUsers.java#1
Loading...
test/com/perforce/svndump/prescan/TestUsage.java#3
Loading...
Tip: Use n and p to cycle through the changes.