# # Config file for cvs2p4 # # $Id: //guest/matthew_rice/util/cvs2p4/test/config#22 $ # p4 command location (If other than "/usr/local/bin/p4") # $P4 = "/u/p4/VERS/bin.osf/p4"; # path to the RCS "co" and "rlog" commands # $CO = "/usr/local/bin/co"; $RLOG = "/usr/local/bin/rlog"; # Perforce server and password we're using. Apparently, you can also # use the MD5 version of the password. # $P4PORT = "p4netapp:1672"; #$ENV{P4PASSWD} = "passwd"; # Top of the module in the p4 depot namespace # Only used if you don't specify you're own client spec in dochanges. # $P4_DEPOTS = "//depot/Test"; #$P4_DEPOTS = "//depot //products //projects //users"; # Number of files to add at once when using the quick import method. $QUICK_ADD_COUNT = 1000; # Set LOGNOTE to 0, if you don't want to see [imported from CVS ...] # lines in your import description. # $LOGNOTE = 1; # Top of the CVS module repository to convert # # (Typically, you'll use an absolute path, but it can also be relative # to where you execute the conversion commands from.) # $CVS_MODULE = "test"; # Allow symlinks to directories in the top level of the RCS module. # Useful for partial converts of CVS modules, where you only want # certain subtrees, e.g., you have a cvs module "d" with: # # $CVSROOT/d/x # $CVSROOT/d/y # $CVSROOT/d/z # # ...and you only want to import d/x & d/z; you create # # $CVSROOT/D # $CVSROOT/D/x -> $CVSROOT/d/x # $CVSROOT/D/z -> /d/z # # set CVS_MODULE to "D", and set this: # $SYM_SPECIAL = 1; # Files you don't want. # (Any files matching this regular expression will not be imported). # $IGNOREFILES = "^(.cvsignore)\$"; # Name of the "head" codeline # $TRUNKLINE = "HEAD"; # Conventional branch tag name suffix to remove when importing to # Perforce. (This is a netapp specific thing; our branch tags are # named _BRANCH, but we want the "branches" in the Perforce # depot to be "$P4_DEPOT/"). # $BRANCH_FLASH = "_BRANCH"; # How often (if > 0) to checkpoint. # # (I.e., "1000" means every 1000 change groups, as numbered in the # generated "changes" file) # # Note: this uses the NetApp-local tool "p4d_admin", which, if you're # not at NetApp (and you probably are not, otherwise you'd be me, and # would not bother to read this, right?). Anyway, this will only kick # in when you runs this in the "netapp.com" domain... so you can # probably ignore this entriely. # if ($CVS_MODULE eq "test" && $P4_DEPOT eq "//depot/Test") { $CHECKPOINT_INTERVAL = 10; } else { $CHECKPOINT_INTERVAL = 0; } # Whether to go all the way back to the first rev on the trunk. # (Otherwise, we just go back to the oldest ancestor rev of any # converted branch). # $ALLTHEWAYBACK=1; # Whether we're doing selected lines only... # # Typically, you might run "genmeteadata" once with this set to 0, # which will print a list of all branch tag names encountered in the # repository. Then, you might want to fill in the <