[plt-scheme] Creating PLT archive from SVN sources
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.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!