Re: howto? specify non-mergability for a file
From: Cory Omand <comand_at_blastwave.org>
 
Date: 2005-09-29 17:58:54 CEST 
Assaf Lavie wrote:
 You could set svn:needs-lock on this file, which would prevent more than 
 $ svn propset svn:needs-lock true build.properties
 ... then, the file is normally read-only, until someone gets a lock on 
 $ svn lock build.properties
 ... now the file is read/write for the current user -- commit it and 
 $ svn commit -m "new build" build.properties
 You need a recent version of Subversion to do this (1.2.x, 1.2.3 
 http://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html
 Regards,
 -- Cory Omand <comand@blastwave.org> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Sep 29 19:36:05 2005  | 
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.