Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C71A46682 for ; Fri, 24 Jun 2011 18:51:06 +0000 (UTC) Received: (qmail 7521 invoked by uid 500); 24 Jun 2011 18:51:06 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 7502 invoked by uid 500); 24 Jun 2011 18:51:06 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 7495 invoked by uid 99); 24 Jun 2011 18:51:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 18:51:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andy.levy@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-ew0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 18:50:58 +0000 Received: by ewy20 with SMTP id 20so1508340ewy.16 for ; Fri, 24 Jun 2011 11:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=C1vdy42Te/k2buUs3t9jJDD/jq5MrE74V9c46UYQ3us=; b=TVeYELjrASj53/x9KYYoASy9KQ+1fZsXajyqB9lbneekHYHVpHC9BH15QJw0cz9yBk 3/GpGs0HLfacaHsz7JJpmwZpuS3alOwYRpz3DRXKofO4/ubWR+tNt8P/rmbKDRfK6C/i A/N/uFeR2+kzpn87zsnUFVtIXSZIMd5MpEOH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=JVL90hip1qhZXRGGpu44hUPphMdthCQlsPyxvGI+DsIIOHyopoilfsuchKxBXxdNsn UdfSSIPKjVmPM4ZL9H/pdG6egeIMIZzdKR49j5QIw1pjhItdZmMu0B4/MrsvEa7pAQZ7 pajeCLkXyzQZlz6WAgVgVaK6xGhtRz5+471T8= Received: by 10.14.96.201 with SMTP id r49mr2511672eef.63.1308941438171; Fri, 24 Jun 2011 11:50:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.53.66 with HTTP; Fri, 24 Jun 2011 11:49:58 -0700 (PDT) From: Andy Levy Date: Fri, 24 Jun 2011 14:49:58 -0400 Message-ID: Subject: SVN 1.7 - check out single file? To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org With the new way WCs are managed, will it be possible to check out a single file, instead of having to do multiple steps with sparse directories just to get a single file in a directory? Looking at the release notes and CHANGES file, I think the answer is "no", but I need someone more knowledgeable to back me up here before I take the answer back to the person who asked me. Thanks.