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 C09989549 for ; Fri, 21 Oct 2011 14:40:02 +0000 (UTC) Received: (qmail 32964 invoked by uid 500); 21 Oct 2011 14:40:02 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 32939 invoked by uid 500); 21 Oct 2011 14:40:02 -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 32931 invoked by uid 99); 21 Oct 2011 14:40:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 14:40:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markphip@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gy0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 14:39:54 +0000 Received: by gyg13 with SMTP id 13so5539302gyg.16 for ; Fri, 21 Oct 2011 07:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZX7mCVevvkB+PdrPsHEwFWWLVJDsEShlZ+FvO8i7MgI=; b=q67m4uI7cHbq/d9P4JlvQtwpaBBUbVf8NjPsxByrfpck+1yTfQoyzT8g8gMSsR5sMU 9LIJ8c+gLBXTeaiwXSgDCx2rTKvgUXEJnvxzlZOUN7gm48j3csSVE0K+gHcvGnLegyFS GOoWSGuLfXe/ffzLK7jfqxneoHk49ffD0g1ZE= MIME-Version: 1.0 Received: by 10.223.5.201 with SMTP id 9mr26143317faw.5.1319207973359; Fri, 21 Oct 2011 07:39:33 -0700 (PDT) Received: by 10.152.24.225 with HTTP; Fri, 21 Oct 2011 07:39:32 -0700 (PDT) In-Reply-To: References: Date: Fri, 21 Oct 2011 10:39:32 -0400 Message-ID: Subject: Re: Upgrade to svn 1.7 on cygwin causes W155007 not a working copy? From: Mark Phippard To: Mark Utting Cc: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Can you make a little diagram of what your Eclipse workspace looks like? For example, one of mine looks like this: /workspace |- Project1 |-|-.svn |- Project2 |-|-.svn And I have others where my Eclipse workspace folder is empty: /workspace Because all of my Eclipse projects are imported into the workspace and just pointing to working copies I have checked out elsewhere. For example. on my Mac I have Subclipse checked out here: $HOME/work/subclipse This contains a /trunk/plugins folder with a child folder for each Eclipse plugin project. My Eclipse workspace lives at: $HOME/Documents/workspaces/e3.7 The workspace folder is empty other than the Eclipse .metadata folder. This contains the pointers to all the projects I have imported. In other cases, I do my checkouts directly from Eclipse which leave my with a workspace that looks like the first example. How would you describe your working copy?