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