google-code

How do I download code using SVN/Tortoise from Google Code?

I just saw a really cool WPF twitter client that I think is developed by the Herding Code podcast guys HerdingCode called Witty. (or at least, I see a lot of those guys using this client). This project is currently posted up on Google Code. Many of the projects on Google Code use Subversion as the version control system (including Wit...

Which CodePlex/Google code project to study in order to learn SharePoint best practices

I am new to sharepoint development but have about 10 years of expirence in C++, VB6 and C#. It is my experience that a great way to learn a new language or coding style is to spend some time "dissecting" one of the open source projects available at CodePlex or Google code. In order to avoid picking up some bad habits without knowing it,...

Possible to integrate Google AppEngine and Google Code for continuous integration?

Anyone have any thoughts on how/if it is possible to integrate Google Code commits to cause a Google AppEngine deployment of the most recent code? I have a simple Google AppEngine project's source hosted on Google Code and would love if everytime I committed to Subversion, that AppEngine would reflect the latest commit. I don't mind if...

How to add files to project on google code?

I normally organize my project in multiple files. Now, for the first time I have created a project at code.google.com/hosting. How to add files to the project? The project has got directory structure and many files. I want them to be visible under trunk (like it is in other projects). NOTE: I am novice in this area (I have no clue ab...

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 further, take a look at the link I provided. It's possible to do it, despite whatever you want ...

Is it possible to tack on a clause to GPL to only allow distribution of source, not compiled binaries?

As a follow up to my previous question, and as an extension to this question, Is it possible to take GPL and add the restriction that distribution is limited to source files and not compiled version for both the original and derived works? In the same way that you can use GPL programs internally as long as they're not distributed, you c...

Where to look for open source Java libraries?

I am looking for a Java library to incorporate into a demo web app and have looked on github, Google Code and sourceforge. So far, sourceforge seems to have the biggest selection. Are there any other places to look, or is sourceforge going to be my best bet? ...

Google Code + SVN or GitHub + Git

Let me start by telling you that I never used anything besides SVN and I'm also a Windows user. I have a couple of simple projects that are open-source, others are on there way when I'm happy enough to release their source code but either way, I was thinking of using Google Code and SVN to share the source code of my projects instead of...

'Dead' directories in Mercurial

In my Hg repository (at Google Code) I have a directory that shouldn't be there. Basically I decided to move everything into a sub-directory (I had everything in the root), which worked fine but now there's a couple of 'dead' directories. Its my understanding HG works off files rather than tracking directories so I think that's what's ha...

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 access to the source code in Google Code? ...

Active/Popular Google Code Django projects

I am python/django developer. As a part of improving my knowledge and felt like I need to "contribute" to the field of open-source, I started looking for django projects in code.google.com. There were many. I am not very sure which ones are popular and which needs help. Can you help me out in this direction, so that I instead of using ma...

How to upload project with mercurial on googlecode?

I have create a local directory, and made some sub-directories and file in it. registered by project on code.google.com/hosting install Mercurial and did > hg init copied the auto-generated password from google, still dont know for what. Now how do i upload files my local to the repository on google. Tired googling a lot, almost all ...

Is there a way to hide your e-mail address on Google Code projects?

One thing that really bothers me about Google Code is that fact that it puts your Google username up on your projects for the world to view. While it doesn't put the @gmail.com part after the name, it doesn't take a genius spammer to concatenate the part with your user name. Is there any way to hide or obscure your Google username on Go...

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 appear in three places: (1) on the wiki, (2) in the desktop application I'm developing (using...

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

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. ...

Google Code or SourceForge for smaller XCode, Objective-C project?

Which would be a more appropriate repository to host a small, XCode, Objective-C based project? Both appear to offer SVN, which XCode likes. The documentation and issue tracking systems would surely accommodate a small project. A Google search surfaces a number of opinions preferring Google Code, but the motivations seem to be somewhat 2...

Google code playground

Anyone know why the results from the google code playground are limited to 4 items? For example: <!-- copyright (c) 2009 Google inc. You are free to copy and use this sample. License can be found here: http://code.google.com/apis/ajaxsearch/faq/#license --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3....

Maven repository for Google Code project

I'm hosting a small open source project on Google Code, and I have been asked to submit the jar to a publicly accessible Maven repository. I have almost no practical knowledge of Maven. What would be the best way to do this? Is there some central repository that I can submit to, or can I host my own? What would I need to do when I want ...

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 want a site that says that you can hotlink to their jQuery. ...

Problems pushing local code repository to mercurial project on Google Code

I have a project that I want to push to a Mercurial repository on Google Code. I initialized a Mercurial project locally and checked in the code locally. The only instructions I can find on the Google Code repository are for cloning: hg clone https://blahblah.googlecode.com/hg/ blahblah But I assumed that pushing should be similar. ...