Migrating a Subversion (SVN) repository

Migrating a Subversion (SVN) repository
Recently I have a brand new stand-alone server for my repositories and other minor thingies. And the challenging thing: moving the repositories from my home desktop computer to this server. My setup was this: I have my home desktop computer that runs Windows XP, and the repositories were stored and managed...

.CMD scripts are Windows batch files

Whenever you need to automate a task you can easily use .CMD scripts that are text files containing DOS / Windows commands with some extra structural components (like if, for etc.). Internet is full of examples.