SVN Import

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


SVN import allows for recursively commiting a copy of PATH to URL. If PATH is omitted, current path is assumed.

svn import -m "import project" [PATH] URL

SVN import help options:

--message (-m) TEXT
--file (-F) FILE
--quiet (-q)
--non-recursive (-N)
--username USER
--password PASS
--no-auth-cache
--non-interactive
--force-log
--editor-cmd EDITOR
--encoding ENC
--config-dir DIR
--auto-props
--no-auto-props

Example:

svn import -m "import project" /home/xxxx/public_html file:///svnrepos/<project name>





Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.