~vcs-imports/cvs2svn/trunk

« back to all changes in this revision

Viewing changes to cvs2git-example.options

  • Committer: mhagger
  • Date: 2014-02-03 12:51:40 UTC
  • Revision ID: svn-v4:be7e6eca-30d4-0310-a8e5-ac0d63af7087:trunk:5442
GitRevisionCollector: Change order of constructor arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
# chance of working with CVSNT repositories.  It invokes CVS or RCS to
135
135
# reconstuct the contents of CVS file revisions:
136
136
ctx.revision_collector = GitRevisionCollector(
137
 
    # The file in which to write the git-fast-import stream that
138
 
    # contains the file revision contents:
139
 
    'cvs2git-tmp/git-blob.dat',
140
 
 
141
137
    # The following option specifies how the revision contents of the
142
138
    # RCS files should be read.
143
139
    #
162
158
    # Uncomment one of the two following lines:
163
159
    #RCSRevisionReader(co_executable=r'co'),
164
160
    CVSRevisionReader(cvs_executable=r'cvs'),
 
161
 
 
162
    # The file in which to write the git-fast-import stream that
 
163
    # contains the file revision contents:
 
164
    blob_filename='cvs2git-tmp/git-blob.dat',
165
165
    )
166
166
# This second alternative is vastly faster than the version above.  It
167
167
# uses an external Python program to reconstruct the contents of CVS