SVN 常用命令

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.

你可能感兴趣的:(Tools,svn,path,import,tree,file,url)