this.
basically i would like to be able to launch my project the way its suppose to. i hear many nice things about capistrano and such.
so for the past few months, ive been working on a few rails apps on my
local machine. now that i am rdy to launch, what/how/where do i setup
the svn?
i assume this for initial creation is this correct?
1. set/create a svn repository on my hostingrails account.
2. create a empty rails project skeleton repository on my hostingrails
account
3. check out the skeleton version from the hostingrails account to my local
machine or import my working copy on my local machine into the newly
created repository on my hostingrails account?(which is better?)
next.
now when i need to make changes to my hostingrails application
1. checkout the latest version on my hostingrails account.
2. make my changes on my local machine
3. configure capistrano to my rails app on my local machine
4. run rake deploy?
when do i do the svn commit? after rake deploy or before? or do i need a svn repository on my local machine?