<?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"> <attributes> <attribute name="FROM_GRADLE_MODEL" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" path="src/main/resources"> <attributes> <attribute name="FROM_GRADLE_MODEL" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" path="src/test/java"> <attributes> <attribute name="FROM_GRADLE_MODEL" value="true"/> </attributes> </classpathentry> <classpathentry kind="src" path="src/test/resources"> <attributes> <attribute name="FROM_GRADLE_MODEL" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry kind="output" path="bin"/> </classpath>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 26953 | Paul Allen | Move //guest/perforce_software/p4convert to //guest/perforce_software/p4convert/main | ||
//guest/perforce_software/p4convert/.classpath | |||||
#10 | 19403 | Paul Allen |
Fix for URI encode path with %25, gets decoded back to %. - Added CVS test case068 - Removed warning for 'URL encoded path - decoding...' and warning count. |
||
#9 | 16841 | Paul Allen |
RPC_SOCKET_POOL_SIZE_NICK use 1 for normal operation and 0 for RSH tests. - Upgrade Gradle container - Update CVS Import test case016 to use NFC |
||
#8 | 14229 | Paul Allen | Update p4java to 15.1 and use RSH connection for Unit tests. | ||
#7 | 13920 | Paul Allen | copy part 2 (no errors) | ||
#6 | 12405 | Paul Allen |
CVS: Save change list data to a JSON formatted file 'changes.json'. (Work-In-Progress) - need to add load option and resume flags |
||
#5 | 12219 | Paul Allen | Update ICU4J libs to 54_1_1 | ||
#4 | 12195 | Paul Allen |
CVS - Use the RCS 'expand' field to detect BINARY files. If set this will take precedence over the type map. - Added test case061 |
||
#3 | 11978 | Paul Allen | Upgrade p4java to 2014.1 | ||
#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) |