Repairing SVN references

In order to more reasonably configure the svn repository, the location of each project in JavaRosa/dev/ has been updated to reflect its project name and lowest-common-namespace. This will clarify a great number of issues related to building, however, all of your old project checkouts will be confused, because the location that they were pointing to before will no longer exist.

The easiest solution is to simply check out that project again from scratch, however if you have been working in that project this is obviously not helpful. In order to fix this problem for an individual project checkout perform the following in eclipse. If you are using a different SVN manager, follow the instructions for that manager

  • Right click on the project and go to Team->Switch to Another Branch or Tag...
  • Click on Browse
  • In the browser, go to branches/dev and then the proper directory. The proper one should be the directory that shares the project's name. If you haven't checked out the folder as a project in eclipse, the ".project" file in the folder should have the name of the project.