DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14295>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14295 Checking out by revision label also creates empty subfolders that arent part of the revision label Summary: Checking out by revision label also creates empty subfolders that arent part of the revision label Product: Ant Version: 1.6Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] When checking out by revision label, additional project folders will be created even if they are not part of the label. This may also happen for view labels, but I have not tested that case. I suggest you test that case out too. Example: <target name="checkout_scripts_label" depends="init" if="starteam.bmo.label"> <stcheckout URL="${starteam.ps.url}" username="${starteam.user}" password="${starteam.password}" userepositorytimestamp="true" rootlocalfolder="${scripts}" rootstarteamfolder="tst/scripts" forced="true" label="${starteam.tst.label}"/> </target> When running this target with a starteam.tst.label of "dummy" for a revision label created on a single file called dummy.txt, all subfolders and their children in the tst/scripts were created as well, even if they didn't have that revision label. The created subfolders were empty. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
