Difference between checkout and export in SVN

前端 未结 9 1604
执笔经年
执笔经年 2021-01-30 08:17

What is the exact difference between SVN checkout and SVN export?

From what I know, export does not include the .svn directory which include metadata, and checkout inclu

9条回答
  •  时光取名叫无心
    2021-01-30 08:40

    Any chance the build process is looking into the subdirectories and including something it shouldn't? BTW, you can do a legal checkout, then remove the .svn and all it contains. That should give you the same as an export. Try compiling that, before and after removing the metadata, as it were.

提交回复
热议问题