Skip to content

Instantly share code, notes, and snippets.

@mikewadhera
Created April 14, 2009 22:20
Show Gist options
  • Save mikewadhera/95469 to your computer and use it in GitHub Desktop.
Save mikewadhera/95469 to your computer and use it in GitHub Desktop.
# Following adds a svn co of my_app to /mnt/svn-repos/my_app on cloud-start
# svn up is run on the working copy every cloud-configure
has_svn_repos :name => "my_app",
:at => "/mnt/svn-repos",
:source => "http://svn.myhost.com/my_app",
:user => "<optional>",
:password => "<optional>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment