SVN Import
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