0

What wrong with my update?

<svn refid="svn.settings" logFile="D:\Copyof\anttt\R\log1.log">
    <checkout url="${svn.url}" destpath="D:\Copyof\anttt\R\OXS" revision="HEAD" depth="empty" />
    <update file="D:/Copyof/anttt/R/OXS/111.sql" dir="D:/Copyof/anttt/R/OXS" recurse="false"/>
</svn>

I got an error:

The attribute 'file' is not a file

If I change my update like this:

<update file="${svn.url}/111.sql" recurse= "false"/>

I get an error that the path is wrong. I got the pathbuild from nowhere.

D:/javaproject/build/https://.....
Chad Nouis
  • 6,861
  • 1
  • 27
  • 28
Moudiz
  • 7,211
  • 22
  • 78
  • 156
  • Please see if this helps - http://stackoverflow.com/questions/5326731/svn-ant-update-example – Rao Feb 21 '17 at 08:43
  • @Rao i check it before and it wasent not usefull , he didnt specify what should be add in the `file` attribute , also i want to know should the file to be update from repisotery exists in the folder ? maybe thats my mistake – Moudiz Feb 21 '17 at 08:47

0 Answers0