Ever got this “svn: No such revision ” error? Well I recently got this error on a NetBeans-based IDE project I was doing. Had to completely blow away a module in Subversion. This was because I had to do a complete package restructure of the application.
When I created a new module, I then tried to import the NetBeans project from a folder I had backed up. Well, the problem is that Subversion has its configuration in .svn directories throughout each repository module. So it imported fine to the module with a different SVN client.
The problem is that when I tried to check it out, I got “svn: No such revision 12″-with 12 being the latest module revision I was trying to check out. I solved it by deleting all the .svn directories in my module directories and subdirectories. I then imported the module backup folder into the Subversion module. Checked it out using NetBeans and was completely squared away.
Tags:
folder,
problem,
Checked,
NetBeans,
project