6
votes
11answers
2k views
Locking binary files using git version control system
For one and a half years, I have been keeping my eyes on the git community in hopes of making the switch away from SVN. One particular issue holding me back is the inability to lock binary files. …
1
vote
Locking binary files using git version control system
Here are a few examples of binary files that may be updated by more than one person. Keep in mind that real-time communication is difficult for remote teams:
ERWin data models
…
1
vote
Locking binary files using git version control system
Michael,
Your work-flow describes a way of catching conflicts before they are merged into the master repository. I was hoping to prevent developers from wasting time modifying a binary fil …
1
vote
Locking binary files using git version control system
I have discussed this issue on git discussion groups and have concluded that at this time, there is no agreed upon method of centralized file locking for git.
…
