<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin Light wrote:
<blockquote
 cite="mid:18725461.1161167337409958.JavaMail.root@mailhost1.walkertechnical.com"
 type="cite">
  <pre wrap="">----- Joshua Jensen <a class="moz-txt-link-rfc2396E" href="mailto:jjensen@workspacewhiz.com">&lt;jjensen@workspacewhiz.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">BTW, I'm more than happy to use somebody else's 2.0.0 Windows install,
since I'm a Perl dweeb. There just isn't one posted yet.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you want to give <a class="moz-txt-link-freetext" href="http://kevinhlight.googlepages.com/svkwin32">http://kevinhlight.googlepages.com/svkwin32</a> a try until I get the the newest built.  I've not used it heavily, so it may break, use with caution.
  </pre>
</blockquote>
I got around to testing it, and I ran into the following issues:<br>
<ul>
  <li>It is SO SLOW to start up.  I imagine this is the PAR thing
you've been talking about.  If it is going to be so much slower to use,
why go down that path?</li>
  <li>I use a modified bin/svk that starts at the working directory and
scans up the directory chain looking for an svk.ini.  When found, it
reads each line in and sets it into $ENV.  This way, I can have
multiple SVK repositories and have the environment set dependent on
where SVK is run from.  I've posted a patch for this before, but there
seemed to be no interest, so I just apply it myself each time.  I am
unsure if SVK 2.0 offers something similar.  An example follows. 
Anyway, due to the .exe packed up, I can't apply my patch.<br>
  </li>
</ul>
SVKROOT=p:\repos<br>
SVKDIFF="c:\Program Files\kdiff3\kdiff3.exe"<br>
SVKMERGE="c:\Program Files\kdiff3\kdiff3.exe"<br>
<br>
Josh<br>
</body>
</html>