The google-code-hosting tag has no wiki summary.
0
votes
1answer
36 views
How to migrate to just 1 or 2 hg + svn repository hosts?
I use svn + hg. Should I merge to just one or 2 repository hosts? Is there disadvantage in merging to just one or 2 repository hosts? I used hg (bitbucket, googlecode) and svn (xp-dev.com and ...
1
vote
0answers
26 views
How to keep description of google code project under version control?
Google hosting keeps wiki pages under version control.
How to keep description of google code project under version control?
'Description of google code project' supports wiki syntax and rendered to ...
1
vote
2answers
1k views
git init failed, what's wrong?
this issue is not same as Bad git config file .git/config, since i failed when using git init... seems there is nothing wrong with /home/mirror/.gitconfig
[mirror@home php]$ git init
error: Malformed ...
2
votes
1answer
358 views
Delete project on Google Code Hosting and make it a commercial project
I have a project hosted on Google Code Hosting server, and I would like to delete it in order to change it into a commercial project to sell.
Is possible?
2
votes
2answers
114 views
Maven project uploads to Google Code 'Downloads' tab
Note: I am not asking how to use Google Code's SVN repo as a Maven repo :-)
I'm looking for the simplest / most reliable way to automate uploading the built artifacts of a Maven project to a Google ...
1
vote
1answer
487 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
347 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 ...
1
vote
1answer
426 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 ...
2
votes
1answer
277 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 ...
3
votes
1answer
2k 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
310 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 ...
0
votes
0answers
204 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
103 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 ...
2
votes
1answer
117 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 ...
7
votes
2answers
2k views
Google Code Hosting vs Sourceforge [closed]
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?
11
votes
2answers
1k 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
525 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 ...
1
vote
2answers
136 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 ...
5
votes
2answers
2k 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 ...
1
vote
3answers
404 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 ...
3
votes
3answers
236 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 ...
