search for: howtouserailswithsubversion

Displaying 5 results from an estimated 5 matches for "howtouserailswithsubversion".

2006 Aug 18
2
Please help with subclipse in radrails
I''ve been wrestling with this all night, I''m hoping someone can help. I followed the exact steps in: http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion ..but when I open a new ''Checkout project from SVN'' in RadRails, it opens up the second level dirs as the project dirs (ie. app, log, script, etc), leaving me with a mess of projects. I redid the whole SVN repository, hoping if I first imported from a level down but specified my...
2006 Jan 24
2
SwitchTower and multiple database.yml files - how do you deal with them?
Hi everyone, What are other people doing with regards to database.yml being in version control? My dilema: I set up my rails app in svn using these instructions: http://wiki.rubyonrails.com/rails/pages/HowtoUseRailsWithSubversion The part to note is where I ignore database.yml, allowing different developers to keep their own database.yml without clobbering other developers'' files. Sounds good. We typically use local MySQL databases for local development and the production server uses a remote db server running P...
2007 Nov 13
2
SVN import & add--way to exclude directories?
Is there way on import or add to exclude directories? (Obvious candidate being log or tmp dirs.) I''m imagining something like this: $ svn import mytree file:///usr/local/svn/newrepos/some/project --exclude /tmp --exclude /log \ I have scoured "Version Control with Subversion" without luck but maybe I don''t understand some terminology somewhere... -- Posted via
2007 Feb 14
2
Managing an SVN repository for a project.
Once one has created an svn repository for a rails project, how do you manage keeping it up to date when many additional files are auto generated. For example, if one creates the rdocs, will it require manually adding each new generated file to the repository? I would assume thinks like log files, sessions (and what else?) that will not be the same for two different svn repository checkouts be
2005 Sep 15
9
(newbie) rails app not working after subversion integration?
...of a learning curve, I finally created a svn repo on textdrive, imported the app into it, and have been checking it out to my local machine, commiting back, and then checking out the current copy to my /web directory on textdrive. I followed this howto http:// wiki.rubyonrails.com/rails/show/HowtoUseRailsWithSubversion on the rails wiki. BUT, now I''m getting an application error (both locally and on txd), and the logs aren''t being written to. (the howto involves making svn ignore the log files by deleting them, committing the working copy, then setting propset to ignore, updating, then...