[M3devel] Another CVS problem: adding a new file
Rodney M. Bates
rodney_bates at lcwb.coop
Sun Apr 14 17:18:15 CEST 2013
Thanks. This appears to have worked.
On 04/12/2013 10:33 AM, Jay K wrote:
> CVS is awful.
> Try this:
> make sure you have "everything" "backed up" esp. m3-defn-complete.pdf
> rm -rf the local directory with m3-defn-complete.pdf (that you backed up)
> cvs upd -dAP to get it back
> if m3-defn-complete.pdf is there
> {
> rm m3-defn-complete.pdf
> cvs delete m3-defn-complete.pdf
> cvs commit m3-defn-complete.pdf
> }
> copy in your new m3-defn-complete.pdf
> cvs add m3-defn-complete.pdf
> cvs commit m3-defn-complete.pdf
>
> - Jay
>
>
>
> > Date: Fri, 12 Apr 2013 10:19:09 -0500
> > From: rodney_bates at lcwb.coop
> > To: m3devel at elegosoft.com
> > Subject: [M3devel] Another CVS problem: adding a new file
> >
> > m3-defn-complete.pdf is derived from m3-defn-complete.tex, but is not in the repository.
> > cvs checkout says:
> >
> > cvs server: cannot find module `m3-defn-complete.pdf' - ignored
> >
> > When I try to add it, cvs add says:
> >
> > cvs add: `m3-defn-complete.pdf' added independently by second party
> >
> > and when I try to commit, cvs says:
> >
> > cvs commit: use `cvs add' to create an entry for `m3-defn-complete.pdf'
> > cvs [commit aborted]: correct above errors first!
> >
More information about the M3devel
mailing list