--- Anne McCaffrey <[EMAIL PROTECTED]> wrote: > We got an error after somebody deleted a file named > e.g. 'data.txt' and > tried to readd it as 'Data.txt'. > > It says > > cvs [server aborted]: received abort signal > cvs: hash.c:312: findnode: Assertion `key != ((void > *)0)' failed. > > This happened on dos client on a windows machine.The > cvs server is on unix. > > Does anyone have any solution to it?
If you look in the repository, you'll see a file within an Attic subdirectory named data.txt,v and a file in the Attic's parent directory named Data.txt,v. You'll have to remove one of them. My guess is that you'll want to remove Data.txt,v since it's newer. After doing this, readd the file as data.txt. HTH, Noel __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
