Hi,
I am facing issue with svnant commit. Svnant checkout is working fine.
My ant script for svnant commit is
<target name=”svn-commit”>
<svn username="${svn.username}" password="${svn.password}" >
<commit message="Test commit" >
<fileset dir="${trade.repo.home}/app_root/plugins/auto_install_plugins" >
<include name="Logistics.ALL.Messages.Automate.1.zip" />
</fileset>
</commit>
</svn>
</target>
D:\Program Files\apache-ant-1.8.4\bin>ant -f D:\WS_New15.5.0\Logistics.ALL.Messa
ges.Automate.1\build.xml
Buildfile: D:\WS_New15.5.0\Logistics.ALL.Messages.Automate.1\build.xml
svn-commit:
[echo] D:/WS_New15.5.0/Trade
[svn] <Commit> started ...
[svn] <Commit> finished.
BUILD SUCCESSFUL
Total time: 0 seconds
But file commit is not happening, even though it shows successful.
Please help.
Thanks,
Sudha
________________________________
The information transmitted (including attachments) is covered by the Electronic Communications Privacy Act (18 U.S.C. §§2510-2522), and is intended for the named recipient only. If the reader of this e-mail is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution or copying of this e-mail or its contents is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by e-mail and delete this e-mail. The transmission may contain confidential and proprietary information. In that regard, financial and technical information are confidential and proprietary information of Amber Road, Inc. and its subsidiaries. Notwithstanding any agreements or understandings to the contrary, Amber Road, Inc. and its subsidiaries have an expectation that such information will be kept confidential, not disclosed to anyone and will only be used to promote the business relationship with Amber Road, Inc. and its subsidiaries.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3079982
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2014-06-06 15:32:46 CEST