Robert,
Why should this belong to a web framework? It is everyone's right to use an
SCM other than Subversion and to build a development environment around that
on their own. Personally I keep such stuff in shell aliases and scripts,
such as this one for bash:
alias svnaddall='svn status | grep "^\?" | awk "{print \$2}" | xargs svn
add'
I really don't think a web framework should know about, care for or become
optimized in any way for a specific SCM, regardless of whether or not 95% of
developers use Subversion. SCM helpers, scripts and tools should be
distributed outside of framework core.
- Mislav
On Jan 19, 2008 10:38 PM, Robert Evans <[EMAIL PROTECTED]>
wrote:
>
> I added a new rake task that does what merb's rake task: svn_add does.
> Basically, when you run the rake task it checks to see what files have
> not been added to your svn repo and adds them.
>
> thoughts/+1's/-1's/whatever :)
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---