[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: Kevin Hung <cykhung_at_gmail.com>
Date: 2006-09-09 20:01:35 CEST

Good guess but "svn status" does not take -r as option. As mentioned by
Duncan (later post), I need to use "svn status" for new files or new
directories in my working copy and "svn diff" for files that are already
under version control.

On 9/9/06, Erik Huelsmann <ehuels@gmail.com> wrote:
>
> On 9/8/06, Kevin Hung <cykhung@gmail.com> 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.
>
> svn status -u -r ... ?
>
> Just a guess...
>
> Erik.
>
Received on Sat Sep 9 20:03:20 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.