[Rails] Re: how to integrate svn with rails

2009-07-13 Thread Marnen Laibow-Koser
gaoxh gaoxh04 wrote: > is there any easy way to do this? > For example, if i type in "ruby script/destroy model user", i have to do > "svn delete filename" for multiple files. If you had read the help text for script/generate and script/destroy, you would know that -c will do what you want. But

[Rails] Re: how to integrate svn with rails

2009-07-13 Thread gaoxh gaoxh04
is there any easy way to do this? For example, if i type in "ruby script/destroy model user", i have to do "svn delete filename" for multiple files. 2009/7/13 Terry Walker > > Files aren't automatically added or deleted in svn. You have to > explicitly perform an "svn add filename" or "svn dele

[Rails] Re: how to integrate svn with rails

2009-07-13 Thread Terry Walker
Files aren't automatically added or deleted in svn. You have to explicitly perform an "svn add filename" or "svn delete filename". -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google