google-code

SVN - Server sent unexpected return value (500 Internal Server Error)

I'm using RabbitVCS to work with Google Code, and I just recently started having problems with trying to commit. Whenever I try to commit, it says... Commit failed Server sent unexpected return value (500 Internal Server Error) in response to Checkout request for (some file that is involved in the commit. The file it fails on isn't con...

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 <url> 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 folder and tried committing them with: hg com -m "Initial Commit" but I am always getti...

Integrating google code SVN repository with MantisBT

I am trying to figure out how to integrate my google code repository with my mantis bug tracking system. I know google allows you to use post-commit web hooks, but I can't figure out what the exact URL should be. There is a lot of information about how to integrate the two, but they all require calling the mantis script from the shell,...

How might I write a program to extract my data from Google Code?

I'm about to start writing a program which will attempt to extract data from a Google Code site so that it may be imported in to another project management site. Specifically, I need to extract the full issue detail from the site (description, comments, and so on). Unfortunately Google don't provide an API for this, nor do they have an ...

How do I use jQuery in google code's wiki

I have a jQuery plugin up on google code http://code.google.com/p/jquery-html5upload/. I want to have a running example of the plugin on the project home page. How can I go about doing this? I can't figure out to include/use javascript in the wiki pages. Any help would be greatly appreciated. ...

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 and I wanted to push my changes to Google Code. It asks me for my username and password and I give it my Google login (@gmail.com) and pass...

Rsync a site directly to Subversion repository

I have a live drupal website community. I have gone ahead to host the project publicly on Google code. Due to slow internet connectivity, I have not been able to successfully upload my initial copy to the repository (I've also tried svn import). So I thought, I will write a script that backs up my entire site excluding the database, sa...

Eclipse Android cannot connect to public repository - what am I doing wrong?

I am using a Mac with Eclipse Galileo, trying to load Android code from a public repository. I tried 'Checkout from SVN' and the URL is: http://secrets-for-android.googlecode.com/svn/trunk/secrets-for-android-read-only This is from the website: http://code.google.com/p/secrets-for-android/source/checkout I get the error: Error valida...

using reviewboard with a project hosted on GoogleCode

I can't seem to get reviewboard to work with my SVN project hosted on GoogleCode. When I try to use post-review, the automatic diff posting script, it says that my repository is not in the list of known repositories. It seems to be trying to connect to the SVN server as the reviewboard server instead of the actual server. When looking at...

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, I found this article. Thanks! ...

How to remove tooltip window(on mouseover)from google visualization core chart?

hi folks, I want to remove the default tooltip window which occur when mouse-over event fire on a point of a line chart(new)/area chart(new) from core chart library,even any one know how to remove event from visualization core chart ...

googlecode : how to not publish public ?

Hello experts, 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 publicaly ? If not, does someone know an alternative for SVN hosting that does not make it public ? regards ...

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 available for addition on Administer tab (apart from default and wiki repositories)? ...

Mercurial Push Error on Google Code Value Error

Hello, 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 to put the password out on the central repository. Here is the content of $PROJECT_DIR/.hg/.hrgc: [ui] usermane=Venkat S. Rao <v...

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? ...

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 file object destructor: Error in sys.excepthook: Original exception was:". #!/bin/sh BUILD_FOLDER="/Users/James/Documents/Xcode Projects/U...

Help with Google Code Issue Tracker API

Long story short: I'm trying to post comments and create issues onto Google Code via an Android App called Abugadro. I followed a very similar piece of code here: http://stackoverflow.com/questions/3254330/google-spreadsheet-api-update-edit-with-protocol When trying to post a comment onto the API, I've gotten various errors like 403 ...

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 command 'list'. Its like its trying to do a "svn list" even though I am using mercurial. In my pom I have maven wagon and mercurial setup (I ...

Transfer only revision history from Google Code to GitHub

We recently moved our project from Google Code to GitHub, but only wanted to move a part of it (up to say revision 600) so instead of using GitHub's built-in system to transfer an SVN repo over we just created the project out of a local project folder that was appropriate. However, I'd like to transfer over the revision history up to a ...

How are non-gmail accounts shown in Google Code SVN repositories?

I'm about to migrate a project to Google Code, and for that I'm changing our SVN repository to display the new author names. I know that gmail based Google Code accounts only display the username of the user in the svn:author property. So for a Code account [email protected], the SVN author name would be example. Now I have some projec...