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

Re: Help needed form SVN client Win32

From: vcf <vcf_at_free.fr>
Date: 2007-03-15 18:23:42 CET

Kevin Grover a écrit :
> How about using a post-commit hook on the server side to
> 1) send an email message and then monitor the email address
> 2) populate an rss feed and monitor that
> 3) something similar...
>
Hello,

I understand but this methodes can not determine which version is
actually in the local hard disk and if a update is needed.

Cheers,
Olivier.

>
> On 3/13/07, vcf <vcf@free.fr> wrote:
>> Hello,
>>
>> I need to build a win32 tray application for do notifications when
>> defined project, already on local disk, is changed on server side.
>>
>> I have experimented to call the *svn.exe info --xml $localfolder *and
>> *svn.exe info --xml $**localfolder **->URL*: it is good, I can compare
>> and known if local revision is different from server revision.
>>
>> But it is necessary to install subversion on each computers and put
>> installation path in $path environment. So I will try now to write a
>> true SVN Win32 client ..I have downloaded svn-win32-1.4.3_dev.zip and
>> rapidsvn for this API.
>>
>> Compiling minimal_client from svn-win32-1.4.3_dev was hard ( under
>> Visual Studio 2005 ) but done, svn_client_ls() it is running.
>> Compiling and use svncpp API from rapidsvn is too hard, many errors
>> during compilation, not really simply sample.
>>
>> So I search for more examples as minimal_client.c for retrieve local
>> revision of a path and revision of is URL for comparison, for example
>> call svn_client_status2() ?
>>
>> Will be great if sample client sample for win32/VS8.0 be available in
>> the svn-win32-1.4.3_dev pack.
>>
>> Thank you for your help ( and sorry for your English )
>>
>> VCF.
>>
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 15 18:24:17 2007

This is an archived mail posted to the Subversion Users mailing list.

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