Cannot checkout Audacity Sources

Building and customizing Audacity from the source code.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
pgathogo
Posts: 4
Joined: Mon Apr 14, 2008 6:36 am
Operating System: Please select

Cannot checkout Audacity Sources

Post by pgathogo » Thu Oct 24, 2013 4:30 am

Team,

Am unable to checkout sources from the link that you provided. I have tried both in linux (Ubuntu 11.10) and Windows (Vista)

On Linux am using SVN 1.6.12 and on windows am using SVN version 1.6.4.
Every time i try to run this command

svn checkout http://audacity.googlecode.com/svn/auda ... city_2_0_3 audacity-read-only

I get this error:
svn: OPTIONS of '//audacity.googlecode.com/svn/audacity-src/trunk': 200 OK (http://audacity.googlecode.com)
then nothing get pulled.

Digging around, i found this is a problem with SVN on how it is reporting some internal error, dead end, read the link below.
http://mail-archives.apache.org/mod_mbo ... ail.com%3E

I was able too grab the tar file for linux, complied it as per your instructions and all went well on that environment.

My biggest challenge is on windows, and this is where i want to use Audacity with my other project.

Question:
Is it possible i can get audacity window sources as a zip/compressed file? this might save me from the issue am facing with SVN

NB:
I have already downloaded and compiled the wxWidgets 2.8.12 on Visual Studio 2008 Express Edition.

Regards
pgathogo

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Cannot checkout Audacity Sources

Post by Gale Andrews » Thu Oct 24, 2013 6:27 am

Hello Paul,

There may have been some Google downtime previously, however the correct command if you are using standalone SVN would be:

* 2.0.5 Release:

Code: Select all

svn checkout http://audacity.googlecode.com/svn/audacity-src/tags/Audacity_2_0_5 audacity-read-only
There must be a space between "2_0_5" and "audacity-read-only" and the above is all on one line (there wasn't a space in your e-mail to [email protected]).

* latest code (post-2.0.5 release):

Code: Select all

svn checkout http://audacity.googlecode.com/svn/audacity-src/trunk/ audacity-read-only 
Generally it's much easier to handle SVN on Windows using TortoiseSVN:
http://tortoisesvn.net/ .

TortoiseSVN gives you Explorer integration. You could then right-click over a new folder > SVN Checkout... then enter the following as the "URL of repository":
https://audacity.googlecode.com/svn/audacity-src/trunk/ .


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

pgathogo
Posts: 4
Joined: Mon Apr 14, 2008 6:36 am
Operating System: Please select

Re: Cannot checkout Audacity Sources

Post by pgathogo » Thu Oct 24, 2013 7:50 am

Thanks Gale,

But am still experiencing the same problem.

Paul

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Cannot checkout Audacity Sources

Post by Gale Andrews » Thu Oct 24, 2013 6:37 pm

pgathogo wrote:still experiencing the same problem.
There is no reason you should be having that problem. I can create a new folder at will and checkout in TortoiseSVN.

I suggest you check your internet connection, make sure security programs and firewall are not blocking checkout and so on.

Do you need standalone SVN for some reason? I would get rid of it and use TortoiseSVN.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

pgathogo
Posts: 4
Joined: Mon Apr 14, 2008 6:36 am
Operating System: Please select

Re: Cannot checkout Audacity Sources

Post by pgathogo » Fri Oct 25, 2013 7:14 am

Gale,

Silly me, had a wrong proxy setup. Sorry.

Thanks

Paul

Post Reply