similar to: How do I get the cvs?

Displaying 20 results from an estimated 9000 matches similar to: "How do I get the cvs?"

2006 Nov 11
1
Lartc documentation version?
Hi guys, I''m just lurking and learning. Went to the lartc web page to read the howto. The page says the current version is 1.0.0 but in the pdf, on page 2 it says "Revision: 1.43" - Which is it? Also, the instructions for cvs checkout gives me this: Logging in to :pserver:anon@outpost.ds9a.nl:2401/var/cvsroot CVS password: cvs [login aborted]: connect to
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
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
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
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:
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
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
2002 Apr 08
1
xiph cvs
I'm having trouble connecting to the xiph cvs: >>>>> Script started on Mon Apr 8 21:33:25 2002 [dave@localhost ~/cvs]$ cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot CVS password: cvs [login aborted]: recv() from server xiph.org: Connection reset by peer [dave@localhost ~/cvs]$ ^D Script done on Mon
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:
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
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 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,
2007 Aug 20
1
can't login to remote cvs server
Hi Everyone, I have, for the first time, installed and minimally configured a cvs server on a CentOS 5 box. I followed a "how to" to do the initial configuration, so I'm sure I haven't done anything wrond (according to the "how to", anyway). But, I keep getting this error: $ CVSROOT=:pserver:ksandhu at kermit:/var/cvs/asterisk $ cvs login Logging in to
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
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
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
2
Why can't I login to cvs?
Using the following command cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login and anoncvs as the password, I get the following response cvs [login aborted]: connect to xiph.org(198.136.36.245):2401 failed: Connection refused can anyone clue me in? D Sledge __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
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
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
2004 Jun 24
3
[LLVMdev] Using -noexternals option of NightlyTest.pl
> Can you verify that you have an $HOME/pkg/build/llvm/night/build/llvm dir? After providing :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm at CVSROOT this problem disappear. But have personal problem: I must have now 2 copy LLVM sources 1) to plain build llvm 2) to nighttester run Can I use llvm builded in nighttest/build directory to install plain llvm? Vladimir