Posted on 2009-03-04 10:33
kongkongzi 阅读(236)
评论(0) 编辑 收藏 引用 所属分类:
tools
$ 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