Klaus Rödel <klaus.roedel@xxxxxxxx> writes: > I have a very large and old (serveral years) cvs repository and I want to > import this in git. > For my work it is not nessecary to import all the revision history from > the cvs repository. > It is engough to import only the revisions from a specified date or branch > name of the cvs repo. > > Is this possible with git-cvsimport? > If yes, how? You may be able to do that by passing the right arguments to cvsps. >From cvsps --help: -d <date1> -d <date2> if just one date specified, show revisions newer than date1. If two dates specified, show revisions between two dates. -b <branch> restrict output to patch sets affecting history of branch Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html