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.
As I mentioned in "What is the svn equivalent to winkin in clearcase?", you cannot "translate" omake, which apply in a very specific ClearCase context (dynamic view with DO -- derived object -- in order to not recompile everything")
Its documentation (
omake) includes:In your case, you can simply replace
omakewithmake.(a bit like for "Is there a way to convert
omake buildtoms build")