<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I found this old documentation when I worked on the JavaFX project, maybe this helps:<div><br></div><div><h3><a name="tortoisehg">TortoiseHG (Windows)</a></h3>
            <blockquote>
                Get the
                <a href="http://bitbucket.org/tortoisehg/stable/wiki/download">TortoiseHG Download</a>
                bundle and install it. It install into the directory:
                <blockquote>
                    <tt>"C:/Program Files/TortoiseHG/"</tt>.
                </blockquote><p>
                    After installing it:
                </p><ol>
                    <li>
                        Edit the file <tt>"C:/Program Files/TortoiseHG/Mercurial.ini"</tt>
                        and make sure the ssh command used is from CYGWIN and not Plink.
                        Unless of course you want to use Plink, it's up to you.
                    </li>
                    <li>
                        Prepend <tt>"C:/Program Files/TortoiseHG/"</tt> to your <tt>PATH</tt>,
                        make sure it is before <tt>/usr/bin</tt>, so that running
                        <tt>hg version</tt> tells you it is TortoiseHG.
                    </li>
                </ol>
            </blockquote>

            
            <h3><a name="mercurialtips">Mercurial Tips</a></h3>
            <blockquote>
                <ul>
                    <li>
                        On Windows, the default CYGWIN <tt>hg</tt> will not work on
                        some of the repositories, so
                        you can downgrade the CYGWIN <tt>hg</tt>
                        version to 1.0.2 or switch to use the
                        <a href="file:///Users/ohair/Downloads/README-builds-1.html#tortoisehg">TortoiseHG</a>
                        build of Mercurial, which is a 1.3.1 or newer version.
                        The problem centers around the Windows limits to
                        full pathnames.
                        Mercurial <tt>.hg/</tt> files
                        can end up with much longer filenames than
                        the file they represent in the working set, or the files
                        you edit. The most recent releases of Mercurial have
                        optimized these path lengths, but versions like 1.1
                        had made the problem worse, resulting in some of our
                        repositories not cloning. Version 1.0.2 was ok,
                        but 1.3.1 or newer is best. Unfortunately, at this time, 1.3.1 is
                        not available with CYGWIN.
                    </li>
                    <li>
                        On Windows, the CYGWIN <tt>hg</tt> is a Python script
                        and doesn't play well with the native Windows system.
                        Some ant scripts try and run <tt>hg</tt> and ant will
                        fail when running a Python script.
                        Using <a href="file:///Users/ohair/Downloads/README-builds-1.html#tortoisehg">TortoiseHG</a> solves this
                        problem because it provides a <tt>hg.exe</tt>.                </li>
                </ul></blockquote><div><div>-kto</div><div><br></div><div>On Jun 27, 2012, at 10:32 AM, Volker Simonis wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>this may be related to Cygwin. The error "C770817@C036357<br>/cygdrive/e/OpenJDK/jdk8" indicates that you are using a<br>"Cygwin-Mercurial". I would recommend to install and use a native<br>Windows Mercurial (e.g.<br><a href="http://tortoisehg.bitbucket.org/download/index.html">http://tortoisehg.bitbucket.org/download/index.html</a>) and try with that<br>one.<br><br>I never had problems cloning with tortoisehg, also I didn't succeed to<br>push with it (I think because of some ssh/private-key issues). So I<br>use the Cygwin hg for pushing, but that's not very stable for me<br>either...<br><br>Regards,<br>Volker<br><br>On Wed, Jun 27, 2012 at 6:59 PM, Stadelmann Josef<br><<a href="mailto:josef.stadelmann@axa-winterthur.ch">josef.stadelmann@axa-winterthur.ch</a>> wrote:<br><blockquote type="cite">Just o inform you before I give up.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">At the README of jdk7 or jdk8 one can read<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">---------------<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">This one root repository can be obtained with something like:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">    hg clone <a href="http://hg.openjdk.java.net/jdk8/jdk8">http://hg.openjdk.java.net/jdk8/jdk8</a> openjdk8<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">  To make sure you have all the nested repositories, you can run the<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">  get_source.sh script located in the same respository as this file:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">    cd openjdk8 && sh ./get_source.sh<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">---------------<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Since weeks, running the get_source.sh, download takes place for all<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">sub-repositories except and always fails for the jdk*/jdk repository.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">"hg clone <a href="http://hg.openjdk.java.net/jdk7/jdk7/">http://hg.openjdk.java.net/jdk7/jdk7/</a> C:/OpenJDK/jdk7/jdk"<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Watching the network, there is an immediate transfer of the .hg subdirectory<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">but then after about 20 minutes I get an abort error<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">C770817@C036357 /cygdrive/e/OpenJDK/jdk8<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">$ hg clone <a href="http://hg.openjdk.java.net/jdk8/jdk8/jdk">http://hg.openjdk.java.net/jdk8/jdk8/jdk</a> jdk<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">requesting all changes<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">abort: error:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">WHY?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Once in the past 4 weeks, I was able to download it on a Saturday at home.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Josef<br></blockquote></div></blockquote></div><br></div></body></html>