摘要:svn-cleaner
最近要將舊專案的.svn刪除,
用export的沒有用,因為有些是後來加的,但沒有做任何的commit,
所以會希望不做commit的狀況下,整個資料檔案搬過去可能有點困難,
但有辦法砍.svn檔,
用以下這隻程式
https://code.google.com/p/svn-cleaner/
下載後安裝SVNCleaner
最後,windows右鍵選單,會出現三個新的選項
Remove All But Root.svn
Remove All .svn
Remove Local Repo Files
使用Remove All .svn就可以解決問題。