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

Re: How can I query whether there is a new version of the file on server?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sat, 15 Nov 2008 19:33:35 -0500

On Sat, Nov 15, 2008 at 17:30, xcheng98_at_googlemail.com
<xcheng98_at_googlemail.com> wrote:
> Hello,
>
> Can anyone please help me on how to query whether there is a new
> version of the file or the file is locked by other users?

Right-click, TortoiseSVN -> Check for Modifications -> Check Repository

> Basically I need be able to query this information in cmd, and write
> some script to notify when the above condition meets.

If you're doing it in a batch file/CMD script, you should be using the
command-line client, and this is not the correct mailing list for
that. You want the Subversion Users mailing list.

It's svn st -u and then you need to parse the output.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-16 01:34:01 CET

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

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