Re: List of files changed between 2 tags

2005-05-26 Thread Andy Jones
> > I am trying to get a list of files changed between two tags. I am > > aware of 'cvs diff' command but not interested to see in the output > > the lines that have changed, contextually or not, I just need to see > > _what_ files have changed, period. I have checked all options of 'cvs > > diff'

Re: List of files changed between 2 tags

2005-05-26 Thread mail4newsgroups
Thanks Spiro and Andy for your answers. I was doing a 'cvs diff -s -r <> -r <>' but I thought that there must be something else out there, but I just was not aware of it. The 'cvs -q up -r <>' that Spiro sugested is actually pretty good, never thought about it. Too bad there isn't a command to s

RE: Retrieving dead files from the Attic

2005-05-26 Thread Deborah Comeau \(LCL\)
Hi I am also interested in the best way to retrieve dead files. We have had several files and some directories deleted properly through CVS. We are working only on the head (no branches or tags yet, as it is a new project). I have run a few unix commands to determine which files were removed, (re

Re: intermittent cvs lock messages

2005-05-26 Thread Todd Denniston
Sam Steingold wrote: > > Hi, > I use > "Concurrent Versions System (CVS) 1.11.17 (client/server)" > via SSH on cygwin and linux. > > During CVS commit, I often get this messages: > > Message: [22:06:14] waiting for sds's lock in /cvsroot/clisp/clisp/tests > > [note, "sds" is myself] > > then,

Re: Retrieving dead files from the Attic

2005-05-26 Thread Jim Hyslop
S I wrote: Here's another question I have on the same topic: If a file is removed from CVS properly (by rm, cvs rm, cvs ci), what gets committed to the Attic exactly? Both the file and its sister comapnion file,v or just the latter? The original file is never copied into the repository. When

Re: Retrieving dead files from the Attic

2005-05-26 Thread Todd Denniston
"Deborah Comeau (LCL)" wrote: > > Hi > > I am also interested in the best way to retrieve dead files. We have had > several files and some directories deleted properly through CVS. We are > working only on the head (no branches or tags yet, as it is a new > project). I have run a few unix command

Re: List of files changed between 2 tags

2005-05-26 Thread Larry Jones
[EMAIL PROTECTED] writes: > > I was doing a 'cvs diff -s -r <> -r <>' but I thought that there must > be something else out there, but I just was not aware of it. Have you looked at "cvs patch -s"? -Larry Jones I don't want to be THIS good! -- Calvin __

Re: intermittent cvs lock messages

2005-05-26 Thread Sam Steingold
> * Todd Denniston <[EMAIL PROTECTED]> [2005-05-26 09:43:34 -0500]: > > Sam Steingold wrote: >> >> I use >> "Concurrent Versions System (CVS) 1.11.17 (client/server)" >> via SSH on cygwin and linux. >> >> During CVS commit, I often get this messages: >> >> Message: [22:06:14] waiting for sds's lock

Re: intermittent cvs lock messages

2005-05-26 Thread Larry Jones
Sam Steingold writes: > > I use loginfo to e-mail the commit information to a mailing list: > ALL /cvsroot/sitedocs/CVSROOT/cvstools/syncmail -u -f users.sourceforge.net > %{sVv} [EMAIL PROTECTED] > > syncmail source code: > http://cvs.sourceforge.net/viewcvs.py/*checkout*/cvs-syncmail/syncmai

WinCVS

2005-05-26 Thread PL
Hello,   I have cvs (cvs-1.11.17) installed on redhat AS v4. cvs command is working at local or remote access. I install WinCVS 2.0.0.2 on windows box. When I try WinCVS on windows box, I got hanging without any reply no error. On WinCvs Preferences, Under CVS, I setup use C:\Program Files\GNU\Win

selective write access in CVS

2005-05-26 Thread Mainak Sen
Hi,Can someone help me with the solution to the following problem ?I want to selectively give write access to some subdirectories for some people. How can this be done ?Thanks a lot in advance,Mainak Do You Yahoo!? Yahoo! Small Business - Try our new Resources site!___

Re: selective write access in CVS

2005-05-26 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mainak Sen <[EMAIL PROTECTED]> writes: > Hi, > Can someone help me with the solution to the following problem ? > > I want to selectively give write access to some subdirectories for > some people. How can this be done ? > > Thanks a lot in advance, >

Re: Help needed

2005-05-26 Thread Saurabh Bhandari
We ran into something similar long time back. We traced the problem to case insensitive file naming on windows. "Satishkumar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... Can any one help in fixing this error. please cvs commit -m "MICS Id:104226 \nDescription:add

Re: permissions question

2005-05-26 Thread Saurabh Bhandari
chmod 2775 dirname <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hello all: > > I am managing an unusual situation where we need to have several > developers working on the same directory tree. Essentially I am using > CVS as a logging mechanism, and to track revisions, but the

how to get cvs pserver working with xinetd?

2005-05-26 Thread 王宗涛
I think i did all the needed to set up cvs pserver following the cvs howto in https://ccvs.cvshome.org/fom//cache/124.html, , but it does not work // I do make sure