[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] frx files for VB6

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-06-27 17:15:10 CEST

Brass Tilde wrote:
> If something like that *is* necessary, Subversion's locking feature
> should suffice to keep the two in sync, as only one of them
> would be able to lock the form, and its associated FRX, at the same
> time. It believe there is a property to which Subversion is
> sensitive that tells the client that a file must be locked before
> being edited. You could set that property on all of your forms
> that have FRX files associated with them, along with the FRX files,
> of course.

Locking will prevent 2 developers changing the same binary file (both
working on trunk), but it cannot stop one changing it on trunk and one
changing it on a branch. Once that happens you have an un-mergeable
situation.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jun 27 17:14:28 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.