Basic Work Cycle of SVN

Posted on 2006-02-18 00:30 Under the sunshine 阅读(148) 评论(0)  编辑  收藏

From Version Control with Subversion

The typical work cycle looks like this:

  • Update your working copy

    • svn update

  • Make changes

    • svn add

    • svn delete

    • svn copy

    • svn move

  • Examine your changes

    • svn status

    • svn diff

    • svn revert

  • Merge others' changes into your working copy

    • svn update

    • svn resolved

  • Commit your changes

    • svn commit


只有注册用户登录后才能发表评论。


网站导航:
 

posts - 16, comments - 3, trackbacks - 0, articles - 0

Copyright © Under the sunshine