4.3. Subversion

4.3.1. Check if work-area is latest

If you are using Subversion tool, and you want to check whether you have latest changes or not, then you can use the below commands. It will not change your local work area, but just check where you stand relative to upstream.

svn status --show-updates

svn status -u

More at https://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.status.html

4.3.2. Set Prompt

If you want to change your prompt based on subversion status, you can do that.

See https://github.com/regit/subversion-prompt