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

Re: Feature Request : Check for update a workcopy in the background ..

From: <jwhitby_at_bankofny.com>
Date: 2007-03-16 10:15:08 CET

> > On Thursday 15 March 2007 20:07, vcf wrote:
> >
> I can write the systray application with notifications but I not sure
to
> write the internal SVNClient part for do the job, something as :
>
> svn info localfolder => I get the local_revision and the project_URL
> svn info *project_URL* => I get the server_revision in the server
side,
> so if ( local_revision != server_revision ) => Notification
>
> I suppose that TortoiseSVN source code can help me but for instance is

> difficult to extract the interesting part for me.
>
> If anybody can help me (C++) will be great.

Checkout the TortoiseSVN source and then look at the source for
SubWCRev.
This is a command line app supplied with TortoiseSVN to determine the
revision Range of a working copy.

All you need is in there!

Hope this helps

Jeremy

________________________________________________________________________
The information in this e-mail, and any attachment therein, is confidential and for use by the addressee only. If you are not the intended recipient, please return the e-mail to the sender and delete it from your computer. Although The Bank of New York attempts to sweep e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Mar 16 10:15:27 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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