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 11D24D3EF for ; Thu, 9 Aug 2012 18:15:53 +0000 (UTC) Received: (qmail 52026 invoked by uid 500); 9 Aug 2012 18:15:52 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 51998 invoked by uid 500); 9 Aug 2012 18:15:52 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 45781 invoked by uid 99); 9 Aug 2012 18:13:31 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of l.oiseau2nuit@gmail.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=5PA03YcEbyr8AuB91Af0xuJZ+cGXfuD42Zm3F/LFipA=; b=xyw+BrshWOO4aIBrN+1CEHt2RnFfZfm26iY0MpxhGhwMb38la4IAvsmKN2wpxKTGGL GfPywA/tKGTQFbUP9vu8ZsXWBbRXVcG2JlRXF8LJeGTF4TojdRe6eIdDFdtl/t/+lpvI qc7lMzIprRR8rynfErKz4ctmNLZY6s+salDPCk38YuJh+BM4iqoz/CueONSwas/+G66j zHUinnWUmgUPc9wtV5WKH0aIgDhnevcJkLq5fkb0bxyF2PFpwAIJzj1JLodHPgxmI4QP S4CZ2zNQ1lelqoQL/IIF7OCB4wS7M5LvOu09KTxKztQF710QkbuvnUI84deRupdUHJ+y VdSg== MIME-Version: 1.0 From: "L'oiseau2nuit" Date: Thu, 9 Aug 2012 20:12:25 +0200 Message-ID: Subject: Problem running on simple svn commands on CentOs To: users@subversion.apache.org Content-Type: multipart/alternative; boundary=047d7b66fb05cd5c2004c6d92d56 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b66fb05cd5c2004c6d92d56 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi there, I'm driving crazy, trying to have SVN work properly on my CentOS server (CentOS release 5.6 Final) When installing subversion from the official CentOS repositories, I'm getting version 1.6.11 with its mod_dav_svn. Everything's ok 'till this point. I then browse to my website's root directory and execute a shell script which usually checked out and organize some source codes I wish to install. (basically, I want to checkout out a whole CMS + some of its plugins, with some mkdir and cd's directives to checkout the different source codes and put them in the directories they have to be in) The sh seems to execute quite well but 2 errors appear with no relevant reason, when try to checkout 2 of my CMSs plugins : svn: E155036: Please see the 'svn upgrade' command svn: E155036: Working copy '/name_of_target_folder' is too old (format 10, created by Subversion 1.6) Seems that all my other instructions has been pretty executed, so I browse to the target folder's parent directory, in which I first wanted to deploy that so called "too old working copy" and then try to make a manual "svn checkout" which results in ... Same error ! I then decide to try the 'svn upgrade' command, as suggested, which results in : "upgrade" unknown command, ???? =D4_=D4 Then, tried to remove subversion 1.6.11 and got the source for the 1.7.5 version, which I did ./configure - make - make install and everything... Second run with my shell : * still the same errors on the same plugins * no further "svn checkout" or "svn update" allowed without an "seems to be part of subversion 1.7 or greater..." error * svn upgrade still not working. Sorry but I just touched the limit between my skills and the real life. Can anyone help me with this issue please ? thanks in advance for your answers (and by the way, forgive my english. I'm French and did not practice your language for years ^^) --=20 *Etienne.**** * --047d7b66fb05cd5c2004c6d92d56 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi there,

I'm driving crazy, trying to have SVN work properl= y on my CentOS server (CentOS release 5.6 Final)


When installing= subversion from the official CentOS repositories, I'm getting version = 1.6.11 with its mod_dav_svn.
Everything's ok 'till this point.

I then browse to my websit= e's root directory and execute a shell script which usually checked out= and organize some source codes I wish to install.
(basically, I want to= checkout out a whole CMS + some of its plugins, with some mkdir and cd'= ;s directives to checkout the different source codes and put them in the di= rectories they have to be in)

The sh seems to execute quite well but 2 errors appear with no relevant= reason, when try to checkout 2 of my CMSs plugins=A0 :

svn: E155036= : Please see the 'svn upgrade' command
svn: E155036: Working cop= y '/name_of_target_folder' is too old (format 10, created by Subver= sion 1.6)

Seems that all my other instructions has been pretty executed, so I bro= wse to the target folder's parent directory, in which I first wanted to= deploy that so called "too old working copy" and then try to mak= e a manual "svn checkout" which results in ... Same error !

I then decide to try the 'svn upgrade' command, as suggested, w= hich results in : "upgrade" unknown command, ???? =D4_=D4

=

Then, tried to remove subversion 1.6.11 and got the source for the = 1.7.5 version, which I did ./configure - make - make install and everything= ...

Second run with my shell :

* still the same errors on the same p= lugins
* no further "svn checkout" or "svn update" a= llowed without an "seems to be part of subversion 1.7 or greater...&qu= ot; error
* svn upgrade still not working.


Sorry but I just touched the li= mit between my skills and the real life.

Can anyone help me with thi= s issue please ?

thanks in advance for your answers (and by the way,= forgive my english. I'm French and did not practice your language for = years ^^)



--
Etienn= e.

--047d7b66fb05cd5c2004c6d92d56--