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

RE: Re: Problems adding new files. New user

From: Robert Cronk <rcronk_at_altiris.com>
Date: 2005-09-06 21:45:10 CEST

> Dave Pawson wrote:
> Is there a way that I can see that file foo has been added to the
> working directory, but not committed (yet), sort of a confidence
booster?

svn status

That will show you the status of all added, locally modified, deleted,
etc. files in your working copy. If you want to also see if there are
pending changes in the repository that will be coming down the next time
you do an svn update, add -u to the status command:

svn status -u

These commands will list the files with letters on the left side: M =
locally modified, D = locally deleted, A = locally added, etc. See svn
help status for all details.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 6 21:47:04 2005

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.