similar to: [newbie] cvs problem

Displaying 20 results from an estimated 10000 matches similar to: "[newbie] cvs problem"

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
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 . >
2001 Dec 02
1
Newbie: WineX CVS problem
Hi. Kernel: 2.4.2 XFree86: 4.0.3 Matrox G200, mga driver Caldera OL 3.1 Just downloaded WineX from CVS using: $ cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login $ cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co wine When I try to make, I get this error: make[2]: Entering directory `/home/eric/wine/dlls/ddraw' gcc -c -I. -I. -I../../include
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
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:
2000 Oct 11
3
More CVS trouble
Well after a week out for a training course, I'm back to trying to check out the postbeta2_branch. so I do cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2 vorbis and everything is fine. Trying $ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ogg I get... cvs server: Updating ogg cvs server: Updating ogg/doc cvs server: Updating
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
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 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 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
2001 Nov 11
2
Newbie: Getting CVS to work
I downloaded and unpacked the current WINE CVS .tar.bz2 from "Andis Wine Files". Then I go into that directory and do the following: zwei:/home/wine # export CVSROOT=:pserver:cvs@rhlx01.fht-esslingen.de:/home/wine zwei:/home/wine # cvs login (Logging in to cvs@rhlx01.fht-esslingen.de) CVS password: cvs zwei:/home/wine # cvs diff -u dlls/kernel/comm.c cvs [server aborted]: no such
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
2004 Aug 06
7
CVS changes
To all CVS users of ices 0.x: I've just merged the ices-libshout_2 branch onto HEAD. Anyone using that branch should switch back to HEAD to continue to get the latest updates. This also means you now need the latest version of libshout2 from CVS in order to build ices from CVS. libshout2: :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot libshout ices:
2002 Jul 04
2
CVS access
I am no longer able to access CVS: Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot cvs [login aborted]: recv() from server xiph.org: Connection reset by peer I had no problems a few days ago. -- -:-:- David K. Gasaway -:-:- XNS : =David K Gasaway -:-:- Email: dave@gasaway.org -:-:- Web : dave.gasaway.org <p><p>--- >8 ---- List archives:
2003 Feb 10
1
is CVS server up?
Hi. Please, is the CVS server up? I cannot connect it: cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login Thanks. Regards. _______________________________________________________________________ Busca Yahoo! O servi?o de busca mais completo da Internet. O que voc? pensar o Yahoo! encontra. http://br.busca.yahoo.com/
2004 Aug 06
1
Is CVS repository up?
Does anyone know if the CVS repository is on-line? I am getting: NEW CVSROOT: :pserver:anoncvs@xiph.org:/usr/local/cvsroot (password authentication) cvs login (Logging in to anoncvs@xiph.org) cvs [login aborted]: connect to xiph.org:2401 failed: Connection timed out *****CVS exited normally with code 1***** Thanks for any help. JOnathan. __________________________________________________ Do
2004 Aug 06
2
configure: error: xslt-config could not be found
Hi. I just tried to compile icecast2 my self from cvs. 1. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login 2. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast hangs after timing.h: ... U timing/TODO U timing/timing.c U timing/timing.h (pressing Ctrl-C) cvs [checkout aborted]: received interrupt signal I continue anyway... 3a. ./autogen.sh ... checking for working
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
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the build change. I was able to check out the vorbis module, but when I tried to check out the ao module I saw this: [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ao cvs server: Updating ao cvs server: Updating ao/doc cvs server: Updating ao/include cvs
2005 Aug 30
1
Problem with CVS working over Samba
Hello everyone, Currently I'm using Samba as a bridge between my Unix files and my windows XP client and it works just fine. But I'm having a problem with using CVS on my Windows XP client. I don't want to have two separate copies of my source files - one copy on my unix box and another copy on my Windows XP client and use CVS to manage two copies of the same sources in different