[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Cannot get the revision information from the scm repository :

From: Vishal Jain <vishal21_at_gmail.com>
Date: Mon, 7 Feb 2011 11:15:23 +0530

Hi,
I am trying to build my project on Eclipse, netbeans as well as on command
line
I am executing mvn install

I am getting following error message :

Provider message:
The svn command failed.
Command output:
svn: This client is too old to work with working copy '.'. You need
to get a newer Subversion client, or to downgrade this working copy.
See http://subversion.tigris.org/faq.html#working-copy-format-change
for details.

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
Error!

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Mon Feb 07 11:05:56 IST 2011
[INFO] Final Memory: 24M/44M
[INFO]
------------------------------------------------------------------------

To debug this I browsed to following link :
http://subversion.tigris.org/faq.html#working-copy-format-change

Over here there is a python script
change-svn-wc-format.py<http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py>

http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py

I have downloaded this script and trying to run this script.

I have installed python 3.1 to run this script.

When I execute this I am getting following error :

C:\Python31>
C:\Python31>python change-svn-wc-format.py --help
  File "change-svn-wc-format.py", line 99
    except UnrecognizedWCFormatException, e:
                                        ^
SyntaxError: invalid syntax

C:\Python31>

IS the python script here is correct ??? Can anyone verify that.
I am not python programmer neither an expert on subversion.,
I just want my project to be build..

Need help here.
I have copied dev_at_subversion.apache.org as any developer only would have
written this python script.

Thanks and Regards,
Vishal
Received on 2011-02-07 15:28:42 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.