@@ -173,24 +173,26 @@ ISSUES
173173Problems related to timestamps:
174174
175175 * If timestamps of commits in the cvs repository are not stable enough
176- to be used for ordering commits
176+ to be used for ordering commits changes may show up in the wrong
177+ order.
177178 * If any files were ever "cvs import"ed more than once (e.g., import of
178- more than one vendor release)
179+ more than one vendor release) the HEAD contains the wrong content.
179180 * If the timestamp order of different files cross the revision order
180- within the commit matching time window
181+ within the commit matching time window the order of commits may be
182+ wrong.
181183
182184Problems related to branches:
183185
184- * Branches on which no commits have been made are not imported
186+ * Branches on which no commits have been made are not imported.
185187 * All files from the branching point are added to a branch even if
186- never added in cvs
187- * files added to the source branch *after* a daughter branch was
188- created: If previously no commit was made on the daugther branch they
189- will erroneously be added to the daughter branch in git
188+ never added in cvs.
189+ * This applies to files added to the source branch *after* a daughter
190+ branch was created: if previously no commit was made on the daughter
191+ branch they will erroneously be added to the daughter branch in git.
190192
191193Problems related to tags:
192194
193- * Multiple tags on the same revision are not imported
195+ * Multiple tags on the same revision are not imported.
194196
195197If you suspect that any of these issues may apply to the repository you
196198want to import consider using these alternative tools which proved to be
0 commit comments