每次都忘記,筆記一下
$svn switch --relocate file:///tmp/repos file:///tmp/newlocation
每次都忘記,筆記一下
$svn switch --relocate file:///tmp/repos file:///tmp/newlocation
啟動 apache2 出現這錯誤訊息:
Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 127.0.0.1 for ServerName
只要在 httpd.conf 或是 apache2.conf 裡面加上
通常會出現這錯誤訊息都是因為在 svn 上有同名卻大小寫不一的文件存在,到了 windows 上就會出錯,砍掉其中一個就OK了。
UNIX-Like:
find . -type d -name ".svn" | xargs rm -rf
Windows: (用 Google 偷來的,出自: Jon Galloway : Shell Command - Remove SVN Folders)
本來用 pietty 連線,一切正常,一開 screen 馬上變亂碼...
可以在 screen 開啟中按 Ctrl + a 後,鍵入:encoding gbk gbk,即時修改。
或是在自己的根目錄下創一個 .screenrc ,在最後面加上兩行:
強者好壞我學長zmx告誡:凡受功不可獨享私藏,應造福中文市場,否則必遭土匪終結。
基於被脅迫教化的前提下,開始學著紀錄。
出現 containing working copy admin area is missing 表示該目錄下 .svn 受損。