[Valid RSS]

Svn toolkit

This is a quick SVN reference I update regularly, with the commands I use more. I hope you’ll find it useful.

Task: Browse a remote repository

  1.  svn ls svn+ssh://[alias]/[path]

Task: create a directory on a remote repository

  1.  svn mkdir -m "[message]" svn+ssh://[alias]/[path_to_new_dir]

Task: import a directory

  1. svn import -m "[message]" [path_to_be_imported] [repository_url]

Task: check out

  1. svn checkout [repository url]

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>