google-code

Google code php clone

I am looking for a google code/*beanstalk* php clone that I could install on my server Does that exists ? I have tried Indefero, but it is a big pain to install it. ...

Downloading Source Code From Google Code using TortoiseSVN

I recently found a cool little project that I would like to download the source code of. Using the web interface on Google Code, I can browse through all of the files in the source code of the project. Google gives me this: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://xnamugen.googleco...

Pushing Mercurial changesets from my local clone to "the real" clone?

Hi, I created a project at Google code, and am using Mercurial for it. I made a clone of the project: farm-myclone up on Google code. I pull out a copy of farm-myclone, and start adding files, modifying files, etc. I use hg commit, then hg push to get changes back into my clone's repository. Now I want to move these changes into the...

Google Code SVN Usage Advice

We have been using Google Code SVN to store a school project. As we were experimenting with different ideas, we created new Visual Studio Projects and stored them there. Now we want to merge all the different ideas into one final project. Here is the current layout of the repository: - svn - branches - Idea1 - Idea2 - tags -...

Pulling and pushing between two google code repositories

I'll start by quoting google's blog Project owners can now create multiple repositories for their project, and they can choose to make any of those new repositories a clone of any of the project's other repositories. These project clones share the same commit access permissions as the original project and make it easier for project m...

Accessing a google code repository to get statistics

Code hosting sites such as github and bitbucket have public api's to retrieve statistics of project repositories. Is there such an api in google code or any other way to retrieve statistics about a google code project repository? ...

Project hosting on Google Code. Files are cached?

I do not really understand how Google Code handles file versioning. I am building a jQuery plugin that anyone can access. Like so: <script type="text/javascript" src="http://jquery-old-browser-warning.googlecode.com/files/jquery.browser-warning.js"&gt;&lt;/script&gt; This script accesses other files on the same project (via ajax). Th...

Are there any inherent benefits or drawbacks to choosing Google Code vs. SourceForge vs. Codeplex?

I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I should just host it myself. Are there any inherent drawbacks or benefits to these three? Is there a "best" place to host a project? Do differe...

white-label collaborative open-source development (e.g. github/sourceforge/google-code in a box) ?

Does anyone have a recommendation for an open-source or paid (either packaged or SaaS) solution for integrating collaborative development features into your own website? Here's more details: We currently host an online plugin gallery for our product. Users can upload and download plugins. But users can't easily collaborate on a plugin'...

How do I set a page as the default wiki page on Google Code?

I have several wiki pages on my project hosted on Google Code. How do I set one of my pages as a "Table of Contents"? I noticed that for some other projects, naming a page as TableOfContents will make it the default page displayed on clicking the "Wiki" tab. This did not work for me. How do I add a "Table of Contents" to my Google Code ...

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

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 no URL i get the same error when i remove a file. what is the reason. i am checking ou...

Can Google Code source changes be shown on my website?

I use GoogleCode for my open source project. I'd really like to have the latest commit messages shown on my website in some sort of feed. Is this possible? Are there any tools out there? ...

Deploy maven generated site on Google Code svn?

Using a google code svn as a basic maven repository is easy. However, using mvn site:deploy efficiently on google code seems hard. So far, I found only these solutions: Deploy to a local file:/// and use a PERL script to delete the old and copy the new. Source: http://www.mail-archive.com/[email protected]/msg107719.html Use wag...

Tracking Google Code Issues

(Other than manually bookmarking and manually keeping track) how do you track issues over various (third party) google code projects? ...

Google code: what kind of license should I use?

Possible Duplicate: Which Google Code license should I use? Hello I would like to store my code on a repository such as Google Code. What kind of license should I use? I don't want to block me. My code may be open source and reused by others but I want to be able to reuse it in any open source project or not, and gainful proj...

Is it possible to somehow migrate from Google Code to Github?

We have a fairly large project, and I've decided that Google Code is not quite living up to expectations. Github looks like a much more suitable platform -- but I feel like there's no escape for us. Is it a case of migrating stuff over manually? We're using svn currently, so I understand that we'll need to move to git somehow - is this g...

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

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

Moving a googlecode project from svn to mercurial. Any tricks?

Hello all, I am maintaining a project on googlecode. I am using svn and I am happy with that. However, a new contributor would like to use Mercurial. I am ok with this this because I think that it is a better choice when working with different people. So I am to the point to migrate my googlecode project from svn to hg. I would like ...

How can I get the changes from a "master" repository?

I create a "server" clone from a project hosted at code.google.com. I create a clone from that repository in my machine and push some changes; everything goes well. Now the master repository has some changes and I want to pull them. How do I get my "server" clone updated with those changes? ...