Tagged Questions

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

learn more… | top users | synonyms

54
votes
6answers
9k views

Store password in TortoiseHg

Is there a way to configure TortoiseHg to store my password? I have a project hosted on Google Code that I access using TortoiseHg. Whenever I want to push changes to Google Code TortoiseHg prompts ...
40
votes
10answers
15k views

Google Code + SVN or GitHub + Git

Let me start by telling you that I never used anything besides SVN and I'm also a Windows user. I have a couple of simple projects that are open-source, others are on their way when I'm happy enough ...
39
votes
9answers
44k views

How do I download code using SVN/Tortoise from Google Code?

I just saw a really cool WPF twitter client that I think is developed by the Herding Code podcast guys HerdingCode called Witty. (or at least, I see a lot of those guys using this client). This ...
17
votes
5answers
2k views

Possible to integrate Google AppEngine and Google Code for continuous integration?

Anyone have any thoughts on how/if it is possible to integrate Google Code commits to cause a Google AppEngine deployment of the most recent code? I have a simple Google AppEngine project's source ...
15
votes
3answers
5k views

Maven repository for Google Code project

I'm hosting a small open source project on Google Code, and I have been asked to submit the jar to a publicly accessible Maven repository. I have almost no practical knowledge of Maven. What would be ...
12
votes
3answers
487 views

C# and Google Checkout - getting the reply back from the server?

Are there any tutorials out there on how to get the responses back from a Google Checkout transaction when using C# and the GCheckout API. All of the examples I could find were for previous versions ...
10
votes
4answers
2k views

Disable Source tab in Google Code

How to disable source tab in Google Code? I don't want any random users to look at my code. Before you say that this can't be done, that Google Code is by default open source. Someone managed to do ...
9
votes
3answers
9k views

How to download/checkout a project from Google Code in Windows?

How do I download a ZIP file of an entire project from Google Code when there are no prepared downloads available? This is what I see on the checkout page: Command-line access Use this command ...
8
votes
3answers
169 views

How to manage an open-source project using mercurial and Google Code?

I have an open source project hosted on Google Code using Mercurial. It works great for me, i generally love mercurial. I have several community members who clone my project, make changes to their ...
7
votes
3answers
489 views

Deploy maven generated site on Google Code svn?

Using a google code svn as a basic maven repository is easy. However, using mvn site:deploy efficiently on google code seems hard. So far, I found only these solutions: Deploy to a local file:/// ...
7
votes
4answers
499 views

Are there any inherent benefits or drawbacks to choosing Google Code vs. SourceForge vs. Codeplex?

I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I ...
7
votes
5answers
2k views

How to initialize google-code project in Mercurial

I have started a Mercurial based project on google code. I have worked in subversion for sometime, but I am confused with what to do what in Hg. I would like help on the following: How do I ...
7
votes
7answers
3k views

Is there a version of jQuery somewhere that I can hotlink to without hosting the file?

Just wondering if there's a website out there that allows you to hotlink to the latest version of jquery. Does Google code allow you, or does jQuery.com itself? What I'm not looking for is a site ...
6
votes
3answers
2k views

How does the inline edititing and formatting used in code.google.com works?

Recently code.google.com added the feature to edit a file and syntax highlight it! From what I can understand they added a textarea along with at iframe, where the textarea is where you type in ...
5
votes
3answers
667 views

Is it possible to somehow migrate from Google Code to Github?

We have a fairly large project, and I've decided that Google Code is not quite living up to expectations. Github looks like a much more suitable platform -- but I feel like there's no escape for us. ...
5
votes
5answers
427 views

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 ...
5
votes
2answers
1k views

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 ...
4
votes
5answers
596 views

Google code or GitHub for project hosting?

Is Google code similar to Github where you can put your source code for collaboration? Which is the de-facto SCM it's using? And which one is recommended for project hosting?
4
votes
2answers
643 views

Google Code SVN Usage Advice

We have been using Google Code SVN to store a school project. As we were experimenting with different ideas, we created new Visual Studio Projects and stored them there. Now we want to merge all the ...
4
votes
4answers
2k views

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 ...
4
votes
1answer
1k views

Best use of Google code wiki for project documentation

I've recently moved my project from sourceforge to Google code. I'm intrigued by the Google code wiki that is integrated with svn, but I'm not sure of the best way to use it to provide project ...
3
votes
1answer
222 views

Is it dangerous to include your googlecode password in .git/config?

The title says it all, actually. Because the trick with my .netrc file doesn't work (even though it has correct filepermissions), I modified my local .git/config to like like so: [remote "origin"] ...
3
votes
2answers
45 views

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 ...
3
votes
1answer
148 views

Google Code vs. Google App Engine?

I am confused. I thought these were both hosting solutions that Google sells or makes free. What is the difference between the two? Thanks, Alex
3
votes
3answers
274 views

What are the free alternatives to Google Code (project hosting)?

I'm using Google Code to host some of my hobby projects. I want to make some of my code private, and unfortunately you can't do this on the Google Code site. I was looking at Project Kenai but I've ...
3
votes
2answers
310 views

Maven + Mercurial + Site Deploy issues

I'm trying to deploy my Maven generated site to a googlecode project using mercurial. When I do a mvn site:deploy I get Transfer error: org.apache.maven.scm.NoSuchCommandScmException: No such ...
3
votes
1answer
536 views

How to remove tooltip window (on mouse over) from the google visualization core chart?

I want to remove the default tooltip window which occur when mouse-over event fire on a point of a line chart/area chart(new) from the core chart library. Also I want to know how to remove event from ...
3
votes
1answer
72 views

Moving a googlecode project from svn to mercurial. Any tricks?

I am maintaining a project on googlecode. I am using svn and I am happy with that. However, a new contributor would like to use Mercurial. I am ok with this this because I think that it is a better ...
3
votes
3answers
118 views

Project hosting on Google Code. Files are cached?

I do not really understand how Google Code handles file versioning. I am building a jQuery plugin that anyone can access. Like so: <script type="text/javascript" ...
3
votes
1answer
12k views

Reverse Geocoding With Google Map API And PHP To Get Nearest Location Using Lat,Long coordinates

I need a function to get an nearest address or city from coordinates(lat,long) using google map api reverse geocoding and php... Please give some sample code
3
votes
3answers
1k views

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 -> ...
3
votes
1answer
333 views

Is it possible to import an existing svn repository into Google Code?

I have a private project I've been tinkering with for a while. I'm thinking of putting it up on Google Code in case anyone else finds it interesting. Is it possible for me to import my existing svn ...
3
votes
2answers
406 views

Google Code svn migration

How to migrate from Google Code's subversion to another subversion server keeping the history? The problem here is that I don't have access to the repository of Google Code, nor to the one I will ...
3
votes
4answers
926 views

Google Code email notification

I have a question with regards Google Code svn repositories. Is there a way no be notified by email when someone on your team does a commit ? I have been looking around, but I can't find the way to ...
3
votes
4answers
743 views

How to disable public access to the source code in Google Code?

I have a private project, and i want it hosted on google code. this project is just for project members. How to enable browsing and submitting SVN code only for project members? I don't want other ...
3
votes
3answers
180 views

Where to look for open source Java libraries?

I am looking for a Java library to incorporate into a demo web app and have looked on github, Google Code and sourceforge. So far, sourceforge seems to have the biggest selection. Are there any other ...
2
votes
1answer
56 views

How to use google code jquery $.jsonp

I have several questions about using this. 1) I need to download the jquery.jsonp-2.1.4.min.js from google code but in which folder should I put it? (I am using xampp) In C:\xampp or C:\xampp\htdocs? ...
2
votes
1answer
44 views

Instructions on compiling a java project from Google code

I use a tool called AntiSamy ( http://code.google.com/p/owaspantisamy/ ) to sanitize user input in a project. I don't know Java. I just create the object, call its method, and it works. Recently the ...
2
votes
4answers
1k views

Git push does nothing with Google Code repo as remote

I have a git project at Google Code. https://code.google.com/p/jawabot/ I did some commits to master branch. They're fine, visible in git log. Now when I do git push, I get " $ git push Password: ...
2
votes
1answer
128 views

Web GL Globe not working locally

I've been trying to get the Web GL Globe ( http://code.google.com/p/webgl-globe ) working. I downloaded the source code from the Google Code page and unzipped all the files to a single folder. The May ...
2
votes
2answers
1k views

Official jQuery Validate on Google Code?

Why is there not a reference to the hosted Official jQuery Validate Plugin anywhere? Can somewhere pass on the Google Code link?
2
votes
3answers
229 views

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 ...
2
votes
2answers
153 views

Let person login to google docs automaticaly

I write a web application that allow person1 create a document on google docs and share it to person2. A problem: When person2 click on the link of shared document, google alway redirect to login ...
2
votes
3answers
236 views

How to post code to Google Code?

I am new to SVN, subversion, etc. I have a C# application in MS Visual Studion 2008 that I would like to share on Google Code. I have been looking around for some info on how to do that without any ...
2
votes
1answer
226 views

Python Script Fails To Run When Launched From Shell File, But Works When Launched From Terminal

If I launch the Google Code upload Python script from Terminal, it works as expected, but when I launch it using the code below in a Bourne Shell Script file, it fails with the error "close failed in ...
2
votes
1answer
414 views

Mercurial Push Error on Google Code Value Error

I am trying to learn to use mercurial by pushing onto Google code. I have two .hgrc files: One file is located $PROJECT_DIR/.hg/.hrgc and $HOME/.hgrc. I have two separate files because I did not want ...
2
votes
1answer
92 views

Number of Mercurial repositories per project on Google Code

I'm not sure whether it belongs to Stack Overflow, however it's definitely programming-related. I have the following question: what is the limit on the number of user repositories per project that are ...
2
votes
2answers
76 views

googlecode : how to not publish public?

I am looking for a free SVN hosting. GoogleCode seems perfect. Trouble is I have some projects I cannot make open source : is it possible to use the SVN hosting on googleCode and not share them ...
2
votes
3answers
140 views

What is this image that Google code provides?

Google Code provides a barcode like this: When you download software. What is its purpose (I assume it is related to the SHA1 checksum, but if so, how is it used)? Edit: Now that I know its name, ...
2
votes
1answer
1k views

TortoiseHg for Windows: How to push to Google Code?

I created a project with Google Code, checked it out from https://stackexchange.googlecode.com/hg/ using the TortoiseHg shell extension in Windows. Then I committed a new file to the local repository ...

1 2 3 4