On 10/04/2009 10:43, Pavel Sanda wrote:
Abdelrazak Younes wrote:
On 09/04/2009 23:47, Pavel Sanda wrote:
Pavel Sanda wrote:

I am not sure this idea is better than just parsing "svn status -v"...
        Further ideas? Opinions?

another idea - svn is gpl-ed right? then what about to steal few lines of
code parsing .svn directory from svn status -v / svnversion?

Or we could dlopen libsvn... The advantage would be to avoid a hard
dependency on it. That's how TortoiseSVN is working AFAIK.

i would rather have it directly in our sources... if its not too much trouble
to import i somehow like this solution more than the "$Revision" way.
pavel

I agree that scanning the .svn dir is the best option. But I suspect that just doing directly won't take more time than trying to reuse svn source code. But I may be wrong of course.


Reply via email to