All of lore.kernel.org
 help / color / mirror / Atom feed
* When a file was locked by some program, git will work stupidly
@ 2015-11-02  4:56 dayong xie
  2015-11-02 14:33 ` Randall S. Becker
  2015-11-02 14:41 ` Mr Guillaume Seren
  0 siblings, 2 replies; 5+ messages in thread
From: dayong xie @ 2015-11-02  4:56 UTC (permalink / raw)
  To: git

To be specific
In my Unity project, there is a native plugin,  and plugin's extension
is .dll, and this plugin is
under git version control, when Unity is running, the plugin file will
be locked.
If i merge another branch, which contains modification of the plugin,
git will report error, looks
like:
error: unable to unlink old 'xxxxxxx/xxx.dll' (Permission denied)
This is not bad, however, the unfinished merge action will not revert
by git, a lot of changes
produced in repository.
usually it makes me crazy, even worse, some of my partners are not
good at using git.
Of course, this problem can be avoided by quit Unity, but not every
time we can remember. In
my opinion, git should revert the unfinished action when the error
occurred, not just stop.

-- 
--------------------------------------------------------------
Best Regards,
John Xie
--------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-04 21:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02  4:56 When a file was locked by some program, git will work stupidly dayong xie
2015-11-02 14:33 ` Randall S. Becker
2015-11-04 21:12   ` Lasse Makholm
2015-11-02 14:41 ` Mr Guillaume Seren
2015-11-03 11:54   ` Mr Guillaume Seren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.