Re: OT: svn and new files

2006-09-06 Thread Martin
Thanks guys. I normally use RapidSVN for Mac OS X (similar to Tortoise I guess). Using this GUI I can't add recurcively (not that I am aware of). I'll have to make the treminal command part of my daily routine then :) (I had read parts of the svn book but I fond it to be a very lng and s

Re: OT: svn and new files

2006-09-06 Thread Martin Schapendonk
On 9/6/06, Martin <[EMAIL PROTECTED]> wrote: > There must be a way to tell svn to go through my working copy and add > all new files, right? I just cant find out how to do this. Good reference material on SVN: http://svnbook.red-bean.com/ Quote: "Normally, the command svn add * will skip over an

Re: OT: svn and new files

2006-09-06 Thread Bert Van den Brande
If you work on windows, I can recommend Tortoise SVN. It integrates all svn commands into the windows shell ... Simply choose svn->commit and in the popup window check all files that you want to commit/add to the repository. I'm pretty sure you can do it with some svn command line command and/or

OT: svn and new files

2006-09-06 Thread Martin
This is not strictly a Cake question but I thought I'd ask anyway. I have started using Subversion and there is one aspect of it I find problematic. Cake is fast, and I often add new files all over my filesystem. A new view here, controller there.. a few gifs... all pretty standard for me. To my