--
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name
./vendor is committed, and it gets pushed.
$ svn st -u
Status against revision: 798
$ rake rails:freeze:gems
(in /x/home/username/projects/rails/my_app)
Freezing to the gems for Rails 2.0.2
Unpacked gem: 'activesupport-2.0.2'
Unpacked gem: 'activerecord-2.0.2'
Unpacked gem: 'actionpack-2.0.2'
Unpacked gem: 'actionmailer-2.0.2'
Unpacked gem: 'activeresource-2.0.2'
Unpacked gem: 'rails-2.0.2'
$ svn st
~ vendor/rails
I think I only did rake rails:freeze before...not sure the impact of
this, but the "~" in svn status seems odd.
'~' versioned item obstructed by some item of a different kind.
Any ideas how to properly push with the gems, rails, etc. that I'm
using on my local box?
I have not actually pushed in this state yet...as it seems to be in disarray.
--