|
From: SourceForge.net <no...@so...> - 2008-08-14 14:58:00
|
Bugs item #2051627, was opened at 2008-08-14 10:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1089899&aid=2051627&group_id=233450 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: Misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Paul M Bethe (pbethe) Assigned to: Nobody/Anonymous (nobody) Summary: Concurrency problem throws a regular JavaGitException Initial Comment: edu.nyu.cs.javagit.api.JavaGitException: 1. fatal: unable to create '/Users/michelleosborne/dev/code_test/.git/index.lock': File exists at edu.nyu.cs.javagit.client.cli.CliGitStatus.handleErrorState(CliGitStatus.java:156) at The above is a partial stack-trace from a run where we are trying to call git status, while another process is in the middle of doing something else. The error message, makes it clear that there is a concurrency issue. I think perhaps a descendant of JavaGitException like JavaGitConcurrentAccessException would be useful for us. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1089899&aid=2051627&group_id=233450 |