Tag Archives: ant

Solve the problem that the native machine cannot use ant script checkout project

Problem Description: the local machine contains SVN command line. If svnsetting svnkit/javahl = true, there will be a conflict with the local SVN command line, resulting in the failure to check out items normally

solution: if both svnsetting svnkit and javahl are false, the program will automatically call native SVN in path.
example: & lt; svnsetting ID=“ svn.setting ” svnkit=”false” javahl=”false” username=”${svn_ user_ name}” password=”${svn_ user_ PWD} “/ &>
extension of the problem: if SVN command line is not installed on this machine, Download svnant and introduce svnkit/javahl jar package into ant/lib, svnkit/javahl corresponds to true