Full and incremental dump of a Subversion repository from a Windows BAT file
The first is something you should do weekly on your Subversion repository – a full dump. Put the following in a BAT or CMD file on a Windows box, and run it scheduled. @echo off REM Creates a full dump of the repository, should be run weekly for /f ”tokens=1-4 delims=- ” %%a in (‘date […]