Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
901 views

Choosing a Mercurial hosting

I'm looking for a Mercurial hosting which is free. (I'm only a student right now.) And it seems like it boils down to Bitbucket or Project Hosting on Google Code. (Other suggestions are welcome.) So, ...
5
votes
1answer
389 views

Google Code: Force comment on commit

I just started using Google code hosting and am a beginner at working with Subversion. I was wondering if there is a way to enforce a rule that no commits can be made without comments. I was ...
5
votes
2answers
1k 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-generated password ...
4
votes
2answers
1k views

Google Code Hosting vs Sourceforge

From your experience what is better SF.net or Google code? To publish open source code? What is indexing faster in the search engine so it has more exposure?
2
votes
1answer
339 views

EGit + Google Code Hosting

I'd like to make a Git repo on code.google.com/hosting instead of github. Currently I'm having problem setting this up. I find SVN + Google Hosting easy to start: Make a new repo, make a new project ...
2
votes
2answers
109 views

How to get Googlecode SVN statistics

I have a google code repository and I would like to find some statistics, things like number of lines of code, number of commits etc. I see that there is something called StatSVN but this requires ...
2
votes
1answer
92 views

Number of Mercurial repositories per project on Google Code

I'm not sure whether it belongs to Stack Overflow, however it's definitely programming-related. I have the following question: what is the limit on the number of user repositories per project that are ...
2
votes
3answers
207 views

Is there a wiki like that on Google Code Hosting that commits every change in the subversion repository?

I used the wiki in a project hosted at Google Code. With this wiki all the changes you make with the web interface are committed in the subversion repository of the project. For example, if you ...
1
vote
1answer
87 views

Checkout project from Google code using Ant error

<typedef resource="org/tigris/subversion/svnant/svnantlib.xml" /> ... <target name="main" depends="clean"> <svn javahl='false' > <checkout ...
1
vote
1answer
74 views

add referenced libraries to svn

I am using google code project svn server and when I check out project all referenced libraries are gone. Is there a way to check out the libraries also? edit: To make the question clearer, I can't ...
1
vote
2answers
95 views

Best way to read/edit/add to the googlecode wiki offline

I finally after too much of pondering started my project on googlecode. One of the best features I liked about googlecode was the revision control for wiki, where I can add/edit the wiki pages locally ...
1
vote
2answers
245 views

How to partially export a git repository?

My company uses git internally and we publish some of our work as an open source on Google Code which uses svn. (Should it support git, the problem would be probably the same.) The problem is that we ...
0
votes
1answer
33 views

GoogleCode: can I host css an js files for my site for free on google code hosting?

I saw on jQuery UI site such line in source code: <script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/jquery.bgiframe-2.1.2.js" type="text/javascript"></script> Looks ...
0
votes
1answer
75 views

Hide (source) file on code.google.com

we work on a project hosted on code.google.com with several friends. It's opensource so all the source files are available for general public. However, I'd like to contribute some files (mainly for ...
0
votes
0answers
88 views

where i can find statistics on projects hosted in google code [closed]

hi where can i find statistics on projects that must downloaded in Google code ? without browsing each project ?
0
votes
2answers
59 views

Providing Help Contents with Java Program

What is the best practice for providing "Help Contents" in a Java Application. Should I use ".CHM" files, do Linux operating systems have built-in support for ".CHM" files? I was thinking of how I was ...