Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33318D67A for ; Mon, 17 Dec 2012 19:22:15 +0000 (UTC) Received: (qmail 33438 invoked by uid 500); 17 Dec 2012 19:22:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 33400 invoked by uid 500); 17 Dec 2012 19:22:14 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 33367 invoked by uid 500); 17 Dec 2012 19:22:14 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 33355 invoked by uid 99); 17 Dec 2012 19:22:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 19:22:14 +0000 Date: Mon, 17 Dec 2012 19:22:14 +0000 (UTC) From: "Filip Maj (JIRA)" To: callback-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-2075) cordova build fails when project added to subversion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Filip Maj created CB-2075: ----------------------------- Summary: cordova build fails when project added to subversion Key: CB-2075 URL: https://issues.apache.org/jira/browse/CB-2075 Project: Apache Cordova Issue Type: Bug Components: CLI Affects Versions: 2.2.0 Reporter: Filip Maj Assignee: Filip Maj Fix For: 2.3.0 Ive set up an iOS and android project then used svn import to add to repository then a checkout to create my local repo. When i run {{$ cordova build ios}} or {{$ cordova build android}} i get the following error {code} /bin/sh: /Users/{mydevpath}/.cordova/hooks/before_build/.svn: is a directory {code} Script ".svn"in the before_build hook exited with non-zero status code. Aborting. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira