[plt-scheme] Creating PLT archive from SVN sources

From: Carl Eastlund (cce at ccs.neu.edu)
Date: Sun Jun 11 14:24:33 EDT 2006

On 6/11/06, Eli Barzilay <eli at barzilay.org> wrote:
> On Jun 11, Carl Eastlund wrote:
> > Is there a way to create a .plt file (such as with 'planet
> > --create-archive') from subversion sources, and automatically exclude
> > .svn subdirectories?  As it is, when I create a package to submit to
> > PLaneT I have to duplicate my source directory and strip out the .svn
> > directory manually.  Having either a "--exclude" option or a command
> > to remove those directories after the fact would be easier than
> > copying, modifying, archiving, and deleting.
>
> The default file filter should exclude .svn and CVS directories.  Can
> you try to see if it doesn't do that when you use just mzc?  (If it
> does, then planet might be providing its own filter.)

You know, I may just be assuming that planet doesn't do this
automatically for me.  How do I check what's in a .plt file to see
what's in it, anyway?

-- 
Carl Eastlund
"Cynical, but technically correct."


Posted on the users mailing list.