I'm looking for a good way to automatically 'svn add' all unversioned files in a working copy to my svn repository.
I have a live server that can create a few files that should be under source control. I would like to have a short script that I can run to automatically add these, instead of going through and adding them one at a time.
My server is running Windows Server 2003 so a unix solution won't work.