From users-return-2045-daniel=haxx.se@subversion.apache.org Wed Apr 7 11:38:16 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o379cFZi008619 for ; Wed, 7 Apr 2010 11:38:16 +0200 Received: (qmail 16102 invoked by uid 500); 7 Apr 2010 09:38:11 -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 16088 invoked by uid 99); 7 Apr 2010 09:38:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 09:38:10 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,FREEMAIL_FROM,MISSING_HEADERS,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tebulin@googlemail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 09:38:05 +0000 Received: by fxm28 with SMTP id 28so1117568fxm.36 for ; Wed, 07 Apr 2010 02:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:cc:references:subject :date:message-id:mime-version:content-type:content-transfer-encoding :x-mailer:in-reply-to:x-mimeole:thread-index; bh=1LxHyI9klC7oAI2aMc+5g0hsQkWAd+IU+Z41pQgIhCc=; b=snNeA6NO1zJvebSQh8mg7jpXYxDqRM6DmEKbu5V9nKQY/WpiRs1ehNho8iK9F3YsyM u4Uz+bbV4Nqe0qx95PC3mpuoduy95Yo60uyroM/e2ydDVpxb0SvxsUSJplrZ5Oqywead xxP6dqVDOrAkpKPWzgALdwPs+SGsLooPVo/VU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:cc:references:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:in-reply-to :x-mimeole:thread-index; b=nYIvfMH60ZaDrg9X9az5r8anujkpJfZNKNhuZVewTuu0GHtEWH2MbgMVngrUvmzkFm WRMwyxMrcUkFCdVDsyXQB+fq5Etc5B5LUCIGMs90QECqCtgLZneALu5qQPrs7JZT2FLn 7jByEv4Ps2Tt+CMhld/lxDANgh0RjRgT9Q8bU= Received: by 10.103.126.37 with SMTP id d37mr4589575mun.66.1270633063657; Wed, 07 Apr 2010 02:37:43 -0700 (PDT) Received: from N144 (ulmg-4d022e55.pool.mediaWays.net [77.2.46.85]) by mx.google.com with ESMTPS id j6sm42260733mue.14.2010.04.07.02.37.42 (version=SSLv3 cipher=RC4-MD5); Wed, 07 Apr 2010 02:37:42 -0700 (PDT) From: "Ben" Cc: References: <195F279B2FE06F4EB0346118EDA15D2192704DEE67@exch> Subject: RE: Returning problem: Some folders/files in working don't get updated anymore. Date: Wed, 7 Apr 2010 11:37:51 +0200 Message-ID: <1804B39D9FEC4E1A9409191C0DBEDD52@N144> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 thread-index: AcrSdA9oEWOu07GoRhqhEWq+xuj42ADwY0wA You can easily check for sparse checkouts by running svnversion: If the reported version has a P attached, then you have a sparse checkout. I have similar problems with unwanted sparse checkouts esp. when it comes to merging. Thanks for the hints in this thread about the potential bug origins. -----Original Message----- You should check if you don't have a "sparse working copy" by accident (see http://svnbook.red-bean.com/nightly/en/svn.advanced.sparsedirs.html). To see whether this is the case, check "svn info" for some of the parent dirs,