So I have done a bit of svn''ing. I use RadRails as well so SVN is built in. Question though is I''m not sure exactly how it fits in my Ruby / Rails tree. I imagine I can create one directory, say called SVN and then within there all the sub directories for various svn repositories I might want to download / update from. But what I am not sure about and don''t want to mess up my Rails install is how do I get those plugins into a particular application. Just to mention I have no remote sites, everything is local to my machine. TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060714/57a72e54/attachment.html
The usual way is as follows: when you start out on a new application, create a new folder on your local machine containing three empty folders. eg: /myapp /branches /trunk /tags Then cd into the trunk folder and create your rails app: rails myapp You then have the skeleton of your app in place and can import this into your subversion repository. Once you''ve reached this stage you can then commit changes as you work. Ross On 7/14/06, Dark Ambient <sambient@gmail.com> wrote:> So I have done a bit of svn''ing. I use RadRails as well so SVN is built in. > Question though is I''m not sure exactly how it fits in my Ruby / Rails tree. > I imagine I can create one directory, say called SVN and then within there > all the sub directories for various svn repositories I might want to > download / update from. > But what I am not sure about and don''t want to mess up my Rails install is > how do I get those plugins into a particular application. Just to mention I > have no remote sites, everything is local to my machine. > > TIA > Stuart > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Ross Riley riley.ross@gmail.com
Hi ! 2006/7/14, Dark Ambient <sambient@gmail.com>:> So I have done a bit of svn''ing. I use RadRails as well so SVN is built in. > Question though is I''m not sure exactly how it fits in my Ruby / Rails tree. > I imagine I can create one directory, say called SVN and then within there > all the sub directories for various svn repositories I might want to > download / update from. > But what I am not sure about and don''t want to mess up my Rails install is > how do I get those plugins into a particular application. Just to mention I > have no remote sites, everything is local to my machine.Resources you might find useful: Version Control with Subversion (explains the concepts, and Subversion in particular) http://svnbook.red-bean.com/ Subversion Primer for Rails Projects http://blog.teksol.info/articles/2006/03/09/subversion-primer-for-rails-projects Hope that helps ! -- Fran?ois Beausoleil http://blog.teksol.info/