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 44C2618BE0 for ; Thu, 9 Jul 2015 14:17:33 +0000 (UTC) Received: (qmail 87636 invoked by uid 500); 9 Jul 2015 14:17:32 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 87606 invoked by uid 500); 9 Jul 2015 14:17:32 -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 87596 invoked by uid 99); 9 Jul 2015 14:17:32 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 14:17:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3981B1A6B96 for ; Thu, 9 Jul 2015 14:17:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.979 X-Spam-Level: X-Spam-Status: No, score=0.979 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1-N5nx7EMOEZ for ; Thu, 9 Jul 2015 14:17:30 +0000 (UTC) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.31.41]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id A832B20FD3 for ; Thu, 9 Jul 2015 14:17:30 +0000 (UTC) Received: from [67.198.113.253] (helo=unknown1.internal.rootmac.net) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1ZDCcS-0005v7-6M; Thu, 09 Jul 2015 16:16:08 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: Problem with "svn export" From: Ryan Schmidt In-Reply-To: Date: Thu, 9 Jul 2015 09:16:49 -0500 Cc: Subversion Users Content-Transfer-Encoding: quoted-printable Message-Id: References: <8CF34D47-02FF-477C-B017-5FA8C7E53316@ryandesign.com> To: Sandeep Kamath X-Mailer: Apple Mail (2.2102) X-Df-Sender: MzY4ODE4 On Jul 9, 2015, at 5:08 AM, Sandeep Kamath wrote: >=20 > On Thu, Jul 9, 2015 at 10:50 AM, Ryan Schmidt wrote: >=20 >> On Jul 9, 2015, at 12:12 AM, Ryan Schmidt wrote: >>=20 >> > On Jul 8, 2015, at 9:56 PM, Sandeep Kamath wrote: >> > >> >> We have got 30+ projects in our windows 2008 server and every day = we are taking the backup of it. We are using "svn export" command to do = so using python script. >> >> "Svn export" is failing for some projects forcing the apache to = restart. Out of 30 projects, one or the other will have incomplete data = due to this issue. >> >> >> >> Note that project which is failing is not the same always. >> >> >> >> Server: Windows 2008 >> >> apache 2.2 >> >> subversion 1.6.12 >> > >> > Could you show us the exact error message you get? >> > >> > Note that "svn export" is *not* a backup method. It only gets you a = copy of the latest version of the code, but not any of the history. To = back up the history, use "svnadmin dump" or "svnadmin hotcopy" or = "svnsync". >>=20 >> Also, please try a newer version of Subversion. The latest version of = Subversion 1.6 is 1.6.23, however Subversion versions earlier than 1.7 = are no longer supported, so consider upgrading to 1.7.20 or 1.8.13. >>=20 >> = http://subversion.apache.org/docs/release-notes/1.8#svn-1.6-deprecation >=20 > Thanks Ryan for your input. >=20 > Yes I agree with SVN dump.But We are also using svn export to get the = latest version of the code which is considered as the first level of = backup as part of our process. >=20 > This is the info i got from apache error log > =20 > This application has requested the Runtime to terminate it in an = unusual way. > Please contact the application's support team for more information. > [Tue Jun 23 06:45:48 2015] [notice] Parent: child process exited with = status 255 -- Restarting. Don't forget to Reply All so the discussion stays on the mailing list. It looks like Apache crashed, but I don't know why or how to get more = information; I'm not familiar with Windows. Maybe someone else on the = list knows more.