Results 1 to 3 of 3
I have difficulties in getting the option right for wget to download
directories from SourceForge.net Repository - [aufs] Index of /aufs
Anyone could advise on this. Thanks.
actually i am ...
- 10-28-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
wget to download a directory
I have difficulties in getting the option right for wget to download
directories from SourceForge.net Repository - [aufs] Index of /aufs
Anyone could advise on this. Thanks.
actually i am looking for a tarball for aufs module but couldn't find. so i think i need to download all the associated directories and files in the above mentioned URL before i could install the aufs module.
I key in the following code.
.Code:wget -i files_aufs -c -B http://aufs.cvs.sourceforge.net/viewvc/aufs/aufs
It only fetch a index.html file! The files_aufs has the entry of "fs" and "include" which suppose to tell wget to get the "fs" and "include" directories from the URL.
Appreciate anyone could shed some light on this.
Thanks a lot.
- 10-28-2008 #2
You need to use the cvs command for this. It actually gives the instruction for downloading it on this page:
SourceForge.net: CVS
There are instructions right in the repository on how to do this. Check out the Download section of this file
SourceForge.net Repository - [aufs] View of /aufs/README
Of course you need to install cvs first, unless it is already installed. Then follow the instructions, first create a directory to put the files in.
Enter the folder:Code:mkdir aufs.wcvs
Now log into the CVS server. When it asks for the password, just hit <enter>:Code:cd aufs.wcvs
Now enter this command to download the sources:Code:cvs -d:pserver:anonymous@aufs.cvs.sourceforge.net:/cvsroot/aufs login
That should do it.Code:cvs -z3 -d:pserver:anonymous@aufs.cvs.sourceforge.net:/cvsroot/aufs co aufs
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 10-30-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
Thanks Paul.
Yup.. managed to do it. Appreciate your help.


Reply With Quote
