Great question David:

On Thu, Mar 12, 2009 at 9:33 AM, David Rogers <david.t.rog...@gmail.com> wrote:
> - gems are at home at rubyforge.
> - apps are at home in heroku.
> - open collaboration's home is github.
>
> Does establishing and updating git repos at all three make sense?

Yes, absolutely.

The way I usually set things up for my open source apps - for example,
Rifgraf and Scanty - is to have a remote named "github" which pushes
to github and another named "heroku" that deploys to Heroku.  Having
no origin means that "git push" won't do anything - I have to
explicitly say which I want, which I think is best given that one
remote puts my code up for public viewing and the other deploys a live
app.

I typically don't bother using Rubyforge's SCM (I see it as a repo for
packages, not code trees), but you certainly could push a mirror of
your github code to rubyforge very easily if you like doing that.

Adam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to