Quite often I\'m sitting in the middle of a subversion working copy, and I want to do a quick svn status to find out what changes I have made since the last che
svn status
Try the following command at any depth of your working copy:
svn info . --show-item wc-root --no-newline