SVN日常總結

2021-09-28 15:21:10 字數 2322 閱讀 7910

1、安裝svn的時候會生成乙個setting,雙擊「settings」,icon overlays中的status 擦車選擇shell,driver types選擇fixed drivers;icon set選擇mufwin7

在這裡插入描述2、在執行裡輸入regedit,進入登錄檔介面,hkey_local_machine->software->microsoft->windows->currentversion->explorer->shelliconoverlayidentifiers,

檢視登錄檔中是否有tortoisesvn相關選項,如果有,將tortoisesvn相關移到最前端,將首字母改為數字,或者空格。

3、新建txt檔案輸入下面內容,儲存並重命名為「svn.reg」,雙擊即可匯入登錄檔中

windows registry editor version 5.00

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\1tortoisenormal]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\2tortoisemodified]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\3tortoiseconflict]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\4tortoiselocked]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\5tortoisereadonly]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\6tortoisedeleted]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\7tortoiseadded]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\8tortoiseignored]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\9tortoiseunversioned]

@=""

[hkey_local_machine\software\microsoft\windows\currentversion\explorer\shelliconoverlayidentifiers\offline files]

@=""

4、開啟任務管理器,查詢到explorer.exe 任務記錄將對應的任務停止(此時可能會出現黑屏的情況,當時重新將乙個執行任務explorer.exe即可),如果上面情況還不能使得圖示啥的正常顯示,那麼在登錄檔中,(後面操作沒有試過)shelliconoverlayidentifiers右鍵,新建–項,輸入1tortoisenormal,然後在預設下面右鍵,修改,在數值資料中輸入

感謝博主yngsuag的分享

SVN新手日常應用

copy原始碼基本操作 1.本地新建資料夾 你原始碼所存放的位置 2.在資料夾上右擊 svn checkout.url 位址是svn許可權給的 一般經理會給你開通 3 如果你是第一次使用,這個時候點選ok 會有乙個彈框 讓你輸入使用者名稱和密碼 然後點選ok即可 update日常應用 一般上班前 更...

總結 日常總結

最近變得浮躁了,學不進了,那就寫總結吧。關於刷題 從去年十一月份到現在,感覺唯一堅持的意見事情就是刷力扣了。四個多月,寫了六百多道題,大概有四五題一天,然後也在堅持參加周賽。很多時候,有些事情成了習慣,那麼也就不需要去堅持了。比如說現在,每天都是先把每日一題和劍指 offer 的任務完成了再開始做其...

IDEA中SVN的日常使用

在idea的面板中,根據面板的背景顏色不同,顏色可能會不一樣。這裡是以白色背景面板為準。代表沒有提交過,需要add,在提交。代表沒有動的檔案。代表檔案修改過,還沒上傳。代表錯誤,或者衝突。windows下alt 9,os x下cmd 9是changes 選項卡,上面有乙個名為local change...