SvnProcessNode.java #3

  • //
  • guest/
  • perforce_software/
  • p4convert/
  • src/
  • main/
  • java/
  • com/
  • perforce/
  • svn/
  • process/
  • SvnProcessNode.java
  • Commits
# Change User Description Committed
#3 26953 Paul Allen Move //guest/perforce_software/p4convert to //guest/perforce_software/p4convert/main
#2 23573 Paul Allen Fix for SVN when a symlink is deleted then add back as the same file but text (case 00307423)

Added test case 127 for Import and Convert modes.
#1 13920 Paul Allen copy part 2 (no errors)
//guest/paul_allen/p4convert-maven/src/main/java/com/perforce/svn/process/SvnProcessNode.java
#1 13876 Paul Allen Rename/move file(s)
//guest/paul_allen/p4convert-maven/src/com/perforce/svn/process/SvnProcessNode.java
#1 13873 Paul Allen Branching using p4convert-maven
//guest/perforce_software/p4convert/src/com/perforce/svn/process/SvnProcessNode.java
#17 13776 Paul Allen CVS: Update to node Action detection.

The RCS State is normally set to 'Exp' and 'dead', but this change allows more user defined states.

 - Move Action class to common.node package.
 - Modified test case061 to test custom states.
#16 12893 Paul Allen CVS: Enable merging of Content Properties with the Type Map.

 - Moved shared code to Abstract class ProcessNode
 - Updated testcase 040 to include +l flag with +x
#15 11294 Paul Allen SVN: Improved label support for Subversion tag of another tag, when one or both get converted to a Perforce label.

TODO: add aditional unit tests.
#14 11270 Paul Allen SVN: Detect deleted labels

 - Improvments to --info output
 - Tree depth reporting with --tree=n flag (n is depth >0)
#13 11263 Paul Allen Refactor the enum Action outside of ChangeAction.
#12 11066 Paul Allen Code refactor:

Moved 'node' package from 'svn' to 'common'.
#11 11060 Paul Allen SVN: Minor fix to check for BRANCH action on procesDir()

 - Prevents a A:D operation on a Label
#10 11043 Paul Allen SVN: Added View support for Automatic labels (Convert and Import mode)

 - Update view metadata in test case 118
#9 11041 Paul Allen SVN: Fixes to support changelist numbering and AUTOMATIC labels in Import mode (front door).
#8 11040 Paul Allen SVN: Static label support

 - Push up shared label code for CVS/SVN
 - Update label description base for CVS test case 030
#7 11031 Paul Allen SVN: Adding ground work for Static/Automatic support.
#6 11030 Paul Allen SVN: Detect Automatic/Static labels

 - Minor refactor prescan/LabelParser to tag/TagParser
#5 11025 Paul Allen SVN: Added LABEL action and improved logging.

 - minor fix to prevent skipping file actions, hopefully this will turn into static labels.
#4 11024 Paul Allen SVN: Minor fixes to automatic labels.
#3 11014 Paul Allen SVN: Label support (change went in a bit early, requires later changes to work)
#2 10773 Paul Allen Added Audit Log support to CVS.

CVS does not store an MD5 with the RCS delta, so the field is set to zeros.
#1 9807 Paul Allen Initial import of p4-convert (from change 894340)