Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/svn/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
&引用;属性';文件';“不是文件”;使用SvnAnt时出错<;更新>;_Svn_Ant_Svnant - Fatal编程技术网

&引用;属性';文件';“不是文件”;使用SvnAnt时出错<;更新>;

&引用;属性';文件';“不是文件”;使用SvnAnt时出错<;更新>;,svn,ant,svnant,Svn,Ant,Svnant,我的更新有什么问题 <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/

我的更新有什么问题

<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>

请看这是否有帮助-@Rao我以前检查过它,但它没有用,他没有在
文件
属性中指定应该添加什么,我还想知道要从repisotry更新的文件是否存在于文件夹中?也许那是我的错
<update file="${svn.url}/111.sql" recurse= "false"/>