[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] how to println checkout message(every files) on the console

From: 心迹 <jaykenhome123_at_qq.com>
Date: Tue, 15 Oct 2013 20:27:49 +0800

Hello,
 <target name="checkoutThis" depends="clean_svnant">
    <svn username="${svnant.repository.user}" password="${svnant.repository.passwd}" javahl="true" svnkit="true" >
            <checkout url="${svnant.this.url}" revision="HEAD" destPath="src_${svnant.version}" />
    </svn>
  </target>

 
  I use gradle to execute task, with the bat file
 @echo on
  start gradle checkoutThis
  exit
  Everything is ok , however the screen do not println all check files about url(<checkout url>), like this:
  file one
  file two
  file three

  i wonder can do this,(I sorry ,i know just a little with English)
  Thanks

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3066356

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-10-15 14:34:14 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.