to myself 的分类学习日志

做自己想做的事
posts - 232, comments - 6, trackbacks - 0, articles - 0

svn

Posted on 2009-03-04 10:33 kongkongzi 阅读(233) 评论(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