Say I have been working on a project for a while, added a few new files scattered around 3 or 4 packages, and I would like to export. But there is no way that I know of to add all the newly created files to SVN control at once. And eye-hovering through each package’s file icons is neither reliable not practical. Any way to do it?
EDIT: sorry about the mingling. So, I wanted to export, not commit.
With Subclipse, you can just commit the whole project (or multiple projects): files which aren’t under version control will be added automatically. I don’t know if it’s the same with other Subversion integrations.