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
15
votes
1 answer

Cloning a subversion project from google code using git

There is someone's project at google code which I want to clone using git. However, nothing of these worked: git clone http://some_app.googlecode.com git clone http://some_app.googlecode.com/svn git clone…
user266003
15
votes
6 answers

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 that just happens to have jQuery that I can pinch. I…
Eric
  • 95,302
  • 53
  • 242
  • 374
15
votes
6 answers

"git init" failed, what's wrong?

This issue is not same as "Bad git config file .git/config", since it failed when using git init. It seems there is nothing wrong with /home/mirror/.gitconfig: [mirror@home php]$ git init error: Malformed value for push.default: simple error: Must…
hugemeow
  • 7,777
  • 13
  • 50
  • 63
15
votes
6 answers

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 people to be able to do this. How to disable public…
guaike
  • 2,471
  • 9
  • 31
  • 42
14
votes
4 answers

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 it, somehow. Edit: Before you downvote me…
Graviton
  • 81,782
  • 146
  • 424
  • 602
13
votes
5 answers

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:/// and use a PERL script to delete the old and copy the…
Dr. Max Völkel
  • 1,780
  • 2
  • 17
  • 24
13
votes
1 answer

Mirroring a repository across Github, Sourceforge and Google Code

Is it possible to mirror a git repository (sync across all hosts) on GitHub, SourceForge and Google Code given they all support git?
Vasant
  • 301
  • 4
  • 14
12
votes
3 answers

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 of the API and not the current one (2.5). More…
Unknown Coder
  • 6,625
  • 20
  • 79
  • 129
11
votes
2 answers

(405 Method Not Allowed) in response to MKACTIVITY During Committing on Google Code

I was uploaded my code to code.google and successfully committed two times but now when ever i try to commit my code it always gives Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY i can still successfully…
Yahya Arshad
  • 1,626
  • 2
  • 19
  • 34
10
votes
4 answers

Git bash for Windows NOT prompting for password

I am student, and very new to version control software so I am having trouble figuring this out. I am using a Google code Git repository. To access this repository I am using Git Bash on Windows 7. The problem is that when I reach the push step, I…
0xBrandon
  • 1,739
  • 3
  • 18
  • 21
10
votes
1 answer

How to push local Git repo to newly created Google Code project?

I have a local git repo created by Qt Creator during the New Project Wizard. I've made many commits there. I have created a new Google Code project only now. What is the best way to sync the remote repo to my local one?
sashoalm
  • 75,001
  • 122
  • 434
  • 781
10
votes
3 answers

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 clone, and periodically like to send me patches. …
emmby
  • 99,783
  • 65
  • 191
  • 249
10
votes
2 answers

Choosing a Mercurial hosting

I'm looking for a Mercurial hosting which is free. (I'm only a student right now.) And it seems like it boils down to Bitbucket or Project Hosting on Google Code. (Other suggestions are welcome.) So, how do these services compare in terms of…
Jungle Hunter
  • 7,233
  • 11
  • 42
  • 67
10
votes
1 answer

Using SVN and Git side-by-side

I'm using SVN and Git to version-control the same folder, and am committing to 2 separate repositories; one hosted on Google Code and the other on GitHub, respectively. SVN creates .svn directories in every directory that it tracks. When I add my…
Libbux
  • 1,711
  • 2
  • 12
  • 14
10
votes
2 answers

invalid username/password in egit when pushing changes to googlecode

I have a project hosted in googlecode with Git. I'm using STS (SpringSource Tool Suite) with eGit. I cloned the repository at home and I could commit & push the changes successfully. I did the same thing at work and when I try to push the changes…
Neets
  • 4,094
  • 10
  • 34
  • 46
1
2
3
23 24