89 a filemap is given, all files under the starting directory will be |
89 a filemap is given, all files under the starting directory will be |
90 converted, and that any directory reorganisation in the CVS |
90 converted, and that any directory reorganisation in the CVS |
91 sandbox is ignored. |
91 sandbox is ignored. |
92 |
92 |
93 Because CVS does not have changesets, it is necessary to collect |
93 Because CVS does not have changesets, it is necessary to collect |
94 individual commits to CVS and merge them into changesets. CVS source |
94 individual commits to CVS and merge them into changesets. CVS |
95 can use the external 'cvsps' program (this is a legacy option and may |
95 source uses its internal changeset merging code by default but can |
96 be removed in future) or use its internal changeset merging code. |
96 be configured to call the external 'cvsps' program by setting: |
97 External cvsps is default, and options may be passed to it by setting |
97 --config convert.cvsps=cvsps -A -u --cvs-direct -q |
98 --config convert.cvsps='cvsps -A -u --cvs-direct -q' |
98 This is a legacy option and may be removed in future. |
|
99 |
99 The options shown are the defaults. |
100 The options shown are the defaults. |
100 |
101 |
101 Internal cvsps is selected by setting |
102 Internal cvsps is selected by setting |
102 --config convert.cvsps=builtin |
103 --config convert.cvsps=builtin |
103 and has a few more configurable options: |
104 and has a few more configurable options: |