I am using trying to convert MKS into SVN and am running into a problem when running the svnimporter.jar :
Code: Select all
MksProvider:84 INFO - Svn model has been created
MksProvider:84 INFO - total number of revisions in svn model: 98
historyLogger:84 INFO - saving svn model to file...
Exec:84 INFO - C:\Program Files\MKS\IntegrityClient\bin\si.exe: Invalid option: "r"
Exec:84 INFO - Usage: C:\Program Files\MKS\IntegrityClient\bin\si.exe resync options... current or former member/subproject...; options are:
Exec:84 INFO - --[no]confirm In change package mode, proceed without a question
Exec:84 INFO - --[no]includeDropped Include former members
Exec:84 INFO - --[no|confirm]merge Perform merges if required
Exec:84 INFO - --[no|un]expand Whether keywords should be expanded in working files
Exec:84 INFO - -f Force overwrite of changed working files
Exec:84 INFO - --[no|confirm]overwriteChanged Force overwrite of changed working files
Exec:84 INFO - --[no]overwriteUnchanged Force overwrite of unchanged working files
Exec:84 INFO - --[no]populate Populate the sandbox with working files
Exec:84 INFO - --[no]restoreTimestamp Set the timestamp on the working file to the revision's timestamp
Exec:84 INFO - -R Select recursively
Exec:84 INFO - --filter=attribute:name[=value]
Exec:84 INFO - changed[:working|:sync|:newer|:size|:missing|:newmem|:all]
Exec:84 INFO - file:<expression>
Exec:84 INFO - frozen
Exec:84 INFO - label[:name]
Exec:84 INFO - anylabel[:name]
Exec:84 INFO - locked[:name]
Exec:84 INFO - state[:name]
Exec:84 INFO - format[:text|:binary]
Exec:84 INFO - workingbranch
Exec:84 INFO - --[no|confirm]recurse Select recursively
Exec:84 INFO - -S value The name of the sandbox
Exec:84 INFO - --sandbox=value The name of the sandbox
Exec:84 INFO - --hostname=value Hostname of server
Exec:84 INFO - --port=value TCP/IP port number of server
Exec:84 INFO - --password=value Credentials (e.g., password) to login with
Exec:84 INFO - --user=value Username to login to server with
Exec:84 INFO - -? Shows the usage for a command
Exec:84 INFO - -F value Provide the operands from a file
Exec:84 INFO - -N Responds to all confirmations with "no"
Exec:84 INFO - -Y Responds to all confirmations with "yes"
Exec:84 INFO - --[no]adorn Control adornment on GUI views
Exec:84 INFO - --[no]batch Control batch mode (no user interaction in batch mode)
Exec:84 INFO - --cwd=value Act as if command executed in specified directory
Exec:84 INFO - --forceConfirm=[yes|no] Specify an answer to all confirmation questions
Exec:84 INFO - -g User interaction should happen via the GUI
Exec:84 INFO - --gui User interaction should happen via the GUI
Exec:84 INFO - --no Responds to all confirmations with "no"
Exec:84 INFO - --quiet Control status display
Exec:84 INFO - --selectionFile=value Provide the operands from a file
Exec:84 INFO - --settingsUI=[gui|default] Control UI for command options
Exec:84 INFO - --status=[none|gui|default] Control status display
Exec:84 INFO - --usage Shows the usage for a command
Exec:84 INFO - --yes Responds to all confirmations with "yes"
Exec:80 DEBUG - Process exit value: 1
historyLogger:84 INFO - EXCEPTION CAUGHT: org.polarion.svnimporter.mksprovider.MksException: Process exit code: 1
What exactly is svnimporter trying to do here with the option "r" ? If I could figure that out I think I could go about debugging the problem...thanks