Create a new svn Repository for new RoR application


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mkdir ~/src/appName
  2. svnadmin create ~/src/appName
  3. cd ~/
  4. mkdir ~/tmp
  5. mkdir ~/tmp/branches
  6. mkdir ~/tmp/tags
  7. mkdir ~/tmp/trunk
  8. svn import ~/tmp file:///Users/spider/src/appName -m "initial import"
  9. rm -r ~/tmp
  10. cd ~/Documents/RubyOnRails
  11. svn checkout file:///Users/spider/src/appName/trunk appName

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.