51Testing软件测试论坛

标题: 在用CC做每日构建时,加上了SVN段就出错了。大家有建议吗? [打印本页]

作者: miaomiaoga    时间: 2009-6-24 16:14
标题: 在用CC做每日构建时,加上了SVN段就出错了。大家有建议吗?
<sourcecontrol type="svn" autoGetSource="true" >
                          <trunkUrl>https://lg:8443/svn/MvcApplication1/</trunkUrl>         
                          <workingDirectory>D:\Projects.Net2008\MvcApplication1\</workingDirectory>
                          <executable>C:\Program Files\VisualSVN Server\bin\svn.exe</executable>
                          <username>administrator</username>
                          <password>111111</password>
                </sourcecontrol>

如果把这段注释掉就没事。但却实现不了自动拿最新代码。:(

如果用上这段,就老提示出错。
作者: kempten    时间: 2009-7-3 23:14
新手。。写出来的没有错误,但是运行却没反应。。有人知道原因吗?
-------------------------------------------------
<cruisecontrol>
  <project name="project1">
  <webURL>http://localhost/ccnet/</webURL>
  <sourcecontrol type="svn">
    <trunkUrl>file:///c:/SVNRepos/project1/trunk</trunkUrl>
    <workingDirectory>C:\sandbox\project1</workingDirectory>
    <executable>C:\Program Files\Subversion\bin\svn.exe</executable>
    <username>******</username>
    <password>******</password>
    <autoGetSource>false</autoGetSource>
    <timeout>120000</timeout>
  </sourcecontrol>

      <tasks>
<nant>
<executable>C:\Program Files\NAnt\bin\nant.exe</executable>
<baseDirectory>C:\ci\1\project1</baseDirectory>
<buildFile>default.build</buildFile>
<targetList>
     <target>run</target>
</targetList>
<buildTimeoutSeconds>10000</buildTimeoutSeconds>
        </nant>
      </tasks>
  </project>
</cruisecontrol>
作者: msnshow    时间: 2010-10-6 14:40
没试过,关注
作者: 三辉广淑    时间: 2012-1-7 23:16
谢谢您的辛苦发帖
作者: mmkeh    时间: 2012-11-20 12:37
交流交流好啊!楼主真厉害




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2