Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在初始导入发生之前设置颠覆属性?
我正准备将 Web CMS 导入新的存储库。它有目录sites/default/files,其文件是用户生成的,我不希望它们在存储库中。所以我试图事先设置该属性,但看起来我不能,因为很明显,它不是一个存储库。
sites/default/files
$sites/default/files> svn propset svn:ignore '*' . svn: '.' is not a working copy
如何在忽略某些文件夹的情况下进行导入?
根本不可能。导入没有文件夹的文件夹树。