Questions tagged [google-code]
16 questions
                    
                    3
                    
            votes
                
                1 answer
            
        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 http://morelinq.googlecode.com/svn/trunk/ morelinq-read-only
I'm using…
        
        roman m
        
- 1,079
 
                    3
                    
            votes
                
                2 answers
            
        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 not put binary files in my HG repository, then…
        
        rFactor
        
- 859
 
                    3
                    
            votes
                
                1 answer
            
        QR Codes for Files on Google Code
When you download files from Google Code now (example), in addition to the text version of the SHA1 hash, it includes a QR code of it.
The device that the file was downloaded to is the one that has to hash the file. But, if it can download the file…
        
        Synetech
        
- 69,547
 
                    2
                    
            votes
                
                1 answer
            
        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 prefer googlecode and hg over github and git, so I…
        
        Powerman
        
- 173
 
                    2
                    
            votes
                
                3 answers
            
        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 what? Why we should know it's hash when we download a…
        
        Lai Yu-Hsuan
        
- 155
 
                    2
                    
            votes
                
                0 answers
            
        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 if the problem is something I'm doing wrong, a…
        
        Adam Tuttle
        
- 737
 
                    2
                    
            votes
                
                2 answers
            
        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?
        
        Paul Biggar
        
- 618
 
                    1
                    
            vote
                
                2 answers
            
        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 http://code.google.com/appengine/downloads.html.
  You
       can then run the server…
        
        Léo Léopold Hertz 준영
        
- 5,924
 
                    1
                    
            vote
                
                1 answer
            
        Grab source from Google Code using wget or curl?
Is it possible to grab the source-code from a Google Code repository (hg) using wget or curl?
Else using Python?
Thanks for all suggestions
FYI: I'm on a shared WebFaction host, so can't install hg
        
        A T
        
- 821
 - 1
 - 12
 - 26
 
                    1
                    
            vote
                
                1 answer
            
        svn checkout for 20thingsilearned
I am trying to checkout the code at googlecode for the project 20thingsilearned, however I am getting the same error on Tortoise SVN and cygwin in Windows 7
Error: OPTIONS of   
Error:…
        
        Ravi Gupta
        
- 242
 
                    1
                    
            vote
                
                1 answer
            
        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 repository? We are restructuring the trunk, so I…
        
        person
        
- 223
 
                    1
                    
            vote
                
                1 answer
            
        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 the feed for Google code. I expect it wants XML or…
        
        QueueHammer
        
- 307
 
                    0
                    
            votes
                
                2 answers
            
        Checking out Google Code using Tortoise
Can anyone explain to me how to use Tortoise to obtain this project?
http://code.google.com/p/google-api-java-client/source/browse/youtube-jsonc-sample/?repo=samples
        
        Aelexe
        
- 101
 
                    0
                    
            votes
                
                1 answer
            
        Why google code download page have a QR code?
Possible Duplicate:
QR Codes for Files on Google Code 
When I open a google code download page, there is a QR code at the bottom.
What kind of devices will read this human unreadable QR code?
I cannot figure out why google put a QR code there.
If…
        
        kev
        
- 13,200
 
                    0
                    
            votes
                
                2 answers
            
        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 tried the following:
$ wget --no-parent \
      …
        
        Alex Reynolds
        
- 931