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 B66B5200ACB for ; Sun, 29 May 2016 22:03:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B4851160A07; Sun, 29 May 2016 20:03:54 +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 0766816099F for ; Sun, 29 May 2016 22:03:53 +0200 (CEST) Received: (qmail 5859 invoked by uid 500); 29 May 2016 20:03: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 5849 invoked by uid 99); 29 May 2016 20:03:52 -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; Sun, 29 May 2016 20:03:52 +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 4EF241805E6 for ; Sun, 29 May 2016 20:03:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.128 X-Spam-Level: X-Spam-Status: No, score=-0.128 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, RP_MATCHES_RCVD=-1.426, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gqbtqi9EUeI6 for ; Sun, 29 May 2016 20:03:50 +0000 (UTC) Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 5FCDC5F241 for ; Sun, 29 May 2016 20:03:50 +0000 (UTC) Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 4200820A84 for ; Sun, 29 May 2016 22:03:39 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3rHrKk68n8z5vN2 for ; Sun, 29 May 2016 22:03:38 +0200 (CEST) Subject: Re: svn: E155008issue with subversion in webmethods designer To: users@subversion.apache.org References: From: Stefan Message-ID: Date: Sun, 29 May 2016 22:03:33 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------F626047F372F7110E9B449E6" archived-at: Sun, 29 May 2016 20:03:54 -0000 This is a multi-part message in MIME format. --------------F626047F372F7110E9B449E6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi cahnu, > Hi, > > we are configured subversion(1.7.19) with webmethods(9.5) on windows > 2012 r2. when we try to move a service from one package to other > package . getting the below error . > > when we refresh the packages we see the service is copied but not moved > > Error: > > testsvn4444/new_folder22:new_flowservice1: [ISS.0132.9117] error > running command [svn, unlock, --username, chanu, --password, ********, > C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1\flow.xml, > C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1\node.ndf, > C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1, > --force]; exit value: 1; output: [svn: E155008: The node > 'C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1' > is not a file] > > > > we raised the issues with application vendor (webmethods )they claim > that the issue is with subversion & asked us to rise issue it > subversion forum. I'm not 100% sure, but this might be related to issue #4364, which is fixed in SVN 1.8.8: lock of deleted pathes magically reappear when pathes are reused In this case upgrading to a later SVN version should resolve the issue. Alternatively the issue at question might also be #2507 which is not yet resolved: 'commit --no-unlock' doesn't remove locks on files deleted In this case the workaround might be to ensure in the tools to not use the --no-unlock flag and/or to ensure that for deleted files the lock is removed first via svn unlock. Regards, Stefan --------------F626047F372F7110E9B449E6 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
Hi cahnu,
Hi,

we are configured subversion(1.7.19) with webmethods(9.5) on windows 2012 r2. when we try to move a service from one package to other package . getting the below error .

when we refresh the packages we see the service is copied but not moved

Error:

testsvn4444/new_folder22:new_flowservice1: [ISS.0132.9117] error running command [svn, unlock, --username, chanu, --password, ********, C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1\flow.xml, C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1\node.ndf, C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1, --force]; exit value: 1; output: [svn: E155008: The node 'C:\SoftwareAG\IntegrationServer\packages\testsvn4444\ns\new_folder22\new_flowservice1' is not a file]



we raised the issues with application  vendor (webmethods )they claim that the issue is with subversion & asked us to rise issue it subversion forum.
I'm not 100% sure, but this might be related to issue #4364, which is fixed in SVN 1.8.8:
lock of deleted pathes magically reappear when pathes are reused

In this case upgrading to a later SVN version should resolve the issue.


Alternatively the issue at question might also be #2507 which is not yet resolved:
'commit --no-unlock' doesn't remove locks on files deleted

In this case the workaround might be to ensure in the tools to not use the --no-unlock flag and/or to ensure that for deleted files the lock is removed first via svn unlock.

Regards,
Stefan
--------------F626047F372F7110E9B449E6--