Pavel Sanda wrote: > it just feels wrong. when document has 10 childern we will execute it 10 > times. when we introduce git then 20 times? if some win user has firewall > will we ask about execution of svn/git binary upon opening lyx manual for > the first time after lyx is launched and so on... > > (not that i know better solution.)
Parsing internal svn files from LyX looks as wrong to me as starting the svn client a dozen times. A better solution would be to use svn not as a binary, but link to the library. I even tried that some time ago. It does not look too bad, but I never finished it. Georg