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

Re: problem with 'svn st' on external directory

From: Dominic Anello <danello_at_danky.com>
Date: 2003-12-13 00:28:56 CET

On 2003-12-12 17:15:50 -0600, Bill Comisky wrote:
----8<----
> Within the project1 external subdirectory of WC2:
>
> [bcomisky@twain @hfss]$ svn st
----8<----
> [bcomisky@twain @hfss]$ svn up
> U pswopTestOutput.m
> Updated to revision 239.
>
> You can that 'svn up' updated to HEAD but 'svn st' didn't show anything
> beforehand. Is there a way I could have corrupted the repository or the
> WC? Or should I just 'svn up' and forget it?
>
> bill

Bill,

By default, svn st only shows you files that have been locally modified
since your last commit. It will not show you files that have been
modified in a revision newer than your current working copy.

To see files that are updated in the repository but not modified
locally, use:
svn st -u

this will show you all the files that will get modified if you were to
do an update as well as changes you've not committed.

-Dominic

  • application/pgp-signature attachment: stored
Received on Sat Dec 13 00:26:54 2003

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.