On Sun, Jan 10, 2010 at 2:25 PM, Jari Häkkinen <j...@flygarna.se> wrote:
> On 1/10/10 10:13 PM, Benoît Laniel wrote:
>> I updated the snapshots and now have a functional (probably not bug
>> free) terrasync with svn support built-in:
>
> Not really a win32-build issue but terrasync does not behave well with
> svn built into it. When terrasync is killed it does not exit gracefully,
> i.e., if the kill signal is not catched then the subversion command in
> progress will lock the WC of tbe repository. In such cases the affected
> repository will be locked when terrasync is run later. Terrasync will
> report this to stdout (or stderr) and a 'svn cleanup' must be issued in
> the affected WC of the repository.

The SVN library has hooks that are specifically for doing an unlock
after signal capture, but I didn't put that in (at the time) because
the patch was already pretty big.  Needs doing for the libsvn-based
build.  Obviously, when built the other way, there isn't a problem
because the command line "svn" does all that already.

> I haven't looked into the code but the kill signal should be catched and
> proper svn action should be taken to avoid locks.
>
>
> Cheers,
> Jari
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to