How to download sources in zip file from code.google.com ?

Ask other users about problems encountered with portable apps or help by posting solutions to existing problems.
Post Reply
Message
Author
User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

How to download sources in zip file from code.google.com ?

#1 Post by loin2kolpotoru »

Dose anyone know How to download sources in zip file from code.google.com ? Or any other easy way to download sources from code.google.com.

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: How to download sources in zip file from code.google.com

#2 Post by SYSTEM »

The fastest way is to use a client for whatever version control system the project is using. For example, for projects that use Subversion you can use any of these: https://duckduckgo.com/?q=subversion+client. The repository URL is in the "source/checkout" page.

Unfortunately VCS clients are usually non-portable or command-line programs.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: How to download sources in zip file from code.google.com

#3 Post by loin2kolpotoru »

I have tried TortoiseSVN but it fail and gives following error -

Checkout from http://code.google.com/p/bonecode-editb ... e/checkout, revision HEAD, Fully recursive, Externals included
Unable to connect to a repository at URL
'http://code.google.com/p/bonecode-editb ... e/checkout'
Unexpected HTTP status 405 'Method Not Allowed' on
'/p/bonecode-editbone/source/checkout'
Additional errors:
OPTIONS request on '/p/bonecode-editbone/source/checkout' failed: 405 Method
Not Allowed

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: How to download sources in zip file from code.google.com

#4 Post by SYSTEM »

You need to enter the URL in that page. In the case of EditBone, it's http://bonecode-editbone.googlecode.com/svn/ .
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: How to download sources in zip file from code.google.com

#5 Post by loin2kolpotoru »

The above mentioned url is not written in anywhere in http://code.google.com/p/bonecode-editb ... e/checkout , so how to determine the url for other projects?

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: How to download sources in zip file from code.google.com

#6 Post by SYSTEM »

It is written there. I'll quote the relevant part:

Code: Select all

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://bonecode-editbone.googlecode.com/svn/ bonecode-editbone-read-only 
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: How to download sources in zip file from code.google.com

#7 Post by loin2kolpotoru »

It was confusing due to the part "bonecode-editbone-read-only" but now i get it. Thankyou for helping.

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: How to download sources in zip file from code.google.com

#8 Post by SYSTEM »

You're welcome. :)
My YouTube channel | Release date of my 13th playlist: August 24, 2020

Post Reply