How do I get status information for my subversion (svn) sandbox?

By Alvin J. Alexander, devdaily.com

After you've made a few changes on your local workstation you may need to check the status to see what you've changed, or at least see what SVN thinks you've changed. Just issue the status command to see the changes, like this:

svn status

In my case this returned the following information:

A      build.alspc
A      antAlsPC.bat
M      build.xml

devdaily logo