I have to make some builds for SVN using the Perl scripting, the scripts are originally for Clearcase builds. I have come across an utility "omake". Can any give example of how can I use it for subversion?
The command in the script is system "omake $MakeTarget $Processor" where $MakeTarget is calling another script which makes the maketarget.bat file and $Processor is the processor it should call.