similar to: Development news

Displaying 20 results from an estimated 4000 matches similar to: "Development news"

2004 Jun 16
2
[OT] CVS update
Um, I don't remember the exact checkout command line I used, but it was probably something like the instructions on the web page: cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync anyway, how do I update? I tried: [chris@lt2 rsync]$ cvs update -d -P cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401 failed: Connection refused and login gives the same: [chris@lt2
2004 Aug 06
0
install doc v0.00001
I'll add our init script for redhat to it then: note: it does work, but restarting is not always working, due to ports still being open :-( --------------------------------------------------------------------- #!/bin/sh # # description: starts/stops the ices audioencoder # # chkconfig: 345 99 20 # # Source function library. . /etc/rc.d/init.d/functions
2004 Aug 06
0
CVS changes
thanks for the update ; i've finally been able to d/l the latest ices 0.x fr0m cvs . but i'm having difficulties compiling . the builtin libshout doesn't work , and it won't find my latest cvs-snapshot install of libshout . i've tried to get the libshout mentioned in your msg direct from cvs - but i encounter problems ; --
2004 Aug 06
3
Icecast2 documentation
I use the cvs version: cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot login cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout ice2 cd ice2 cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout avl cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout log cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot checkout httpp cvs -d :pserver:anonymous@cvs.icecast.org:/cvsroot
2004 Aug 06
1
install doc v0.00001
hey all, maybe i am dumb but it took me a few hours to work out which cvs was which and where ogg went etc etc...so i am completing some documentation (the icantcode site was down too when i checked last time, is it still alive?) anyway, I am going to make some good documentation for my site soon but heres a skeleton including some snippets from docs online already - appologies in advance for
2004 Aug 06
2
CVS changes || http://www.xiph.org/cvs.html
look on http://www.xiph.org/cvs.html for the right login. b. On Thu, Mar 06, 2003 at 03:14:28AM -0500, Adon Irani wrote: > > thanks for the update ; i've finally been able to d/l the latest ices 0.x > fr0m cvs . > > but i'm having difficulties compiling . the builtin libshout doesn't work > , and it won't find my latest cvs-snapshot install of libshout . >
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
Ooff! I am using ices2. Well that explains it then! I am new to linux and I thank you very much for your help and patience. Please just some clarification. To get cvs version of ices for mp3 streaming compatibilty with Icecast2: cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice login pw:anoncvs cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice -z 9 co ices or cvs -d
2006 Jan 16
1
NUT and mge-utalk update
Hi everybody, Sorry for the eternity it took to solve the UTalk problems, but I've been busy on so many fronts... I've updated the CVS Testing tree, which will soon become 2.0.3 stable release, with mge-utalk 0.87. This release fixes the UTalk problems you have recently faced. If possible, please test it and report back if it work or not with your unit. To do so: 1) Retrieve the source
1997 Oct 25
0
anonymous CVS access to Samba sources
Those of you wishing to follow the Samba source code closely can now get direct read-only access to the Samba source code repository. This means you can see every piece of code we commit to the tree the minute we commit it. I haven't provided this type of access up to now as I couldn't work out how to make it totally safe, so that a malicious user can't gain write access. I've now
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba: #!/usr/bin/ksh echo "\npassword: cvs\n" cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba Are there any other commands I could tack on or something I should do differently to make sure I am getting correct rebuilds? For example, should I tack on at the end: cd
2001 Mar 13
2
Samba 2.2 CVS
Sure thing: cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login <password is cvs > cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co -r SAMBA_2_2 samba this will grab samba_2_2 and place it in a directory lableled samba. leaving out the SAMBA_2_2 grabs HEAD. you can get other modules as follows: SAMBA_2_2 HEAD APPLIANCE_HEAD APPLIANCE_TNG there are others but I haven't tried
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
thnks for the clarfication. I downloaded libshout2 and ices-0.2 from cvs. I compiled libshout with out a problem but when i try and compile ices I get the following error: <p><p>checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no checking shout/shout.h usability... yes checking
2001 Nov 12
3
CVS working now, but why?
I managed to update my CVS tree, but not by the method described on http://www.winehq.com/devstart.shtml, that is export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine cvs login cvs update -PAd but rather by doing this cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine login cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine update -PAd which, if the documentation has anything to say,
2003 Nov 06
1
Can NOT access CVS???
Anyone has problem to access CVS? When I tried to login CVS, got following message: [root@asterisk1 src]# export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot [root@asterisk1 src]# cvs login Logging in to :pserver:anoncvs@cvs.digium.com:2401/usr/cvsroot CVS password: Unknown host cvs.digium.com. Thanks, Kang
2004 May 21
4
Some problems with download Asterisk-addons
Hi! I have some problems with the download of Asterisk-addons. I try to follow instructions that I found in http://www.voip-info.org/tiki-index.php?page=Asterisk%20cdr%20mysql , but nothing to do. This is my shell: [root@obelix root]# cd /usr/src [root@obelix src]# export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot [root@obelix src]# cvs login Logging in to
2005 Nov 28
0
Re: [Bug 3002] problems writting to serial ports on 2005-05-24 release
On 11/25/05, Fernando Chmielewsky <ferchimi@gmail.com> wrote: > sorry I ask you this in this way... > I once tracked a bug in wine using CVS, but now I can't even get to > download the cvs tree, doing exactly the sama I did in the past: > creating ~/.cvspass with the single line > :pserver:cvs@cvs.winehq.com:/home/wine Ah<Z > and ~/cvsrc file containing: > cvs -z
2004 Aug 06
0
Ices-0.2.3
Hello everyone, I am trying to download ices-0.2.3 from cvs but i don't know the correct path for it in the cvs repository. I tried to login into :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot, but then i couldn't do 'cvs -d :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot -z 9 co ices', as i think that this will download ices2 (i used this command before to download ices2) I
2004 Aug 06
5
CVS login failed: Connection Refused
I am trying to login to cvs but the server refuses the connection: # cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login # Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot # CVS password: anoncvs # cvs [login aborted]: connect to xiph.org(140.211.166.134):2401 failed: Connection refused I have tried to log in several times the last 2 days with no success. cvs version:
2004 Aug 06
4
Re [ogg]
I get the following message: configure: error: xslt-config could not be found When I did the cvs it stopped at: U timing/timing.h Should I have waited for a like really long time for something to update during the cvs download? Also I assume: cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast is the icecast2 server? Thanks for your help. Maybe I need something installed
2001 Dec 12
1
running an old build of wine?
I've noticed lots of people posting to this board running ancient versions of wine. Upgrading or replacing wine is easy..but I know some of you are slighty afraid of messing what you got set up already. There are current binaries, rpms, and source here http://www.winehq.com/download.shtml I recommend getting the CVS snapshot rpm (the one on top) or to just use cvs to get the source