On Jun 6, 5:21 am, rubybox <[email protected]> wrote: > Gitosis seems to be "dead" no git commits for 1 year? > Is it actually stable usable? Are there some themes like github.com to > make it look a bit more decent? > Thx for the great writeup on this topic very informative > Dont want to use dropbox I want my code to stay private so I just host > locally and have a multi backup strategy
Your code is private with the Dropbox suggestion, it's a private account that's password protected. No difference vs. a private Github account in terms of access rights, apart from the fact the Dropbox one is free that is. In general I would say the Dropbox approach is best if you are just starting out developing some apps and don't yet have a remote server setup. It's easy to set up, and lets you share a master repository to push and pull from with all your computers. Here is a good blog on the setup: http://blog.rogeriopvl.com/archives/using-git-with-dropbox Once you have a server though you may as well just stick your master repository there. I still don't see any real need for the extra baggage of Gitosis or whatever if you are dealing with a 1 or 2 man team. > > On Jun 6, 7:33 am, Marnen Laibow-Koser <[email protected]> wrote: > > > Ginty wrote: > > > On Jun 3, 9:58 pm, Marnen Laibow-Koser <[email protected]> wrote: > > >> Real user accounts in your repository. Even with one person and > > >> Capistrano, that's two users, and they should have separate Git repo > > >> accounts. > > > >> Also, can you push to a Git repo on Dropbox? If not, then it's not a > > >> good Git hosting solution -- and of course it doesn't speak the Git > > >> protocol. > > > > Of course, you interface to dropbox via a regular dir on your local > > > machine, push, pull, anything else you can do locally. In the > > > background the Dropbox client takes the updates away into the cloud > > > and mirrors them to all of your other machines. > > > In other words, you're not using the remote copy as a Git repo -- you're > > not pushing directly to it from your local machine? If that's the case, > > it's a huge disadvantage of Dropbox. > > > Set up a Github account and try pushing to it. You'll see the > > difference. > > > > Using it for this or not Dropbox is a truly great web app, and the > > > paid versions are actually cheaper than you would pay S3 directly for > > > the same amount of storage, plus 0 transfer charges. > > > But that's just backup. It sounds like it isn't appropriate for > > repository hosting. > > > > Also thanks for the Redmine suggestion, been trying it out today, > > > great stuff! > > > You're welcome. > > > Best, > > -- > > Marnen Laibow-Koserhttp://www.marnen.org > > [email protected] > > -- > > Posted viahttp://www.ruby-forum.com/. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

