last login: fri jun 29 13:12:59 on ttys000
error validating server certificate for '':
- the certificate is not issued by a trusted authority. use the
fingerprint to validate the certificate manually!
- the certificate hostname does not match.
certificate information:
- hostname: t3djlfvzbcestvv
- valid: from fri, 29 jun 2012 01:38:43 gmt until mon, 27 jun 2022 01:38:43 gmt
- issuer: t3djlfvzbcestvv
- fingerprint: 67:2b:d9:84:7b:45:89:37:02:cf:52:7f:79:2a:6f:b1:df:8c:4f:09
(r)eject, accept (t)emporarily or accept (p)ermanently?p
SVN中的check out與export的區別
一 check out跟check in對應,export跟import對應。二 check out匯出獲得檔案後,匯出的檔案仍處於svn版本控制中,與版本庫保持關聯,比如你可以進行svn update或者svn commit操作。同時匯出資料夾下有乙個.svn的隱藏資料夾,儲存著一些版本的元資料資...
SVN只checkout部分目錄的方法
整個code是乙個很大的工程,我想只checkout幾個指定的目錄即可,因為我經常用的就只有這幾個,怎麼辦呢?命令列方法 命令列操作的話,先用svn co depth empty 檢出空資料夾,然後再從這個空資料夾中svn up filename獲得所需要的檔案。這種方法我已經親自驗證通過,指令碼見...
SVN提交失敗
1.原始的xml 當中topbar對應的xml布局有問題,所有按鈕都擠在一行了,現在要把這個topbar對應的xml設計成兩行的,現在我對這個xml進行bug修改 2.我修改之後的 注意 這個td裡面的內容我修改過了 3.這是別人在本地提交的時候的樣子 注意 他在這裡去掉了有個一對td,也就去掉了i...