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

how to migrate local svn repo to google code's svn repo?

My issue is quite different from other posts on stackoverflow, such as How to migrate a codebase from one svn repo to another preserving history?. It is easy to migrate an svn repo from one pc to the other, since I have full control of these pcs.…
thinke365
  • 1,305
  • 3
  • 14
  • 22
0
votes
1 answer

why i failed to push to git repo?

Possible Duplicate: fatal: remote error: Could not find Repository octocat/myapp https://code.google.com/p/prjname/ is a empty repo right now i can clone it, but cannot push local repo to it, why? [mirror@home php]$ git clone…
thinke365
  • 1,305
  • 3
  • 14
  • 22
0
votes
1 answer

Migrate code from svn to google code

I know we could migrate repository from google to another repository sever and keep the history, like described here. Google Code svn migration I am wondering if I can do the other way around. I have some code in a private svn repository, and I…
yangsuli
  • 1,252
  • 5
  • 16
  • 33
0
votes
1 answer

Xcode SVN commit error

this is driving me nuts. My SVN repo is working fine, I was able to checkout everything and view revisions in Xcode's organiser. It is only when I go to commit the changes that i hit this ridiculous problem: After a lot of research I found the only…
Conor Taylor
  • 2,998
  • 7
  • 37
  • 69
0
votes
2 answers

Getting the whole project on Google Code

I'm really new to this and I don't have any idea how to do this: how do you get the whole source code from this project ? Please tell me because i can't find the download button. I go to the download tab and it's not there. Thanks.
CodeAndWave
  • 1,586
  • 3
  • 23
  • 33
0
votes
1 answer

Where is the SVN config file on google code?

I have a little problem showing html file as documentation on my google code page. I need to know where the SVN config file is on google code. I tried to upload a file called 'config' into the root directory of the SVN and into the /.subversion/…
user1182183
0
votes
1 answer

How can I rewrite the history in mercurial to amend an author's name?

I have a mercurial (hg) repository on google code which looks like this. What I'm trying to do is edit the author's name ('Peter Andrews' in this case) due to a typo. The repository is abandoned and there will be no further commits other than to try…
0
votes
1 answer

android:google-code droidreader forceclose error

m using DroidReader project to display the PdfFiles.When i execute my project i am getting force close error like this 07-24 20:13:26.694: E/AndroidRuntime(286): FATAL EXCEPTION: main 07-24 20:13:26.694: E/AndroidRuntime(286):…
Joseph Martin
  • 76
  • 1
  • 3
  • 12
0
votes
1 answer

Fetching full user emails via google code api

I'm using this(http://code.google.com/p/support/wiki/IssueTrackerAPIPython) python library to fetch data from google code project. When I get list of issues, some issue reporter's emails are hidden (f.e. "exam...@gmail.com" instead of…
anna239
  • 71
  • 6
0
votes
1 answer

uploading derby db to the web server

I have dynamic web project with limited functionality (name DYN_WEB) and a project that communicates with a derby db on my computer (name DATA). It correctly works on a localhost, puts and retrieves some data. But how I upload all this (DYN_WEB…
user721588
-1
votes
1 answer

GoogleCode Store Locator

I am trying to build a search feature for my website. I have some address of dealers (lat,lng,descr fields) and upon searching for a location. I want to show on map, all dealers close around 10-15 miles range. I found this googlecode storelocator.…
-1
votes
1 answer

403 Forbidden when accessing code.google.com

When installing docker via "go get", I am getting 403 forbidden. The IP I am accessing from is in the ny1 datacenter. [code] ops@sally:~/gocode/src/github.com/dotcloud/docker$ curl -v https://code.google.com/p/go/source/checkout * About to…
awesome_person
  • 1,223
  • 1
  • 10
  • 19
-1
votes
1 answer

Code crawler to crawl Asynchronous GA Code

Hello I have a php code crawler to detect a website if it has a Asynchronous Google Code. here's the snippet to detect the the asynch google Code: $async_ga_string = "ga.async"; if(!strpos($str, $async_ga_string))$async_ga = ''; else…
jalf
  • 555
  • 4
  • 10
  • 20
-2
votes
1 answer

easy to use svn tool

I'm looking for a easy way to sync my local files with Google Code via SVN, since I'm totally new to using SVN I have no clue how to start it properly. I just want everything that I program locally to be uploaded to google code when I hit…
Sander
  • 1,402
  • 2
  • 21
  • 44
-2
votes
2 answers

Google code jam: Cookie cutter

Is there a closed form solution for the cookie cutter problem? For reference this is the: google page *Updated to include problem statement Problem In this problem, you start with 0 cookies. You gain cookies at a rate of 2 cookies per second, by…
GeneralBecos
  • 2,476
  • 2
  • 22
  • 32
1 2 3
23
24