[WinSCP] How to configure exclusion settings to avoid transferring SVN files
I researched how to configure exclusion settings to avoid transferring .svn files using the Windows SFTP/SCP client “WinSCP”, so here’s a memo.
From WinSCP menu, go to:
[Options] → [Preferences] → [Transfer]
In “Other”, select “Exclude” and enter in “Mask”:
.svn/;
Click the “OK” button to complete the configuration.
That’s all.
・MOT:主にプログラム勉強メモ部屋 - WinSCPのSVN用設定
・開発環境勉強会資料 (シェル環境、Xdebug、WinSCP etc) | バシャログ。
That’s all from the Gemba.