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

Re: How to do "svn status -r1000"?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-09-08 23:29:09 CEST

Kevin Hung wrote:
> Let assume that my working copy is at revision 990. I made changes to a
> few files and directory trees. The head revision of the repository is
> 1100. But I just want to update my working to 1000. Before I do the
> update, I actually want to see what are the changes between my working
> copy and revision 1000 in the repository. It seems to me that svn status
> does not accept -r.

You can run

svn diff -r BASE:1000

to see what changes you would pull down.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 8 23:31:17 2006

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.