Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sat, Mar 27, 2004 at 02:01:27PM +0100, Alfredo Braunstein wrote: >> Angus Leeming wrote: >> >> > void InsetFormulaMacro::write(Buffer const &, ostream & os) const >> > { >> > os << "FormulaMacro "; >> > WriteStream wi(os, false, false); >> > tmpl()->write(wi); >> > } >> > >> >> No idea but I've just commited an obvious fix (add the declaration). > | Thanks. > | Problem is, I seem to be able to update or even commit single files but | not a bunch of them. So there seems to be no way to make sure easily | that all changes of a patch are committed....
You can perhaps setup a rsync scheme? - checkout the cvs tree on aussie. - rsync this co to your local box. - edit there - rsync back to aussie - run cvs commands (add/commit/etc) on aussie. Would that help? -- Lgb