From: SourceForge.net <no...@so...> - 2005-05-26 16:24:43
|
Bugs item #1209259, was opened at 2005-05-26 12:18 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=1209259&group_id=47611 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sam Steingold (sds) Assigned to: Nobody/Anonymous (nobody) Summary: intermittent cvs lock messages Initial Comment: for project clisp on SF.net, I use "Concurrent Versions System (CVS) 1.11.17 (client/server)" via SSH on cygwin and linux. During CVS commit, I often get this messages: Message: [22:06:14] waiting for sds's lock in /cvsroot/clisp/clisp/tests [note, "sds" is myself] then, after a few minutes, commit succeeds. the CVS experts looked at syncmail code and suggested that: "syncmail uses CVS commands to generate a diff to include in the mail -- if it tries to do that before your commit finishes, it will block waiting for your commit's lock. I would suggest changing syncmail to use "cvs -n" for the diff, which will ignore the lock." <http://article.gmane.org/gmane.comp.version-control.cvs.general:14687> thanks. ---------------------------------------------------------------------- >Comment By: Sam Steingold (sds) Date: 2005-05-26 12:24 Message: Logged In: YES user_id=5735 see also <https://sourceforge.net/tracker/index.php?func=detail&aid=1209266&group_id=1&atid=200001> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=1209259&group_id=47611 |