svn dump fails with WScript.Shell

Posted by chandrajeet on Stack Overflow See other posts from Stack Overflow or by chandrajeet
Published on 2009-01-14T23:42:48Z Indexed on 2010/03/08 8:21 UTC
Read the original article Hit count: 345

Filed under:
|
|
var WshShell = new ActiveXObject("WScript.Shell");
var commandLine = "svnadmin dump " + repoFullPath + " > " + repoName + ".dumpfile";
WshShell.Exec(commandLine)

I am trying to run above cscript in windows but it seems like, it's doing nothing. It doesn't create the dump file.

Any mistake that I am doing?

Thanks,

© Stack Overflow or respective owner

Related posts about cscript

Related posts about svn