Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Juno/Indigo svn: E210004: Number is larger than maximum

The dialog box says:

Location information has been specified incorrectly.
svn: E210004: Number is larger than maximum
Keep location anyway?

This just started to occur. I updated the SVN server to 1.8. It was working fine with 1.7.9. I'm using svn+ssh. I have the latest updates (todate) of SVN Subversive and connector SVNKit 1.7.9.

BTW, this still works from the command line just fine.

like image 688
user2557362 Avatar asked Jul 07 '13 02:07

user2557362


2 Answers

I reinstalled system and found out that old plugin in Eclipse supports 1.7.x but server version is 1.8.x

Syncing single files in Eclipse works correctly but above problem occurs when syncing whole project. I downgraded server version to Subversion 1.7.x and it started working correctly. Probably the same results will be after upgrading plugin but I did not check if newer Eclipse plugin supports 1.8.x. Check release notes of the plugin and server.

So check out what version of the plugin you have and what version of the server you are running.

like image 29
Damian Avatar answered Sep 19 '22 17:09

Damian


I encountered the same bug under Eclipse with Subclipse 1.8.22 after upgrading my Subversion server from 1.6.12 to 1.8.3.

I solved my problem by upgrading my client to Subclipse 1.10.2 (SVNKit 1.8).

For Netbeans, as SVNKit 1.8 has not been integrated yet (but hope it will be soon), you can specify a commandline client (menu Tools/Options/Misc/versioning/Subversion/Preferred client). This should work with any svn client version from 1.6 to 1.8 (and maybe older).

Check Netbeans FAQ about this incompatibility and workaround: http://wiki.netbeans.org/FaqSubversion1_8

like image 178
Nicolas Payart Avatar answered Sep 18 '22 17:09

Nicolas Payart