Alfred M\. Szmidt <[EMAIL PROTECTED]> wrote:

> Syncing between modules like that would be a PITA

Why? When you'd need to get autogenerated files you'd do

  mkdir tmp.$$
  cvs -d :ext:cvs.sv.gnu.org/cvsroot/inetutils co autofiles
  cp -r tmp.$$/* inetutils
  # Or: (tar -C tmp.$$ -cf - .)|(cd inetutils; tar xf -)
  # or whatever equivalent command
  rm -rf tmp.$$

(this could be a script provided with the inetutils module itself)
  
Commiting them back to CVS is also not difficult.
  
> a branch would be better, but still not ideal.

Oh, no! Branches are awful.

> I think just `make dist; upload to
> alpha' would do the trick really, but keeping the CVS directories in
> the tarball.

That's possible too.

Regards,
Sergey


_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to