Hello,<br><br>Here at work, we have a big binary file (shame on us, it's an Excel file) that should be regularly updated by some people.<br><br>This file is on a SVN repository and, in order to avoid conflict, we use svn lock feature :<br>
<a href="http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.lock.html">http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.lock.html</a><br><br>The workflow is then :<br><br>svn update<br>svn lock xls file<br>update the file<br>
svn commit<br>svn unlock<br><br><br>Is there any equivalent in Bzr (I didn't found one) or any workflow that would allow us to edit the file ?<br><br>Thanks in advance,<br><br>Lionel<br>