12
votes
5answers
659 views
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 …
4
votes
5answers
121 views
Which VCS should I use with Google Code?
I am about to start a project and was thinking of using Google Code to host it. It gives the option of using Mercurial or SVN for version control. I have never before used a VCS, a …
4
votes
5answers
900 views
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 wh …
3
votes
3answers
276 views
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 M …
3
votes
7answers
5k views
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 …
2
votes
1answer
161 views
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 par …
2
votes
2answers
220 views
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 …
2
votes
3answers
134 views
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. …
2
votes
3answers
520 views
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 …
1
vote
1answer
45 views
Best source code license for limiting/restricting a Google Code project?
What is the best license for limiting/restricting a Google Code project?
Here are Google's Options:
Apache License 2.0
Artistic License/GPL
Eclipse Public License 1.0
GNU Genera …
1
vote
4answers
59 views
How to initialize google-code project in Mercurial
I have started a Mercurial based project on google code.
I have worked in subversion for sometime, but I am confused with what to do what in Hg.
I would like help on the following …
1
vote
3answers
161 views
Is it possible to set up a private Mercurial repository on Google Code?
I like the fact that Google Code is a free option for Mercurial hosting but, in the test project I set up I couldn't find a way to designate the repository as private.
Ideally I …
1
vote
5answers
189 views
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 looki …
1
vote
2answers
75 views
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 struct …
1
vote
1answer
210 views
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 pr …
