Questions tagged [google-code]

Google Code is Google's site for developer tools, APIs and technical resources.

Google Code

Google Code is Google's site for developer tools, APIs and technical resources. The site contains documentation on using Google developer tools and APIs—including discussion groups and blogs for developers using Google's developer products.
There are APIs offered for almost all of Google's popular consumer products, like Google Maps, YouTube, Google Apps and others.

The site also features a variety of developer products and tools built specifically for developers. Google App Engine is a hosting service for web apps. Project Hosting gives users version control for open source code. Google Web Toolkit (GWT) allows developers to create Ajax applications in the Java programming language.

347 questions
6
votes
2 answers

Are google log entries wrapped by a mutex?

Using Google's logging library (glog-0.3.2), are the individual entries sent to the log wrapped by a mutex? That is, can other entries corrupt the entry currently being saved? I guess that translates to: is glog threadsafe? And if the logger is set…
Wes Miller
  • 2,191
  • 2
  • 38
  • 64
5
votes
1 answer

How to Add VS2010 Project to Google Code SVN using AnkhSVN?

Hi I need to add the source files in my following project to Google Code SVN. http://code.google.com/p/tnliveplaya/ I have installed AnkhSVN in visual studio 2010 and tried the "Add Solution to Subversion" but i dont have a clue on what to specify…
Harindaka
  • 4,658
  • 8
  • 43
  • 62
5
votes
5 answers

Why are django applications moving to GitHub?

Since I started learning Django framework I came across several applications that switched from GoogleCode to GitHub. But I can't see any explanation for this fact... Is there any specific reason for that? Does this mean it GitHub is more adequate…
Rizo
  • 3,003
  • 5
  • 34
  • 49
5
votes
1 answer

Create a tutorial site similar to Google Codelabs

I'm trying to develop a tutorial site similar to Google CodeLabs. I'm referring to this article for develop a CodeLabs site. Has anyone tried to used this tool for hosting their own CodeLabs site?
Hitesh Patel
  • 2,868
  • 2
  • 33
  • 62
5
votes
2 answers

SQL queries within a loop

Google code suggests that you should AVOID sql queries within a loop. The reason being that the multiple round trips to the database significantly slows your scripts down. The example query they give is this. $userData = array(); foreach ($userList…
Brett Gorden
  • 51
  • 1
  • 2
5
votes
1 answer

Getting "nothing changed" when commiting in Mercurial to Google Code

I set up a new project on Google Code and have set Mercurial as my Source Control. I did an hg clone just like the Checkout page states and got a copy of this repository locally. At the moment, it's still empty. Now I added some files in this…
Andreas Grech
  • 105,982
  • 98
  • 297
  • 360
5
votes
2 answers

Howto connect eclipse tasklist (Mylyn) to google code?

I'm using Eclipse Galileo. I want to connect the eclipse tasklist to a google code project. I need a connecter to do this. Connectors can be installed via Task Resoitory view -> add TaskRepopsitory -> Install more Connectors. But I can't see that…
c0d3x
  • 2,593
  • 6
  • 23
  • 18
5
votes
2 answers

How do I export issues from a Google Code project to Github?

I'm trying to move a project from Google Code to Github, and I can't find a way to migrate the issue tickets. I found https://github.com/arthur-debert/google-code-issues-migrator which appears to be the top hit in a google search for "migrate issues…
emmby
  • 99,783
  • 65
  • 191
  • 249
5
votes
5 answers

Which VCS should I use with Google Code?

I am about to start a project and was thinking of using Google Code to host it. It gives the option of using Mercurial or SVN for version control. I have never before used a VCS, and would like to know which one is easier to work with. The project…
Nikwin
  • 6,576
  • 4
  • 35
  • 43
5
votes
1 answer

Google Code: Force comment on commit

I just started using Google code hosting and am a beginner at working with Subversion. I was wondering if there is a way to enforce a rule that no commits can be made without comments. I was researching into it, and I did find a way to do this on…
Aishwar
  • 9,284
  • 10
  • 59
  • 80
5
votes
4 answers

Is it possible to set up a private Mercurial repository on Google Code?

I like the fact that Google Code is a free option for Mercurial hosting but, in the test project I set up I couldn't find a way to designate the repository as private. Ideally I would like to work on a project privately until it is ready for the…
Joe O'Driscoll
  • 289
  • 3
  • 13
5
votes
3 answers

Migrate git repo from Google Code to Github

I have a git project hosted on Google Code. I'd like to move it to Github, with the revision history included. I don't use the ticket system so that won't matter. In similar questions like mine, the problem is migrating from a SVN repo in Google…
Luciano
  • 8,552
  • 5
  • 32
  • 56
5
votes
1 answer

Force Git to prompt for username and password

I closed a PHP project that I posted on google code. The problem is that when I try to use the following command: git push origin master I get the following authentication error message: fatal: remote error: Invalid username/password. You may need…
ufk
  • 30,912
  • 70
  • 235
  • 386
5
votes
2 answers

How to upload project with mercurial on googlecode?

I have create a local directory, and made some sub-directories and file in it. registered by project on code.google.com/hosting install Mercurial and did > hg init copied the auto-generated password from google, still dont know for what. Now how…
Vivek Sharma
  • 3,794
  • 7
  • 38
  • 48
4
votes
2 answers

svn backup from googlecode

I currently host my project on googlecode svn, however I would like to have a copy of it hosted on another svn server (also online), can anyone suggest the best way to keep this backed up and up to date?
Neutralise
  • 309
  • 5
  • 12