First page Back Continue Last page Overview Graphics
svn status (1/2)
svn status is used to list information about files in the working copy
Use the -u option to force Subversion to query the repository (it normally only checks the .svn/entries file, which is great for offline work, but you will miss changes that have been made in other working copies and commited)
Use the -v option to increase verbosity (SVN normally only shows “interesting files”, i.e. ones that have changed or are not under SVN control)
Notes: