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

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 documentation. For my project, documentation could…
new name
  • 15,861
  • 19
  • 68
  • 114
4
votes
2 answers

code.google.com: git: fatal: remote error: Repository not found

I have created a new repository in code.google.com, generated the code.google.com password and updated my ~/.netrc with machine code.google.com login password As per the instruction in the code.google.com, I was able to clone…
Sangeeth Saravanaraj
  • 16,027
  • 21
  • 69
  • 98
3
votes
1 answer

Syntaxhighlighter V Google's prettify performance advice needed?

There have being several threads already about how to prettify code when displaying it on blogspot: How to use prettify with blogger/blogspot? and What are the steps I need to take to add nice java code formatting to my blogger/blogspot blog?. I…
dublintech
  • 16,815
  • 29
  • 84
  • 115
3
votes
1 answer

Authenticating SourceTree with a Google Code project

I'm trying to use the latest version SourceTree with a Google Code project that uses Git. The problem is that when I try pushing the changes, it complains about authentication: git push -v --tags --set-upstream origin master:master Pushing to…
Senseful
  • 86,719
  • 67
  • 308
  • 465
3
votes
1 answer

Host a project on GitHub and Google Code

Is it possible to have a project hosted on GitHub and Google Code? I've been using Google Code for years, and recently started playing with GitHub. I like GitHub a lot, but there's also a long list of Google Code features I really miss. Is it…
Abhi Beckert
  • 32,787
  • 12
  • 83
  • 110
3
votes
0 answers

New to Google Code - How to apply a patch

I've been using MarkdownSharp for a while, but after reading a twitter post from @Nick_Craver, I was thinking about adding rel="nofollow" to my implementation as well. I see there's already a patch for it, and I figure that instead of re-writing it,…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
3
votes
1 answer

add referenced libraries to svn

I am using google code project svn server and when I check out project all referenced libraries are gone. Is there a way to check out the libraries also? To make the question clearer, I can't commit the referenced libraries either. In other words,…
Shevach
  • 717
  • 9
  • 25
3
votes
1 answer

EGit + Google Code Hosting

I'd like to make a Git repo on code.google.com/hosting instead of github. Currently I'm having problem setting this up. I find SVN + Google Hosting easy to start: Make a new repo, make a new project on eclipse, use subclipse to make an initial…
Nadir Muzaffar
  • 4,772
  • 2
  • 32
  • 48
3
votes
4 answers

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: Everything up-to-date And sometimes: $ git…
Ondra Žižka
  • 43,948
  • 41
  • 217
  • 277
3
votes
2 answers

How to get Googlecode SVN statistics

I have a google code repository and I would like to find some statistics, things like number of lines of code, number of commits etc. I see that there is something called StatSVN but this requires the log file from the repository. Does anyone know…
luketorjussen
  • 3,156
  • 1
  • 21
  • 38
3
votes
1 answer

How to access Recaptcha Parameters [ recaptcha_challenge_field and recaptcha_response_field ]?

I am new in using the Google Recaptcha Web service to block spamming in some web pages in my web site plus doing that using AJAX by merging Javascript and PHP to response to my web page. I read all the information related to it in the following link…
user614040
  • 61
  • 1
  • 2
  • 5
3
votes
2 answers

create private repository in googlecode

How do I create a private svn repository in googlecode.
Prabesh Shrestha
  • 2,732
  • 4
  • 29
  • 44
3
votes
3 answers

Authorization error when using Google Code and TortoiseSVN

I want to commit my project to https://code.google.com, but TortoiseSVN gives the following error: authorization failed: Could not authenticate to server: rejected Basic challenge (https://personal-domain-mail-gadget.googlecode.com) What is the…
user284291
3
votes
3 answers

Is there a wiki like that on Google Code Hosting that commits every change in the subversion repository?

I used the wiki in a project hosted at Google Code. With this wiki all the changes you make with the web interface are committed in the subversion repository of the project. For example, if you create the ExamplePage page using the wiki web…
Andrea Francia
  • 9,737
  • 16
  • 56
  • 70
3
votes
0 answers

Accessing an old project from the google code archive

I realised I needed some data that I parked at Google Code a long time ago, but can't figure out how to fetch it from archive. https://storage.googleapis.com/google-code-archive/v2/code.google.com/sm-noaa/project.json Will get me the project…
CocoaChris
  • 508
  • 3
  • 7