Re: Pb with module deletion

2000-08-18 Thread Joerg Beyer
On Fri, Aug 18, 2000 at 01:10:51AM +0200, Julien wrote: when I use the "cvs [EMAIL PROTECTED]:/cvsroot/myrepository co .", The server send me the emptied directories I just talk about previously. Sure I can make a "cvs update -P" to get rid off this dirs. By the way, although it is clear for

CVSROOT folder and files under projects missing!!!

2000-08-18 Thread Veronica Lee
Hello, I'd appreciate any help on the two catastrophe occurred since we started implement CVS 1.10 in UNIX and WinCVS 1.12b in our group: 1) After we moved the repository over, some files are missing. At a closer look, these files were not missing. Instead, these files were changed from, e.g.

Getting differences between two labelled versions

2000-08-18 Thread John Scott
I have a cvs repository containing code which is labelled every time we do a build. Once we were ready to make build 24 we did "cvs tag bld-1-0-24" and after modifications and releasing build 25 we did "cvs tag bld-1-0-25" (1-0 is version 1.0). Thus we have all the source code in a module tagged

Re: WinCVS In the way Update Problem

2000-08-18 Thread Michael S. Tsirkin
Hello! I have seen a similiar problem. I was unable to trace it to the source. MST Quoting r. David L. Martin ([EMAIL PROTECTED]) "WinCVS "In the way" Update Problem": Greetings, I'm using WinCVS 1.1b13 on NT in pserver mode against a Solaris 2.6 server running cvs 1.10.8. I have a

cvs init: cannot exec ci: No such file or directory

2000-08-18 Thread Jim TheVoice
I use CVS 1.9 on a Sun e450 with Solaris 8 and when I use this command, I got an error... # CVSROOT=/src/cvs # export CVSROOT # cvs -d $CVSROOT init cvs init: cannot exec ci: No such file or directory cvs [init aborted]: failed to check in /src/cvs/CVSROOT/loginfo What I'm doing wrong?

Re: Pb with module deletion

2000-08-18 Thread Fredrik Liljegren
Julien [EMAIL PROTECTED] writes: when I use the "cvs [EMAIL PROTECTED]:/cvsroot/myrepository co .", The server send me the emptied directories I just talk about previously. Sure I can make a "cvs update -P" to get rid off this dirs. Use the "-P" flag with the co, like in "cvs co -P .".

Re: WinCVS In the way Update Problem

2000-08-18 Thread Alexandre Parenteau
Hi, I have seen a similiar problem. I was unable to trace it to the source. Yes, I did too. It happens with cvs if you mess-up somehow the administrative files (CVS/Root, CVS/Repository). If you make a check-out of the same module but with a different CVSROOT for example. I'm not completly

newbie problem

2000-08-18 Thread Donna Kline
I have a newbie problem, if someone could help, I would appreciate it. I am trying to make the INSTALL of cvs-1.10. I get the ./configure going just fine. The make runs fine for a while. Then it can't fine krb5.h. The comment above the line that needs this file says that CVS is using MIT

List the available tags and branches?

2000-08-18 Thread Dennis Jones
Does anyone know of a way to get a list of the current tags and branches in the respository (along with the dates in which they were created if possible)? Thanks, - Dennis

RE: how to do nested checkouts similar to tracking third party source s

2000-08-18 Thread Neulinger, Nathan R.
Hmmm... Looks like it was an issue with the 1.10 version that was installed on that particular machine. Upgrading to a more recent one seems to have corrected the problem. -- Nathan -Original Message- From: Mike Castle [mailto:[EMAIL PROTECTED]] Sent: Friday, August 18, 2000 11:31 AM

FW: modules within modules

2000-08-18 Thread Stone, Rick
Title: FW: modules within modules it introduces another problem. If App1Project is checkedout it'll create the following directories. App1Project App1Project\App1 App1Project\Dll1 App1Project\Dll2 I'm no expert (sorry about the being backwards earlier), so you'll have to

Re: CVSROOT folder and files under projects missing!!!

2000-08-18 Thread Eric Siegerman
On Fri, Aug 18, 2000 at 02:04:43AM -0700, Veronica Lee wrote: 1) After we moved the repository over, some files are missing. At a closer look, these files were not missing. Instead, these files were changed from, e.g. CommunicationsManager.java,v to CommunicationsManager.java,v0100444.

Re: cvs init: cannot exec ci: No such file or directory

2000-08-18 Thread Eric Siegerman
On Fri, Aug 18, 2000 at 10:28:21AM -0400, Jim TheVoice wrote: I use CVS 1.9 on a Sun e450 with Solaris 8 and when I use this command, I got an error... [...] cvs init: cannot exec ci: No such file or directory cvs [init aborted]: failed to check in /src/cvs/CVSROOT/loginfo CVS can't

cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-18 Thread Jimmy Lavoie
This is the line I add in /etc/services : cvspserver 2401/tcp This is the line I add in /etc/inetd.conf cvspserver stream tcp nowait root /usr/bin/cvs \ cvs -f --allow-root=/src/cvs pserver This is my CVSROOT variable : $CVSROOT = /src/cvs Theses lines are from /etc/shadow

RE: cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-18 Thread Guus Leeuw
-Original Message- From: Jimmy Lavoie [mailto:[EMAIL PROTECTED]] What is wrong with that? Which CVS Version? Guus

RE: cvs [login aborted]: unrecognized auth response from 10.5.0.30

2000-08-18 Thread Guus Leeuw
-Original Message- From: Jimmy Lavoie [mailto:[EMAIL PROTECTED]] This is the line I add in /etc/inetd.conf cvspserver stream tcp nowait root /usr/bin/cvs \ cvs -f --allow-root=/src/cvs pserver Hmmm :) Should have spotted that earlier. Remove the \ and join both lines

RE: modules within modules

2000-08-18 Thread Jerry Nairn
From: Stone, Rick [mailto:[EMAIL PROTECTED]] Sent: Friday, August 18, 2000 11:33 AM Regarding this, what you might really want is a step in your App1 build procedure that will perform the cvs commands to get the DLL projects and build the necessary DLLs. Assuming that you are using some

RE: modules within modules

2000-08-18 Thread Jerry Nairn
From: James Driscoll [mailto:[EMAIL PROTECTED]] Sent: Friday, August 18, 2000 9:13 AM although adding the following to the modules file sorts a grouping problem out App1 App1 App2 App2 Dll1 Dll1 Dll2 Dll2 Dll3 Dll3 App1Project App1 Dll1 Dll2 App2Project App2 Dll1 Dll3 []

why is CVS currently unavailable for Solaris?

2000-08-18 Thread smjpov
Hi, I went to the cvshome.org web site hoping to download CVS or Solaris 2.6 and instead of a link all it had was that this version is currently unavailable. What's up with that? Is there another site I can download it from? TIA, Steve

RE: why is CVS currently unavailable for Solaris?

2000-08-18 Thread Guus Leeuw
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] I went to the cvshome.org web site hoping to download CVS or Solaris 2.6 and instead of a link all it had was that this version is currently unavailable. What's up with that? Is there another site I can