aMule Forum

English => aMule Help => Topic started by: deltaHF on January 05, 2004, 10:11:00 AM

Title: alternate anon cvs !!
Post by: deltaHF on January 05, 2004, 10:11:00 AM
i added today night the current cvs to berlios cos sf doesn't synch anon cvs since .. dunno.. ;)

cvs -d:pserver:anonymous@cvs.amule.berlios.de:/cvsroot/amule login

cvs -z3 -d:pserver:anonymous@cvs.amule.berlios.de:/cvsroot/amule co amule-cvs

cd amule-cvs

cvs update -P

./autogen.sh && ./configure && make


dl the tarball -> http://cvs.berlios.de/cgi-bin/viewcvs.cgi/amule/amule-cvs/amule-cvs.tar.gz?tarball=1

its synched with our current cvs (from today morning) and i'll try to keep it up-to-date as i can

the completing file bug is fixed too

greets
delta
Title: Re: alternate anon cvs !!
Post by: deltaHF on January 05, 2004, 10:48:51 PM
[edit]: synched with current dev cvs [08.01.04 - 8:20am]
Title: Re: alternate anon cvs !!
Post by: emperor on January 06, 2004, 09:29:17 PM
Um just asking..but as far as i know you do not open shell files with ./ but with sh. At least that's the case for me.
So, shouldn't it be sh autogen.sh then?
Title: Re: alternate anon cvs !!
Post by: thepolish on January 06, 2004, 10:03:18 PM
hello, not necessary when files begin by #!bin/sh (as autogen) and in 755

the polish
Title: Re: alternate anon cvs !!
Post by: emperor on January 06, 2004, 10:11:51 PM
really? I tried ./ but it didn't work (as expected). Sh did work. Well maybe i just lack all that development stuff you guys have...
Title: Re: alternate anon cvs !!
Post by: Kry on January 07, 2004, 02:46:06 PM
I always use ./