Georg Baum <georg.b...@post.rwth-aachen.de> writes: | 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.
We should not look into .git/.svn at all, at the most we should look for those dirs. Or we can let the tools do that for us. If we used a small plug-in thingie we could have that link with the subversion lib. (Not sure if I like it overly much.) -- Lgb