Posts

Showing posts with the label svn
The process of posting the completed source code REST based authentication in RoR on google code (google code may be replacing sourceforge.net one day..) took some tinkering on the Mac.  Here are some gotcha's / tutorial-light: 1. Download svnx (alternate subversion  client list ) 2. Sign up for googlecode 3. Accept the new site's certificate through a terminal window ( #svn list  https://restfulauthentication-ror2.googlecode.com/svn/trunk/ ) - you have to do this because the certificate isn't considered valid due to the certificate non-explicit naming of the https server 4. follow the steps on wikihow for a good how-to use svn on the mac - deviate step 4 to the new google code's repository address 5. check in an RoR project by either using this shell script  (file | save as, chmod +x, etc) as y ou initially create a RoR project (it is designed for starting a new RoR project). 6. if you have a RoR project already, clean up the check in using the same methods detailed ...