Aug 31, 2011

Delete files(source code) in google code web 在google code 中刪除檔案

Google code web can create or edit any file easily.
Google code 網站可以很方便地建立或編輯檔案,

The only problem is that you can not delete files on the web....
唯一的問題是無法刪除檔案。



Solution
解決方法

Step1. install svn client like tortoisesvn for windows : http://tortoisesvn.net/downloads.html
先安裝 svn 的軟體,windows的使用者可以安裝 tortoisesvn

Step2. in the command line, input the command like below
安裝完成後,在指令模式執行以下類似的指令
svn delete https://yourproject.googlecode.com/svn/trunk/file.ext --username yourusername@gmail.com -m "your reason"

Step3. input your password and the file will be deleted.
輸入密碼,檔案即可被刪除

No comments:

Post a Comment