changeset 703 | ecf2c59629fc |
parent 615 | 6f70bcc536bb |
child 746 | 12815724a053 |
--- a/common/templates/source-spec.ant.xml.ftl Mon Oct 19 10:29:47 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Tue Oct 20 10:47:15 2009 +0100 @@ -134,6 +134,10 @@ <arg value="log"/> <arg value="-r"/> <arg value="${dollar}{sf.sourcesync.${count}.checksum}:${dollar}{sf.previous.pdk.tag}"/> + <#if "${pkg_detail.type}"=="branch"> + <arg value="-b"/> + <arg value="${pkg_detail.pattern}"/> + </#if> </exec> </sequential> </target>