Jerry,

The philosophy of svn is more to intelligently merge changes when more
than one person is working on the same file. 

You can however lock a file in the repository using svn lock. This
will prevent anyone else committing changes to the file until you
unlock it. I think this is primarily designed for e.g. binary files
where merging just can't work. The downside is that if you forget to
unlock it, then no-one else can work on that file.

I've never used the locking facilities. For plplot it has usually not 
been necessary. To my mind communication is better. Warn people on the 
list if you are working on something and don't want anyone else updating 
the files. The capability is there though if you need it. (I assume sf 
support this - I've not checked).

Andrew

On Thu, Dec 12, 2013 at 02:57:30AM -0700, Jerry wrote:
> Does SVN have a locked or a checked-out feature so that several people aren't 
> editing the same file the same time?
> 
> Jerry
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to