标签:
(在命令行下通过 svn help xxx 来查看xxx命令的文档)
Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit.
usage: add PATH...
Output the content of specified files or URLs with revision and author information in-line.
usage: blame TARGET[@REV]...
If specified, REV determines in which revision the target is first loogked up.
Output the content of specified files or URLs.
usage: cat TARGET[@REV]...
Associate (or dissociate) changelist CLNAME with the named files.
usage: 1. changelist CLNAME PATH...
2. changelist --remove PATH...
Check out a working copy from a repository.
usage: checkout URL[@REV]... [PATH]
If specified, REV determines in which revision the URL is first looked up.
标签:
原文地址:http://www.cnblogs.com/sutingwei/p/4405345.html