[plt-scheme] testing scrbl work-in-progress in local svn area
On Feb 9, Geoffrey S. Knauth wrote:
> On Feb 9, 2008, at 21:57, Yavuz Arkun wrote:
> > Wouldn't executing ./setup-plt in the svn directory run the svn
> > version? Assuming setup-plt runs relative to its installation
> > directory, that should take the PATH out of equation. [...] Maybe
> > temporarily reexporting PATH with the path-to-svn might be an option.
>
> Problem is, I don't really have a setup-plt in the svn tree. I do
> have a setup-plt directory, though:
>
> $ pwd
> /Users/gknauth/test/plt/plt
> $ ls
> collects/ doc/ man/ src/
> $ find . -name setup-plt -ls
> 24171541 0 drwxr-xr-x 4 gknauth staff 136 Jan 30 05:19 ./collects/
> scribblings/setup-plt
> $ ls ./collects/scribblings/setup-plt
> setup-plt.scrbl
Looks like you don't have a complete svn tree -- or perhaps this is
your own svn repository? If it's the latter, then you can run
setup-plt with PLTCOLLECTS pointing at your own directory, for example
PLTCOLLECTS=":/Users/gknauth/test/plt/collects" setup-plt
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!