cornsea

每日svn

1. svn st --show-updates
   check status in local and remote
2. svn diff -r head test.c
   show differences between local and remote
3. svn up
   download upates
4. svn ci -m "comments" file name or nothing
   check in
5. svn add file.name

posted on 2010-03-20 21:24  cornsea  阅读(183)  评论(1编辑  收藏  举报

导航