Note that there are some explanatory texts on larger screens.

plurals
  1. PONetbeans SVN E160006: No such revision
    primarykey
    data
    text
    <p>I apologize in advance for asking a question that is due to my being severely idiotic.. :)</p> <p>Recently, I migrated my website hosting from one service to the other, including my databases and SVN repositories (I am not on a team, I am a self-employed contractor and I use SVN to do a backup of all the code I write).</p> <p>Well, I messed up. And now I'm stuck. Brace yourself, this is pretty dumb.</p> <ol> <li>I backed up my SVN repos with this SSH command <code>svnadmin dump path-to-repo | gzip &gt; dumpfile.gz</code></li> <li>I did the domain migration</li> <li>Re-loaded my SVN repos with this SSH command <code>gunzip -c home_dir/dumpfile.gz | svnadmin load svn/repository_id</code></li> <li>I did a "test commit" for each repo. Repo 1 wasn't working (some weird error), Repo 3 was.</li> <li>I uninstalled/deleted all my repos and reinstalled them</li> </ol> <p>Repo 1 still wasn't working, so I went to bed. Today, it works... So something probably just needed to flush in the system. HOWEVER...</p> <p>Now, my local version of Repo 3 is "newer" than the online version, because I committed, deleted the online repo, and reinstalled it. Now the local version has a higher number than the online version, and Netbeans gives me this error:</p> <pre><code>org.apache.subversion.javahl.ClientException: E160006: Commit failed (details follow): E160006: No such revision 26 E175002: CHECKOUT of '/Proj3/!svn/ver/26/Proj3_test/src/mainpackage/Main.java': 500 Internal Server Error (http://www.mysite.com) </code></pre> <p>Anyone know what to do?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload