Re: filename only when performing 'cvs diff'

2001-11-11 Thread Larry Jones
tailor writes: I'd like cvs to tell me which files have changed, but not the actual changes. I could do cvs diff .| 'filter for just file names' but I was hoping cvs could do this on its own (something like cvs -fileNameOnly . cvs -n update (Some people like -nq instead.) -Larry Jones

cannot commit: Terminated with fatal signal 11

2001-11-11 Thread King Chung Yu
I'm connecting to my CVS repository through SSH: bash$export CVS_RSH=ssh bash$export CVSROOT=:ext:[EMAIL PROTECTED]:/opt/cvsroot bash$cvs init bash$cvs import . MyCompany MyRelease but have problems commiting a file: bash$cd shadow bash$cvs checkout Main.java bash$vi Main.java