norm #1

  • //
  • guest/
  • sean_nolan/
  • perforce/
  • utils/
  • cvs2p4/
  • test/
  • norm
  • View
  • Commits
  • Open Download .zip Download (522 B)
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
  & eval 'exec perl -S $0 $argv:q'
  if 0;
#  THE PRECEEDING STUFF EXECS perl via $PATH
# -*-Fundamental-*-

require 5.000;

#  $Id: //guest/sean_nolan/perforce/utils/cvs2p4/test/norm#1 $
#
#  Richard Geiger
#

while (<>)
  {
    $_ =~ s/[0-9]{4}\/[0-9]{2}\/[0-9]{2}/yyyy\/mm\/dd/g;
    $_ =~ s/[0-9]{2}:[0-9]{2}:[0-9]{2}/hh:mm:ss/g;
    $_ =~ s/Label testlabel yyyy\/mm\/dd 'Created by ([a-z]+)\. '/Label testlabel yyyy\/mm\/dd 'Created by user\. '/;
    print;
  }

# Change User Description Committed
#1 1985 Sean Nolan my initial branch
//guest/perforce_software/utils/cvs2p4/test/norm
#3 1410 rmg Publish 1.3.2
#2 242 james Pull cvs2p4 into //public so latest version (1.2.5) gets synced
onto the Perforce FTP area.

Note the cvs2p4-latest.tar symlink - I'll update loadsupp to point to that.
#1 152 Laura Wingerd cvs2p4 goes public.
//guest/richard_geiger/utils/cvs2p4/test/norm
#1 130 Richard Geiger CVS-to-Perforce converter.
This is release 1.2.2
(first submit to the Perforce Public Depot)