Re: [Rd] Add .git to SCM excludes for build and INSTALL scripts

2006-07-11 Thread Seth Falcon
Martin Maechler <[EMAIL PROTECTED]> writes: > I've committed the changes > (BTW: for some reason your patch did not cleanly apply to > build.in). Thanks! Sorry about the bad patch, not sure what happened; next time around I will try harder to send something usable. Best, + seth ___

Re: [Rd] Add .git to SCM excludes for build and INSTALL scripts

2006-07-11 Thread Martin Maechler
Thank you Seth, I've committed the changes (BTW: for some reason your patch did not cleanly apply to build.in). Regards, Martin > "Seth" == Seth Falcon <[EMAIL PROTECTED]> > on Mon, 10 Jul 2006 12:02:32 -0700 writes: Seth> Git is a source code management system like CVS, svn, ar

[Rd] Add .git to SCM excludes for build and INSTALL scripts

2006-07-10 Thread Seth Falcon
Git is a source code management system like CVS, svn, arch, and others. It would be nice to add exclude support to R CMD build and INSTALL so that the .git subdir of an R package is handled appropriately. Here is a possible patch: diff --git a/src/scripts/INSTALL.in b/src/scripts/INSTALL.in in