摘要:
when run svnindex.cmd, it always tell you "zero source files found"after a painful diggin into svn.pm (the perl module to deal with svn), i found that:1. first, svn.pm invokes "svn info -R$SourceRoot" to get all version info of files in $SourceRoot (passed by /source option),2. t 阅读全文