svn

$ svn diff --revision PREV:COMMITTED foo.c # shows the last change committed to foo.c
$ svn log --revision HEAD # shows log message for the latest repository commit
$ svn diff --revision HEAD # compares your working file (with local changes) to the latest version in the repository

你可能感兴趣的:(svn)