Mailing List Archive

(harmless?) CVS error on SourceForge
Recent commit had an error msg at the end; don't remember enough about CVS
to recall whether it matters; anyone else?

C:\pysrc>cvs commit python/dist/src/PC/example_nt
CVS.EXE commit: Examining python/dist/src/PC/example_nt
Password:
Checking in python/dist/src/PC/example_nt/example.dsp;
/cvsroot/python/python/dist/src/PC/example_nt/example.dsp,v <--
example.dsp
new revision: 1.3; previous revision: 1.2
done
Checking in python/dist/src/PC/example_nt/example.dsw;
/cvsroot/python/python/dist/src/PC/example_nt/example.dsw,v <--
example.dsw
new revision: 1.2; previous revision: 1.1
done
Removing python/dist/src/PC/example_nt/example.mak;
/cvsroot/python/python/dist/src/PC/example_nt/example.mak,v <--
example.mak
new revision: delete; previous revision: 1.3
done
Checking in python/dist/src/PC/example_nt/readme.txt;
/cvsroot/python/python/dist/src/PC/example_nt/readme.txt,v <-- readme.txt
new revision: 1.7; previous revision: 1.6
done
Running syncmail...
Mailing python-checkins@python.org...
...syncmail done.
cvs [diff aborted]: no such tag NONE

C:\pysrc>
Re: (harmless?) CVS error on SourceForge [ In reply to ]
Tim Peters writes:
> Recent commit had an error msg at the end; don't remember enough about CVS
> to recall whether it matters; anyone else?
...
> cvs [diff aborted]: no such tag NONE

This is harmless, and only affects the message sent to
python-checkins. It is generated by the "cvs diff" executed by the
syncmail script.


-Fred

--
Fred L. Drake, Jr. <fdrake at beopen.com>
BeOpen PythonLabs Team Member