Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
88 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
0answers
32 views

How do I change my username for Google Code without creating a profile? [migrated]

At the moment Google Code displays my username as a not-very-well-obscured version of my email address. This setting can be changed at https://code.google.com/hosting/settings - it can be switched to ...
0
votes
1answer
52 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
21 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
118 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
233 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
75 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
308 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
148 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
53 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
366 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
1k 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 ...