您的位置:首页 > 其它

SVN 常用命令

2011-06-29 10:21 211 查看
1. create repos


usage: svnadmin create REPOS_PATH

Create a new, empty repository at REPOS_PATH.

2. import repos

import: Commit an unversioned file or tree into the repository.

usage: import [PATH] URL

Recursively commit a copy of PATH to URL.

If PATH is omitted '.' is assumed.

Parent directories are created as necessary in the repository.

If PATH is a directory, the contents of the directory are added

directly under URL.

Unversionable items such as device files and pipes are ignored

if --force is specified.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: