Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4AC12200C5C for ; Thu, 16 Mar 2017 00:41:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 49362160B78; Wed, 15 Mar 2017 23:41:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9CFB0160B7C for ; Thu, 16 Mar 2017 00:41:48 +0100 (CET) Received: (qmail 20643 invoked by uid 500); 15 Mar 2017 23:41:47 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 20608 invoked by uid 99); 15 Mar 2017 23:41:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Mar 2017 23:41:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 10B3E180BB2 for ; Wed, 15 Mar 2017 23:41:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id m9B5iKFo_Gca for ; Wed, 15 Mar 2017 23:41:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A27D15FCD7 for ; Wed, 15 Mar 2017 23:41:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5DAE3E095B for ; Wed, 15 Mar 2017 23:41:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B3336243B0 for ; Wed, 15 Mar 2017 23:41:41 +0000 (UTC) Date: Wed, 15 Mar 2017 23:41:41 +0000 (UTC) From: "Taher Alkhateeb (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-9262) Error message when svn updating due to pullAllPluginsSource MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Mar 2017 23:41:49 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-9262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927199#comment-15927199 ] Taher Alkhateeb commented on OFBIZ-9262: ---------------------------------------- My patch assumes both removal and svn ignore > Error message when svn updating due to pullAllPluginsSource > ----------------------------------------------------------- > > Key: OFBIZ-9262 > URL: https://issues.apache.org/jira/browse/OFBIZ-9262 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Trunk > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Critical > Fix For: Upcoming Release > > Attachments: OFBIZ-9262.patch > > > When try to update a ofbiz-framework working copy after having used pullAllPluginsSource, you get an error message "Skipped obstructing working copy". > This is because we have already a plugins folder in the ofbiz-framework/trunk branch and when we use pullAllPluginsSource we replace it by a new one (plugins folder) and the main .svn gets confused (in root) > In other words, because of the plugins/README.txt file when you create a working copy from the ofbiz-framework/trunk branch you generate a .svn in root folder where there is a "knowledge" of this file and the plugins directory. > So, we can't delete the whole plugins directory and replace it by another different plugins directory with the plugins sub-folders inside. > Morevoer you can't make a chekout (which pullAllPluginsSource currently does) in a non empty folder. > And If you temporarily move the plugins/README.txt file to get an empty directory you get this error message > > svn-checkout failed for https://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk > svn: E155000: 'C:\projectsASF\ofbiz-framework\plugins' is already a working copy for a different URL; perform update to complete it. -- This message was sent by Atlassian JIRA (v6.3.15#6346)