On 18. Feb 2007, at 05:51, Greg Hauptmann wrote:
Using textmate SVN I can't really see how to easily perform a project wide commit that including picking up any new files which were created (e.g. from generator) so they are (a) included as files to be versioned and (b) then committed as they'll be in the commit list?
Any suggestions? (don't want to have to manually work out which files aren't in scope for versioning and add them one-by-one).
Try select the containing folder (for your project) and then Subversion → Commit.
Files which are not added (and not ignored) should show up with a question mark, and the button in the right-most column should allow you to add it (before you continue with the commit).