Chinaunix首页 | 论坛 | 博客
  • 博客访问: 45792
  • 博文数量: 9
  • 博客积分: 1885
  • 博客等级: 上尉
  • 技术积分: 105
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-19 22:38
文章分类

全部博文(9)

文章存档

2011年(3)

2010年(6)

最近访客

分类:

2010-12-03 13:00:47


下载svnant的jar包,并将路径加入build.properties
在build.xml中加入
就可以执行svn命令了

build.properties
# -----------------------------------------------------------------------------
# build.properties
# This file is referenced by the sample build.xml file.
# -----------------------------------------------------------------------------
svnant.version=1.3.0

# -----------------------------------------------------------------------------
# all jar needed
# -----------------------------------------------------------------------------
lib.dir=lib

svnant.repository.url= url ....
svnant.repository.user=realmon
svnant.repository.passwd=passwd
svnant.exported=exported

build.xml

   
   

   
   
       
           
       

   


 
 



   
       
           
           
           
           
           
               
           

       

   


   
       
           
       

   


更多命令用法参考doc/svn.html或者


阅读(1872) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~