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 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…
poke
  • 369,085
  • 72
  • 557
  • 602
0
votes
1 answer

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…
person
  • 3
  • 1
0
votes
1 answer

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…
just_another_coder
  • 1,156
  • 2
  • 13
  • 22
0
votes
1 answer

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…
drecute
  • 748
  • 4
  • 11
  • 29
0
votes
1 answer

How can I download my google code repository to be used with TortoiseSVN Repo Browser

I'm trying to download the code repository from a google project I created a while ago. When I download it I'm getting a folder called source-archive with a .svn folder in every directory. Does this include all of the history (commits) I have made.…
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
0
votes
0 answers

Javacv android loading avutil error

I am trying to make a live streaming app and i have followed the below link to add javacv into my project https://github.com/bytedeco/javacv . I created jniLibs folder in my app (app->src->main) but my app crashes without any error.When i tried to…
0
votes
1 answer

MovementScale in PoseController script

I was playing around with the following CodeLab -https://io2015codelabs.appspot.com/codelabs/project-tango#5 and was trying to apply Tango Pose control to my player rigidbody (PoseController.cs). Although I do no understand why do we have to…
0
votes
1 answer

Auto Update SVN after Commit and Export it to zip

Me and my friends are developing android Custom ROMS, the problem is we immediately update when there is something need to update. i use google code trunk to upload our custom roms for now and i need to zip it and upload it, is there is a way for a…
afghifari
  • 27
  • 6
0
votes
1 answer

Automation commits from Google code to Github

I have a project on Google code: Project on Google code. Resently, I exported it to GitHub: Project on GitHub. How I can automate sending commits from Google code to GitHub? I.e. I want to continue working with Google code, but all new commits…
VeLKerr
  • 2,995
  • 3
  • 24
  • 47
0
votes
1 answer

svn checkout with netbeans returns an error

I have removed a data directory from my java source code. now when i try to commit source then i get the following error. org.tigris.subversion.javahl.ClientException: Working copy is corrupt Commit failed (details follow): Entry for 'directory' has…
Rohit Banga
  • 18,458
  • 31
  • 113
  • 191
0
votes
1 answer

Getting zip codes from Google Maps

Does the Google Maps API allow me to get all of the zip codes of a city/state? For example can I use it to ask the question what zip codes are in San Francisco?
hekevintran
  • 22,822
  • 32
  • 111
  • 180
0
votes
1 answer

Basecamp json api post todo

Tried to learn the json api for Basecamp. Get requests are working fine for me, but I cant seem to get the post requests to work. Using Google Script. Can anyone see the bug? I keep getting a 403, even though I am owner of the account and the…
0
votes
1 answer

Purchases always successful even when I delete postback script

I'm using Google Wallet for Digital Goods (in Sandbox Mode) and it worked fine for month or two, and information on the database was updated accordingly. Recently, however, the purchases were completing, however the database was not updated. For…
dragonfire
  • 407
  • 7
  • 16
0
votes
1 answer

Google code project resource not found error

I am trying to download the project source from https://code.google.com/p/sfdc-gae-sso-delegated-auth/source/checkout but tortoise SVN tells me file not found. what could be the problem and how to solve it.
Shebin Mathew
  • 320
  • 1
  • 7
  • 18
0
votes
1 answer

oauth2-php library client authorize

I'm using the oauth2-php library hosted on Google code. I'm confused on the example code and specifically how to go from the addClient.php page to the authorize.php page. Currently, I enter some credentials in the
on the addClient.php page,…
tim peterson
  • 23,653
  • 59
  • 177
  • 299