Re: cvs checkout question

2002-04-28 Thread david
We switched to using CVS from PVCS a few months ago, and so far I like it a lot. However, there is one thing that I can't find any way to do, and would like to know if it is even possible. Can I just check out a single file, rather than the entire module? When I specify a filename with

cvs checkout question

2002-04-27 Thread Ariel . Canright
We switched to using CVS from PVCS a few months ago, and so far I like it a lot. However, there is one thing that I can't find any way to do, and would like to know if it is even possible. Can I just check out a single file, rather than the entire module? When I specify a filename with cvs

Re: cvs checkout question

2002-04-27 Thread Larry Jones
[EMAIL PROTECTED] writes: to know if it is even possible. Can I just check out a single file, rather than the entire module? When I specify a filename with cvs checkout, it says cannot find module 'filename' - ignored. Then you're not specifying the filename correctly -- you have to

checkout question

2000-05-26 Thread Derek Scherger
I have a question about checking out files when other files with the same name already exist. For example: $ ls file1 $ cvs co -l . cvs checkout: Updating cvs checkout: move away file1; it is in the way C file1 U file2 $ ls file1 file2 First, presumably the C means that file1 had a conflict?

RE: checkout question

2000-05-26 Thread Cameron, Steve
[smc] Derek Scherger wrote: [...] $ cvs update cvs update: Updating U file1 $ mv file1.old file1 After which cvs status knows about file1 and considers it modified or up to date depending on what was there in the first place. What about providing an option to