wget on gnu.org: error on Development page

2007-07-07 Thread Tony Lewis
On http://www.gnu.org/software/wget/wgetdev.html, step 1 of the summary is:

1.  Change to the topmost GNU Wget directory:
%  cd wget 

But you need to cd to either wget/trunk or the appropriate version
subdirectory of wget/branches.



Re: wget on gnu.org: error on Development page

2007-07-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Tony Lewis wrote:
 On http://www.gnu.org/software/wget/wgetdev.html, step 1 of the summary is:
 
1. Change to the topmost GNU Wget directory:
   %  cd wget
 
 But you need to cd to either wget/trunk or the appropriate version
 subdirectory of wget/branches.

Actually, the wget directory is the trunk in that example, since it was
checked out with

$ svn co svn://addictivecode.org/wget/trunk wget

But thank you for checking that page over for problems; let me know if
you find anything else.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGj9jR7M8hyUobTrERCJoFAJ9py4pjBqDRMimQr82xpW8Bxfx3DQCggGfH
AIzZTFL8r7vLVULww84beSI=
=OPyZ
-END PGP SIGNATURE-


Re: wget on gnu.org: error on Development page

2007-07-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Tony Lewis wrote:
 Micah Cowen wrote:
 
 Actually, the wget directory is the trunk in that example, since it was
 checked out with

 $ svn co svn://addictivecode.org/wget/trunk wget
 
 Checking out the code using trunk is only one of three examples. I used
 the third example, checking out the entire source code repository. (Don't
 ask me why I thought I might need it.)
 
 If it had read:
 
 Change to the topmost GNU Wget directory in the branch you want to build;
 for example:
 %  cd wget
 
 then I wouldn't have submitted the comment. I suspect most people who get to
 the point of checking out code can figure it out, but...

Fair point. I'll adjust accordingly.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGkAVK7M8hyUobTrERCP6YAJ9d6ABIftbxV8TnZk5Q/Yu5z/RqjwCfS/3q
4Z9yOMUmvJPiBg0wUtqmurE=
=uNVz
-END PGP SIGNATURE-


Re: wget on gnu.org: error on Development page

2007-07-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Micah Cowan wrote:
 Tony Lewis wrote:
 Micah Cowen wrote:
 
 Actually, the wget directory is the trunk in that example, since it was
 checked out with

 $ svn co svn://addictivecode.org/wget/trunk wget
 Checking out the code using trunk is only one of three examples. I used
 the third example, checking out the entire source code repository. (Don't
 ask me why I thought I might need it.)
 
 If it had read:
 
 Change to the topmost GNU Wget directory in the branch you want to build;
 for example:
 %  cd wget
 
 then I wouldn't have submitted the comment. I suspect most people who get to
 the point of checking out code can figure it out, but...
 
 Fair point. I'll adjust accordingly.

Done. Lemme know if that works for you.
- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGkDe87M8hyUobTrERCJ6vAJwK3UVnVmmpKzjkeEwPBYBumowygwCgiic9
aXIZ8upGU7Ru1fnJlmjoKqU=
=ep82
-END PGP SIGNATURE-


RE: wget on gnu.org: error on Development page

2007-07-07 Thread Tony Lewis
Micah Cowan wrote:

 Done. Lemme know if that works for you.

Looks good