Lock binairy files in Git

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

Lock binairy files in Git

From: Henk <hidden>
Date: 2016-06-15 22:46:19

In our current version control system we lock binairy files when we edit
them. This way other developers know when a file is being edited. Is there
something simular in Git? Or is there another method to let others now I am
currently editing a file?

We need this only for binairy files, because they cannot be merged. 

Henk
-- 
View this message in context: http://n2.nabble.com/Lock-binairy-files-in-Git-tp2422894p2422894.html
Sent from the git mailing list archive at Nabble.com.

Re: Lock binairy files in Git

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:46:19

Hi,

On Wed, 4 Mar 2009, Henk wrote:
In our current version control system we lock binairy files when we edit
them. This way other developers know when a file is being edited.
No, you cannot.  Git is distributed, and therefore what you want is 
fundamentally impossible.

You can write hooks, however, enforcing "locks", and make your users 
install them.

But due to the fundamental impossibility of the thing, you have to risk 
that this scenario fails.

It might be better to come up with a non-tool solution to the problem, 
i.e. appointing people responsible for a certain set of your binary files.  
That is outside the purview of Git, though.

Ciao,
Dscho

Re: Lock binairy files in Git

From: Michael Hendricks <hidden>
Date: 2016-06-15 22:46:19

On Wed, Mar 04, 2009 at 05:56:48AM -0800, Henk wrote:
In our current version control system we lock binairy files when we
edit them. This way other developers know when a file is being
edited. Is there something simular in Git? Or is there another
method to let others now I am currently editing a file?

We need this only for binairy files, because they cannot be merged. 
You can't lock files, but perhaps you could specify a custom merge
driver to define how those files should be "merged" (for whatever
definition you choose).  See

    http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

for details.

-- 
Michael
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help