There could definitely be a bug where something is not comparing paths properly somehow. If you can give me more help to reproduce the bug that would be a big help. <br><br>To start I think just sending me the logging tool directory (and saying where it was (collects, link?)) would probably help me make progress with the specific thing below. <br>
<br>Robby<br><br>On Saturday, September 17, 2011, Guillaume Marceau &lt;<a href="mailto:gmarceau@gmail.com">gmarceau@gmail.com</a>&gt; wrote:<br>&gt;&gt; Are these files in the collects tree or elsewhere?<br>&gt;<br>&gt; I have separate collects trees for each version.<br>
&gt;<br>&gt; Occasionally, I do get the error in the collect tree for my git repo.<br>&gt;<br>&gt; Earlier today I did,<br>&gt;<br>&gt;  git pull<br>&gt;  &lt;compile src/workspc10&gt;<br>&gt;  ./raco setup -D<br>&gt;  ./DrRacket<br>
&gt;<br>&gt; and received the version error for<br>&gt; collects/planet/private/compiled/resolver.zo, which suggests there<br>&gt; might be a bug in raco.<br>&gt;<br>&gt;<br>&gt;&gt; drracket should be taking care of this for you (unless you turn off the<br>
&gt;&gt; automatic compilation option).<br>&gt;<br>&gt; Sounds like the behavior I see is a bug then.<br>&gt;<br>&gt; Could it be the code that checks whether a directory is a subdirectory<br>&gt; of another breaks under Windows?<br>
&gt;<br>&gt; There is a different bug under Window I meant to report that might be<br>&gt; related. If I set PLTCOLLECTS with forward slashes, a directory<br>&gt; inclusion test somewhere returns #f instead of #t and I get the error:<br>
&gt;<br>&gt;    $ echo $PLTCOLLECTS<br>&gt;    c:\documents\collects;<br>&gt;    $ export PLTCOLLECTS=&#39;c:/documents/collects;&#39;<br>&gt;    $ /c/Program\ Files/Racket-5.1.3/raco setup -l logging-tool<br>&gt;    omitted-paths: given directory path is not in any collection root:<br>
&gt; #&lt;path:c:\documents\collects\= Archive&gt;<br>&gt;<br>&gt; If I use backslashes, the error goes away. DrRacket is not affected.<br>&gt; It boots correctly with either forward or backslashes.<br>&gt;