The google-code tag has no wiki summary.
0
votes
1answer
99 views
How to use wget to grab copy of Google Code site documents?
I have a Google Code project which has a lot of wiki'ed documentation. I would like to create a copy of this documentation for offline browsing. I would like to use wget or a similar utility.
I have ...
1
vote
1answer
191 views
how to make automatic git mirror for hg repo
I've Vim plugin project on GoogleCode using Mercurial, but users wants to have it on github to ease use it as git subrepo (to keep their ~/.vim/ on github with all plugins inside).
Personally I ...
0
votes
1answer
66 views
Package Managers for Sourceforge / Google Code? [closed]
I'm a big fan of macports, homebrew, apt-get and even portableapps.com
But many of my favorite apps which are available through Sourceforge or Google Code require manual unzipping, configuring, ...
0
votes
0answers
32 views
Sync Google Code repository to one branch of a local (Mercurial) repo
This may be a very standard task but I just do not know how to Google for it.
I have an Hg repository with many branches. These include e.g. stable and experimental branches. I'd like to put my code ...
1
vote
3answers
163 views
why do we need SHA1 checksum?
In this page I saw the SHA1 checksum.
I know it's a hash algorithm, but I don't know why we need it for download code.
So I clicked "what's this?" but got no any more information.
It's hash, so ...
3
votes
2answers
318 views
How to deal with binary files in Google Code?
How do you deal with binary files in your Google Code Mercurial repository? I have heard something about bfiles extension and such, but I do not know where to begin.
If you are going to say I should ...
0
votes
0answers
88 views
How to add commiter to googlecode.com? [closed]
I already add two commiters to my project as in the following:
Administer->Project members->Project committers
I gave them the generated googlecode.com password but each time the following message ...
1
vote
0answers
367 views
Stuck in infinite loop of authentication when trying to commit changes to google code
I'm attempting to commit to a project hosted on google code that I am not the owner of, but do have commit rights to. I have done so in the past, but with a different client (Subclipse). I'm not sure ...
1
vote
1answer
180 views
SVN Multiple Commands single revision
I want to do something like
svn add dir1 dir2; svn ci dir1 dir2 but have it be only 1 revision. Is there a way to do this?
P.S. Is this the correct way to add new folders (with contents) to the ...
1
vote
1answer
58 views
Visual Studio RSS Subscription not working
I'm trying to set a new RSS feed in Visual Studio. I had changed it from the default to the Silverlight blog and now I'm trying to change it to the Google Code blog. Only thing is that it wont load ...
2
votes
2answers
420 views
How many SVN checkouts of my project on google code?
My project uses Google Code. Is there a way to find out how many checkouts there have been?
1
vote
1answer
2k views
Can't checkout source from Google Code
I'm trying to check out the project source for MoreLINQ
Here's what it says on the site:
Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout ...
1
vote
2answers
78 views
Unable to understand a line in Google CodePreview's README
The README is in Google's codepreview which uses Google-appengine.
To run the app locally (e.g. for
testing), download the Google App
Engine SDK from ...