# VSS to Perforce Converter Configuration File. # # Keywords in this file must start at the left column and end with a colon. # Values must be on the same line as the keyword or on subsequent lines # starting with a tab. # root of tree of projects to be converted root: $/ # time interval (in seconds) between two checkins which can be considered # part of the same change time_interval: 600 # - whether to convert all pathnames to lowercase lowercase_pathnames: yes # - whether to convert all filenames to lowercase lowercase_filenames: yes # - whether to convert all user names to lowercase lowercase_usernames: yes # - debugging level - set to zero to speed things up, > 0 to track down # problems debug_level: 10 # 980504 SAB - Added to be able to bypass the re-creation of the metadata/ # files (in case debugging mkdepot.pl or later). bypass_metadata: no # 980504 SAB - We've got some corruptions in our SS database...add ability # to skip 'ss get' failures. # (only set this to "yes" if you really need to) skip_ss_get_errors: no