Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Use mercurial instead of subversion #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to switch over to a DVCS system (hg I guess) so it is easier to 
fork/patch/send back the changes?

Original issue reported on code.google.com by demisone@gmail.com on 25 Jul 2010 at 10:44

GoogleCodeExporter commented 9 years ago
Most of the GWT team uses git + svn in some form to do this.

Original comment by zundel@google.com on 25 Jul 2010 at 10:53

GoogleCodeExporter commented 9 years ago
I tried to do exactly this but git-svn doesn't really work well with svn 
externals and also (as far as I know) google code doesn't support git yet, only 
hg.

Original comment by demisone@gmail.com on 25 Jul 2010 at 10:57

GoogleCodeExporter commented 9 years ago
I use git on top of an svn checkout.  the master git branch is the pristine 
copy from svn.  I make git branches to capture my unmerged work.   We use 
rietveld to review our code and the upload.py script will create reviews 
against the SVN master for you if work like this and use use the --vcs=git flag.

Original comment by zundel@google.com on 25 Jul 2010 at 1:07

GoogleCodeExporter commented 9 years ago
Will check it out, thanks. One question though, when you say git over svn you 
mean svn co [...] and then git init or git svn clone [...]. If the second is 
the case (as is usually with git<->svn repos) how do you handle the svn 
externals?

Original comment by demisone@gmail.com on 25 Jul 2010 at 1:13

GoogleCodeExporter commented 9 years ago
Let's continue the discussion on the Google Group 
https://groups.google.com/group/GWT-Google-Apis and save the issue tracker is 
for bugs and feature requests.

Original comment by zundel@google.com on 26 Jul 2010 at 11:35