0
Tyring添加和提交了「PDF」目錄顛覆(1.9.3)有以下幾點:無法提交「PDF」目錄
mkdir pdf
svn add pdf
svn commit -m "adding pdf directory"
然後我得到以下錯誤:
Adding pdf
svn: E175015: Commit failed (details follow):
svn: E175015: The HTTP method 'MKCOL' is not allowed on '/repos/int/!svn/wrk/5489b72a-9b40-2742-ad1e-fb87a90f4c54/trunk/content/src/main/content/pdf'
其他任何東西都可以,例如:'pdfs'。
'pdf'目錄還沒有出現在subversion中,甚至試圖將其添加到新創建的子目錄中。
你的Apache配置中是否有任何規則防止上傳帶有pdf的文件名? – alroc
Apache有一個pdf重定向。現在規定不要將pdf重定向到回購。 – enkor