1 Jun 2006 03:28
DO NOT REPLY [Bug 37977] - adapt build/BUILDING.txt and build.xml for svn on windows
<bugzilla <at> apache.org>
2006-06-01 01:28:26 GMT
2006-06-01 01:28:26 GMT
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37977>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=37977 ------- Additional Comments From chrisahn <at> gmx.net 2006-06-01 01:28 ------- I ran into similar problems... -> BUILDING.txt should contain a section on installing subversion -> in the initial build.xml, I changed <exec dir="${basedir}" executable="svn"> <arg line="checkout ${svnroot}/${current.loc} ${basedir}" /> </exec> to <exec dir="${basedir}" executable="svn" inputstring="t${line.separator}" failonerror="true"> <arg value="checkout" /> <arg value="${svnroot}/${current.loc}" /> <arg value="${basedir}" /> </exec> This fixes two problems: (1) whitespace in the filenames is handled correctly (2) svn temporarily accepts the self-signed certificate of svn.apache.org(Continue reading)
RSS Feed