I have my svn repository set up locally and working properly. I followed the instructions for local SVN deployment w/ capistrano (http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module- for-local-svn-access). I am able to connect to my server, however, it doesn''t put anything in the releases folder. Why is this? Also, in deploy.rb I set the repository to: file:///User/myusername/svn/myapp/trunk - but what I don''t understand is where the trunk folder is. I created it setting up my svn repository but the only folders that appear in my myapp folder are - conf,dav,db,hooks,locks. I guess I don''t understand how all this works. It would be great if there was a tutorial for absolute beginners explaining every little step. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
huard.elise-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-20 08:06 UTC
Re: SVN & Capistrano
Hi Sean, The files you mention are the db of svn - your development is stored in this db (but obviously not visible as files). To access your files, you need to check out a working copy, work on that, and then commit your changes so it is stored in the db again. I suggest you read the introduction on svn: http://svnbook.red-bean.com/ cheers, Elise On May 20, 6:26 am, seanstewart <seanstewart...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have my svn repository set up locally and working properly. I > followed the instructions for local SVN deployment w/ capistrano > (http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module- > for-local-svn-access). I am able to connect to my server, however, it > doesn''t put anything in the releases folder. Why is this? > > Also, in deploy.rb I set the repository to: file:///User/myusername/svn/myapp/trunk > - but what I don''t understand is where the trunk folder is. I created > it setting up my svn repository but the only folders that appear in my > myapp folder are - conf,dav,db,hooks,locks. I guess I don''t > understand how all this works. It would be great if there was a > tutorial for absolute beginners explaining every little step.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---