Commit all folders and files in a directory using commandline

Posted by Shaharyar on Stack Overflow See other posts from Stack Overflow or by Shaharyar
Published on 2010-03-24T13:13:23Z Indexed on 2010/03/24 13:43 UTC
Read the original article Hit count: 313

Filed under:
|
|

Hello everybody

We are having trouble with having a generalized approach to committing with a batch file using commandline svn.

We've got a backupscript that created a new folder with the current date containing the database dumps of our database. (Yes, we version control our database).

Now how can I use the svn commit command to include all directories that are new in the project?

Is there an approach without using the svn add command?`

Thanks for all advice!

© Stack Overflow or respective owner

Related posts about svn

Related posts about command-line