28.09.2012, 16:09
Quote:
I currently run SVN which keeps track of version numbers as long as I don't forget to actually log the changes. Then I run a batch file which copies the svn log to my server directory and creates a file in the scriptfiles directory with content like:
. |
No it isn't, all that code does it generate a VB script and run that instead.
Anyway, I've been trying to think of an elegant way to do this, but can't (I even checked the documentation and there was nothing). So it does look like you'll have to use a custom script. Anyway, this is what things called "makefiles" are explicitly designed for - you might want to look them up!