If you have already checked out the SQuirreL source from subversion before
now, you may find the following error on your next subversion update attempt
:
svn: Failed to add directory
'plugins/squirrelsql-plugin-archetype/src/main/resources/archetype-resources/src':
an unversioned directory of the same name already exists
This is due to a change that I made to the plugin archetype to fix an issue
with new project creation. I converted a directory tree that was previously
auto-generated to one that is now version-controlled and subversion's update
mechanism does not like that. To remedy this, it should be safe to execute
the following command from the root directory of your checked out sources :
rm -rf
plugins/squirrelsql-plugin-archetype/src/main/resources/archetype-resources/src
After executing that command, try the update again. If anyone still has
issues with this after performing the above step, send email to the list and
I will help.
Rob
|