Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to cvs diff new files?
- X-seq: zsh-workers 17013
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>, "'Zsh hackers list'" <zsh-workers@xxxxxxxxxx>
- Subject: Re: How to cvs diff new files?
- Date: Fri, 19 Apr 2002 08:04:12 +0000
- In-reply-to: <000801c1e76f$3e960610$1fc1f2a3@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000801c1e76f$3e960610$1fc1f2a3@xxxxxxxxxxxxxx>
On Apr 19, 10:55am, Borsenkow Andrej wrote:
} Subject: How to cvs diff new files?
}
} How to diff new files without first committing them? All that I get is
}
} bor@itsrm2% cvs add _chkconfig
} cvs server: nothing known about _chkconfig
If you really got that message from "cvs add", you are running it in the
wrong directory. My guess from this:
} and later cvs up/diff just show
}
} bor@itsrm2% cvs up
} ? Completion/Redhat/Command/_chkconfig
... is that you should run
cvs add Completion/Redhat/Command/_chkconfig
Then, if you have a new enough version of CVS, you should be able to do
cvs diff -N -u
to generate a patch that includes the entire new file. (Older versions
of cvs choke on the -N there.)
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author