This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Omit the path or use just "." to get full current directory differences | |
svn diff -r HEAD local/path/to/resource | |
# So it makes sense to use an alias for example in ~/.bash_profile in a MAC you could add: | |
alias svndiff="svn diff -r HEAD" |
No comments:
Post a Comment