aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: alternate anon cvs !!  (Read 3627 times)

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
alternate anon cvs !!
« 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

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: alternate anon cvs !!
« Reply #1 on: January 05, 2004, 10:48:51 PM »

[edit]: synched with current dev cvs [08.01.04 - 8:20am]

emperor

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 77
Re: alternate anon cvs !!
« Reply #2 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?
Logged

thepolish

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 896
Re: alternate anon cvs !!
« Reply #3 on: January 06, 2004, 10:03:18 PM »

hello, not necessary when files begin by #!bin/sh (as autogen) and in 755

the polish
Logged
Only after the last tree has been cut down
Only after the last river has been poisoned
Only after the last fish has been caught
Only then you will find out that money cannot be eaten
(Cree Prophecy)

emperor

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 77
Re: alternate anon cvs !!
« Reply #4 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...
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: alternate anon cvs !!
« Reply #5 on: January 07, 2004, 02:46:06 PM »

I always use ./
Logged