Scott Porad
2006-Mar-31 07:47 UTC
[Instantrails-users] rails app directory not in c:\ir\rails_app
i''m wondering if it''s possible to have my rails app live in a directory other than the InstantRails\rails_app directory. for example, i have a scenario like this: c:\ -- InstantRails -- rails_app -- cookbook -- typo -- SVN_Repository -- rails_app_one -- rails_app_two -- non_rails_app_one -- non_rails_app_two -- stuff_etc_and_so_on so, i keep all sorts of stuff in subversion, and would prefer not to have to keep it all in the IR directory. is there a way to get IR to recognize the rails apps that i have living in c:\SVN_Repository? Scott
David Morton
2006-Mar-31 13:56 UTC
[Instantrails-users] rails app directory not in c:\ir\rails_app
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Scott Porad wrote:> so, i keep all sorts of stuff in subversion, and would prefer not to have > to keep it all in the IR directory. is there a way to get IR to recognize > the rails apps that i have living in c:\SVN_Repository?well, I usually just put a working copy into the rails_app folder. (You don''t edit files directly in the repository anyway) cd rails_app svn co svn://rails-app-1 rails_app_1 svn co svn://rails-app-2 rails_app_2 etc... - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFELTUjSIxC85HZHLMRAgWRAJsHkEhx4wEiG+HcX37t52fOmaHZSQCggPQ8 KPDkeUMUJKWUFLN0/N+mwWs=eEDZ -----END PGP SIGNATURE-----
Curt Hibbs
2006-Mar-31 15:10 UTC
[Instantrails-users] rails app directory not in c:\ir\rails_app
On 3/31/06, David Morton <mortonda at dgrmm.net> wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Scott Porad wrote: > > > so, i keep all sorts of stuff in subversion, and would prefer not to > have > > to keep it all in the IR directory. is there a way to get IR to > recognize > > the rails apps that i have living in c:\SVN_Repository? > > well, I usually just put a working copy into the rails_app folder. (You > don''t > edit files directly in the repository anyway) > > > cd rails_app > svn co svn://rails-app-1 rails_app_1 > svn co svn://rails-app-2 rails_app_2 >This is what I do, as well -- with a small twist. Strictly because of the way I deal with my overall svn projects directory tree (which also has non-rails projects), I check out my entire projects tree to one location (outside of Instant Rails), and then physically move each active rails project to the rails_apps directory. SVN doesn''t care about this and I then proceed to work (updates, commits, etc) directly from the rails_app subdirectories. Curt Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060331/0a24fcf5/attachment.htm