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

Re: How to get remote status (on the server) for updated files?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 7 Jan 2009 14:02:39 -0500

On Wed, Jan 7, 2009 at 13:26, jcollinx <jcollinx_at_hotmail.com> wrote:
> Hello,
>
> svn status gives the status of your local working copy.
>
> svn status -u gives the status of your local working copy and alert you
> (with a *) that some file of your local working copy were updated on the
> server by an other user.
>
> I wonder if there is a way (with the command line tool) to know if the file
> was Added, modified or deleted on the server by this other user?

svn log <URL> -v

You can give the URL to the individual file(s) or the parent
directory. You can also use the --limit option or a revision range to
restrict how many log entries are retrieved if you don't want to sift
through the entire history.
Received on 2009-01-07 20:03:30 CET

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.