google-code

Is there an API (SOAP, JSON, XML-RPC, REST, anything) to Google Code Issues?

£可爱£侵袭症+ 提交于 2019-12-12 19:14:11
问题 Is there any programmatic way to read the data stored in a Google Code Project Hosting "Issues" tracker? Ideally it'd be nice to update/add issues too, but first I need some structured form of data from the tracker. I only see the HTML pages, and an Atom feed for issue updates. 回答1: Now there is one. http://googlecode.blogspot.com/2009/10/issue-tracker-data-api-for-project.html 回答2: There doesn't seem to be but they have promised it's coming during the Google Wave introduction. The demo is at

Is there a way to get list of all available projects on google code?

我只是一个虾纸丫 提交于 2019-12-12 17:47:48
问题 Like in title, I would like to fetch a list of all available projects on Google Code, best if it can be list + project short description, only this, nothing more is needed. Is it can be done in an automatic way? 回答1: You can list hosted projects via category (platform), and/or further drill down with a search, at the link below. Google Code Project Hosting 回答2: The FLOSSmole project collects and publishes monthly data about all Google Code projects. A listing of project info including project

Google Code Attached issue

倖福魔咒の 提交于 2019-12-12 03:47:23
问题 I have been trying to use the library provided here, but I always get an error. The command I am running: GCUpload.exe -u:myUserName -p:myPassword -n:myProjectName -s:Test -f:myFile but I get the error of: That's an error. Your client does not have the permission to get URL /files from this server. (Client IP address: <My IP address>) Please sign in to upload a file. I can log in to google code with the user and the project exists. What am I doing wrong and how can I solve this issue? Thanks.

How to download Google Code via Mercurial

帅比萌擦擦* 提交于 2019-12-12 01:47:06
问题 I am new to Android and I want to downaload source code from this site: http://code.google.com/p/apv/source/ of an Android PDF viewer. I know how to download source from SVN but I have no idea what hg clone is. Can any one tell me how can I download this open source project? 回答1: Download and install Mercurial. You will have a command line client: hg . Now you can get any sourcecode via hg clone : hg clone https://code.google.com/p/apv/ For a faster introduction to Mercurial, see http:/

Getting zip codes from Google Maps

倖福魔咒の 提交于 2019-12-12 01:32:07
问题 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? 回答1: I don't believe that's possible. Although it may be technically possible, Google wouldn't allow it. The Google Maps API is strict about how you use its service, and how often you can send requests to it. Take a look here: http://code.google.com/apis/maps/terms.html#section_10_12 来源: https://stackoverflow.com/questions/2799793

What happend to my google code svn?

五迷三道 提交于 2019-12-11 05:38:46
问题 Why it would not commit (I had done more than 200 commits on my google code account into that single project and now it somehow stops me from committing =( tortois SVN: Commit Commit failed (details follow): Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/svn/!svn/act/81a42074-ce30-7442-90d9-99893693ce62' SharpSVN SharpSvn.SvnRepositoryIOException: Commit failed (details follow): ---> SharpSvn.SvnRepositoryIOException: Server sent

Transfer SVN repository from Google Code to RiouxSVN

谁说我不能喝 提交于 2019-12-11 04:27:41
问题 I have repositories on Google Code and now I want to move these code repositories from Google Code to RiouxSVN. Problem is I have no idea how to accomplish that. I had tried to use "svnadmin" and "svnrdump" but could not make it. For "svnrdump" I got this error svnrdump: warning: W200007: Target server does not support atomic revision property edits; consider upgrading it to 1.7. svnrdump: E175002: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed

Hosting images on Google Code

穿精又带淫゛_ 提交于 2019-12-11 01:51:50
问题 I want to put several screenshots of a project I'm working on, in the wiki and project pages for the project on Google Code. How do I host or attach the image files? If this isn't possible, where should I put them? Update0 This question has spawned another: Get certificate fingerprint of HTTPS server from command line? 回答1: Yes, you can put these files in the same repository that holds the wiki - i.e. http://code.google.com/p/pydlnadms/source/checkout?repo=wiki. These files will be served

create private repository in googlecode

这一生的挚爱 提交于 2019-12-10 19:03:17
问题 How do I create a private svn repository in googlecode. 回答1: This is not possible. From the FAQ: All open source developers. If you plan to start an open source project, we encourage you to create a project on Google Code. there is however an issue in the issue tracker about introducing commercial hosting. Some private hosting providers can be found in this question. 回答2: Disabling tabs does not really help, because one can always use link like: https://code.google.com/[project-name]/source

Is there an overview of all my code projects on google code?

。_饼干妹妹 提交于 2019-12-10 16:56:44
问题 Is there an overview of all my code projects on google code? What is the URL I can visit? My projects are not included in the dashboard at https://www.google.com/dashboard/ 回答1: They should be listed on: http://code.google.com/u/youremailaddress This may also work: http://code.google.com/u/yourusername They should also be listed under "Projects" in the "My favorites" menu in the top right. 来源: https://stackoverflow.com/questions/3132036/is-there-an-overview-of-all-my-code-projects-on-google