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