[google-appengine] Re: Source-Code Version Control

2009-09-11 Thread Bo
I will recommend you use git over other VCS like svn, because git is a distributed version control system, you can do everything without a server. If you need a center git hosting, you can try http://gitfarm.appspot.com, a free private git hosting service. It's built on top of App Engine, so you

[google-appengine] Re: Source-Code Version Control

2009-08-22 Thread Rodrigo Moraes
I'd recommend Git or Mercurial for collaboration. Read why here [1]. I personally user Mercurial. Git is mainly equivalent, but Mercurial is a Python project and will be the official Python VCS [1] so I preferred it. Both have popular web services: bitbucket.org (mercurial) and github.com (git).

[google-appengine] Re: Source-Code Version Control

2009-08-22 Thread Fitz
Beanstalkapp has worked well for me. And it's free for smaller projects. It's svn based. On Aug 21, 10:30 am, NealWalters wrote: > I've been using Mercurial, hosted on bitbucket.com. > Neal Walters --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Re: Source-Code Version Control

2009-08-21 Thread NealWalters
I've been using Mercurial, hosted on bitbucket.com. Neal Walters --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To u

[google-appengine] Re: Source-Code Version Control

2009-08-21 Thread Nick Johnson (Google)
Hi vicson, If your project is Open Source, you can use Google Code Project Hosting: http://code.google.com/hosting/createProject . If your project is not Open Source, there are a number of options. Git is a good decentralized source control system, which doesn't require a server - each working tre

[google-appengine] Re: Source-Code Version Control

2009-08-21 Thread vp
You can try unfuddle.com for hosted SVN. -V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this g