This is running on debian install on amd64 recently updated to testing repo.
You need to use the actual versions of auction.c and history.c from the CVS: esniper.cvs.sourceforge.net/viewvc/esniper/
The latest history.c is currently only attached the bug #737
Do you mean my report is incomplete, or I should chang emy installation?
Figured you menat update my install and done and it's going again, thanks,
Could anyone please explain me how to update my esniper.
cvs -z3 -d:pserver:anonymous@esniper.cvs.sourceforge.net/viewvc/esniper co -P esniper …doesnt work -->/viewvc/esniper: no such repository
Thank you
Ok i think i found the solution it in #727 You can also use wget to get the latest files: cd <your esniper="" source="" dir=""> wget -q http://esniper.cvs.sourceforge.net/viewvc/esniper/esniper/auction.c?revision=1.141 -O auction.c</your>
Thank you for the snippet @hpgo
edit: actually, you will want
wget -q http://esniper.cvs.sourceforge.net/viewvc/esniper/esniper/history.c?revision=1.36 -O history.c wget -q http://esniper.cvs.sourceforge.net/viewvc/esniper/esniper/auction.c?revision=1.142 -O auction.c
cvs -z3 -d:pserver:anonymous@esniper.cvs.sourceforge.net:/cvsroot/esniper co -P esniper
worked well for me.
I think this bugfix is worth a new release :-)
Log in to post a comment.
This is running on debian install on amd64 recently updated to testing repo.
You need to use the actual versions of auction.c and history.c from the CVS:
esniper.cvs.sourceforge.net/viewvc/esniper/
The latest history.c is currently only attached the bug #737
Last edit: Michael S. 2017-11-05
Do you mean my report is incomplete, or I should chang emy installation?
Figured you menat update my install and done and it's going again, thanks,
Could anyone please explain me how to update my esniper.
cvs -z3 -d:pserver:anonymous@esniper.cvs.sourceforge.net/viewvc/esniper co -P esniper
…doesnt work -->/viewvc/esniper: no such repository
Thank you
Ok i think i found the solution it in #727
You can also use wget to get the latest files:
cd <your esniper="" source="" dir="">
wget -q http://esniper.cvs.sourceforge.net/viewvc/esniper/esniper/auction.c?revision=1.141 -O auction.c</your>
Last edit: hpgo 2017-11-09
Thank you for the snippet @hpgo
edit: actually, you will want
wget -q http://esniper.cvs.sourceforge.net/viewvc/esniper/esniper/history.c?revision=1.36 -O history.c
wget -q http://esniper.cvs.sourceforge.net/viewvc/esniper/esniper/auction.c?revision=1.142 -O auction.c
Last edit: Rahul Vaidya 2017-12-02
cvs -z3 -d:pserver:anonymous@esniper.cvs.sourceforge.net:/cvsroot/esniper co -P esniper
worked well for me.
I think this bugfix is worth a new release :-)