Subversive error: "<file>... non-existent in that revision"

24,527

Perhaps check that your eclipse SVN connector is compatible with the SVN version installed on your server.

To check Using eclipse:

Preferences -> Team -> SVN -> SVN Connector tab

It should say something like 'SVNKit 1.x.x (SVN 1.x.x compatible)'

As far as I know the Subversive plugin does not support SVN 1.7 as yet.

Share:
24,527
Richard Le Mesurier
Author by

Richard Le Mesurier

From ZX Spectrum to Android, ASM to VBA, viruses to anti-viruses .... I've been hacking my way through life for a long time, and enjoying the journey. I'm interested in the path that mobile technologies are taking - love the integration of computing into our everyday lives. Currently focusing on Android native, and enjoying riding that wave.

Updated on February 16, 2020

Comments

  • Richard Le Mesurier
    Richard Le Mesurier about 4 years

    I have started to set up a new SVN repo on AWS, and am having trouble working with it from Eclipse 3.6 Subversive 2.2.2.

    Update: The new repo is using the Bitnami stack with Subversion 1.7.

    I have no problems with my Eclipse 3.5 Subclipse 1.6.2 install.

    In Eclipse 3.6 Subversive 2.2.2, if I try to open any subfolders, Subversive gives me the error:

    Get repository folder children operation failed.

    svn: URL 'svn://xxx-xxx-xxx-xxx-xx.compute-1.amazonaws.com/M1' non-existent in that revision

    Any attempt to read the files gives me a similar error (xxx non-existent in that revision).

    It seems like the meta-data about each commit is available, but the actual files themselves cannot be found/read.


    Updates:

    • I can view the history of all commits with Subversive, but can't view the actual files.
    • The repo works perfectly with other SVN clients, like Subclipse, X-Code's client, SVNX.
    • the issue lies with the lack of SVN 1.7 support for Subversive at the moment (Feb 2012)

    Answer (explained):

    ScubaZA pointed me in the right direction - the new repo was using Subversion 1.7, which is not supported by Subversive (as of Feb 2012). Subversive uses the SVNKit connectors. The other SVN clients already had support for 1.7.

    Info in these related questions helped:

  • Richard Le Mesurier
    Richard Le Mesurier about 12 years
    thx - new Repo was using SVN 1.7. The SVNKit connectors for Subversive do not yet (Feb 2012) support SVN 1.7.