how to println checkout message(every files) on the console
心迹 <[email protected]> Tue, 15 Oct 2013 20:27:49 +0800
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <[email protected]> |
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: [[email protected]].