Changelist Offset options

  1. The default offset is 0 (i.e. not offsetting). Offset is currently available for Convert Mode and allows subversion revisions to be converted into Perforce changelists by a fixed offset:

    com.p4convert.p4.offset=0
    
  2. After the conversion a changeMap file is appended locally containing a Subversion revision number to Perforce change-list mapping. The file name is configured by the option:

    com.p4convert.log.changeMap=changeMap.txt
    

    A changemap looks like this:

    # <Change>, <SVN revision>	
    1, 1
    2, 2
    3, 3
    ...