<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
----- Original Message -----<br>
From: Glen Ogilvie<br>
Date: 5/28/2009 4:46 PM
<blockquote cite="mid:0fb4d4ab90f7f217d9c75c8ff1b701bc@localhost"
 type="cite">
  <pre wrap="">Hi all,

SVK offers me a unique feature that I have not found anywhere else, which
is checked out trees that don't contain any .svn, .git, or other random files.

As it sounds like unless the community steps up development, SVK might not
work at some point in the future, is the any other tools that offer the clean
checkouts of SVK?   
  </pre>
</blockquote>
I have not used it, but Git has the following.  I imagine you can use
it to emulate SVK's clean checkouts.<br>
<dl>
  <dt>core.worktree
  </dt>
  <dd>
    <p> Set the path to the working tree. The value will not be used in
combination with repositories found automatically in a .git directory
(i.e. $GIT_DIR is not set). This can be overridden by the GIT_WORK_TREE
environment variable and the <em>--work-tree</em> command line option.
It can be a absolute path or relative path to the directory specified
by --git-dir or GIT_DIR. Note: If --git-dir or GIT_DIR are specified
but none of --work-tree, GIT_WORK_TREE and core.worktree is specified,
the current working directory is regarded as the top directory of your
working tree.
    </p>
  </dd>
</dl>
Josh<br>
</body>
</html>