[WinSCP] How to configure exclusion settings to avoid transferring SVN files

Tadashi Shigeoka ·  Wed, March 21, 2012

I researched how to configure exclusion settings to avoid transferring .svn files using the Windows SFTP/SCP client “WinSCP”, so here’s a memo.

How to configure exclusion settings to not transfer .svn

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.


Reference Information

MOT:主にプログラム勉強メモ部屋 - WinSCPのSVN用設定

開発環境勉強会資料 (シェル環境、Xdebug、WinSCP etc) | バシャログ。

That’s all from the Gemba.