From users-return-3841-daniel=haxx.se@subversion.apache.org Thu Jul 22 13:32:06 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: * X-Spam-Status: No, score=1.5 required=3.0 tests=BAYES_00,RCVD_ILLEGAL_IP, T_RP_MATCHES_RCVD autolearn=no version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o6MBW4u3014435 for ; Thu, 22 Jul 2010 13:32:05 +0200 Received: (qmail 51193 invoked by uid 500); 22 Jul 2010 11:31:53 -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 51186 invoked by uid 99); 22 Jul 2010 11:31:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 11:31:52 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=RCVD_ILLEGAL_IP,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS Received-SPF: pass (nike.apache.org: domain of frode.tennebo@saabgroup.com designates 136.163.212.3 as permitted sender) Received: from [136.163.212.3] (HELO weald.air.saab.se) (136.163.212.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 11:31:41 +0000 Received: from mailhub1.air.saab.se ([136.163.213.4]) by weald.air.saab.se (8.13.6/8.13.6) with ESMTP id o6MBVKqZ009615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Jul 2010 13:31:20 +0200 Received: from corpappl741.corp.saab.se ([136.163.101.16]) by mailhub1.air.saab.se (8.13.8/8.13.8) with ESMTP id o6MBVHeP001634 for ; Thu, 22 Jul 2010 13:31:17 +0200 Received: from CORPAPPL746.corp.saab.se ([169.254.3.246]) by corpappl741.corp.saab.se ([136.163.101.16]) with mapi; Thu, 22 Jul 2010 13:31:16 +0200 From: =?iso-8859-1?Q?Tenneb=F8_Frode?= To: "users@subversion.apache.org" Subject: Checking: svn: '/foo/libcau' is not a working copy Thread-Topic: Checking: svn: '/foo/libcau' is not a working copy Thread-Index: AcspkWWVo3sMmCF8Tai1+e6URzJtcQ== Date: Thu, 22 Jul 2010 11:31:16 +0000 Message-ID: <72C7757E81EE204B8BF4317BC542AA110376D79D@corpappl746.corp.saab.se> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Saab-MailScanner-Information: Please contact the ISP for more information X-Saab-MailScanner-ID: o6MBVHeP001634 X-Saab-MailScanner: Found to be clean X-Saab-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=1.908, required 5, BAYES_00 -0.50, BOTNET 2.00, RDNS_NONE 0.10, TW_RW 0.08, TW_SV 0.08, TW_WX 0.08, TW_XR 0.08) X-Saab-MailScanner-From: frode.tennebo@saabgroup.com X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Thu, 22 Jul 2010 13:32:06 +0200 (CEST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0rc2 (weald.air.saab.se [136.163.212.3]); Thu, 22 Jul 2010 13:31:20 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Friend: Nope When I try to check in several directories I get the following error: ft@tr:/foo>svn ci lib*/* Checking: svn: '/foo/libcau' is not a working copy ft@tr:/foo>svn ci librlib/* libhci/* libcru/* libcau/* Checking: svn: '/foo/libcau' is not a working copy The error-message in itself is correct; 'libcau' is not under version cont= rol, nor are any of the other top-level directories. However, inside these= directories I have sub-directories which contain the actual code: ft@tr:/foo>ls -l libcau/ total 184 drwxrws--- 3 ft ftgr 4096 2010-05-07 09:10 adt drwxrws--- 3 ft ftgr 4096 2010-05-19 09:33 bal drwxrws--- 3 ft ftgr 4096 2010-05-19 09:33 bis_eval drwxrws--- 3 ft ftgr 4096 2010-05-07 09:09 bis_utl drwxrws--- 3 ft ftgr 4096 2010-05-19 09:33 clt_ctrl drwxrws--- 3 ft ftgr 4096 2010-05-19 09:33 dbc_err : So, normal shell (this is linux) expansion should not include 'libcau' (on = it's own) in the list of directories to be committed. And indeed, testing = with a different svn command yields: ft@tr:/foo>svn st lib*/* Status against revision: 894 Status against revision: 894 Status against revision: 894 Status against revision: 894 : ...all fine, and: ft@tr:/foo>cd libcau/ ft@tr:/foo>svn st . svn: warning: '.' is not a working copy=20 ...as expected. What is going on? =20 -Frode