Please avoid html email to a mailing list. > Erik Andersson wrote: > > Hi > > I'm trying to add a new module, but recieves "Terminated with fatal signal > 11" > > Were using: > Concurrent Versions System (CVS) 1.11.18 (client/server) > with CVSACL Patch 1.2.1 (cvsacl.sourceforge.net) > cvs -t add new_module > -> main loop with CVSROOT=:pserver:[EMAIL PROTECTED]/cvs/xxx > -> Connecting to server(192.168.100.100):2401 > -> Create_Admin (new_module, new_module, /cvs/xxx/new_module, , , 0, 0, > 1) > -> unlink_file(new_module/CVS/Tag) > <- Create_Admin > -> rename(CVS/Entries.Backup,CVS/Entries) > -> unlink_file(CVS/Entries.Log) > S-> rename(CVS/Entries.Backup,CVS/Entries) > S-> unlink_file(CVS/Entries.Log) > Terminated with fatal signal 11 > -> Lock_Cleanup() > > Anyone able to locate the problem? > > Best Regards / EA > 1) did not know this patch existed, it seems interesting. you might check to see if cvs1.12.X has incorporated it.
2) They have a mailing list which might be of more help because this is not something which is normally in cvs. http://sourceforge.net/mailarchive/forum.php?forum=cvsacl-users 3) a quick poke into their bug tracker http://sourceforge.net/tracker/?atid=542794&group_id=75057&func=browse shows something probably related http://sourceforge.net/tracker/index.php?func=detail&aid=1167700&group_id=75057&atid=542794 including a work around. 4) have you tried the contrib script cvs_acls? (note some recent updates have been made) 5) if you really like the effect of this patch have you looked into helping it's maintainers get the patch in a form that might be accepted into cvs1.12.X or cvs1.13.X (read the HACKING file that comes with the cvs source, make sure you update the documentation and the sanity checks). -- Todd Denniston Crane Division, Naval Surface Warfare Center (NSWC Crane) Harnessing the Power of Technology for the Warfighter _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
