git stash does.development:vc:svn
Subversion
Commands
- Bash alias printing modified files:
alias s=$'svn status -q | grep -e \'^[ ]*M\' | less'
- revert to an older revision:
svn merge -v -r 2780:2635 .
Notice that
svn diff does not regard any externals.
1)
As GIT command
development/vc/svn.txt · Last modified: by Ralf Hoppe
