On Wed, 2007-08-15 at 12:48 +0100, Alex Bennee wrote: > Hi, > > Occasionally (usually when a lot of files have been added or moved in my > git tree) git-cvsexportcommit gets confused when I'm exporting. I'll get > the error like: So I have figured out the reason it goes out of sync. CVS doesn't seem to always report status in the order you give it on the command line (which is rather crucial to the functioning of the script). e.g. cvs status path/to/filea path/to/filev path/to/filec can return the status in order fileb filea filec It looks like running a single CVS query for each file is the only solution. -- Alex Bennee - Alex.Bennee@xxxxxxxxxxxxxx Behind every great computer sits a skinny little geek. - 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