Please disregard. The problem was that CVS/lily/Root still listed the anoncvs
server.
On Tue, 9 May 2006 08:11, Joe Neeman wrote:
> I'm probably just being retarded with CVS, but:
>
> $ cvs ci
> # only wants to commit the changelog
>
> $ cvs ci lily/bar-engraver.cc lily/beam-engraver.cc
> # wants
I'm probably just being retarded with CVS, but:
$ cvs ci
# only wants to commit the changelog
$ cvs ci lily/bar-engraver.cc lily/beam-engraver.cc
# wants to commit both files
$ cvs ci lily/bar-engraver.cc lily/beam-engraver.cc ChangeLog
# only wants to commit the ChangeLog
I've also tried all c