code, software architect, articles and novels. 代码,软件架构,博客和小说
Svn Commands
Posted onEdited onWord count in article: 421Reading time ≈1 mins.
1 2 3 4
svn merge is used for merging code from branch or other path to chunk. Or you can use old version to cover new version. svn co/ svn checkout is commonly used for checking code to local with svn information. svn import is used for importing code to svn, which has no svn information. svn export is used for checking out code without svn information.