Subversion ignore directory contents


/ Published in: SVN
Save to your folder(s)

Command used to ignore all contents of specific directory


Copy this code and paste it in your HTML
  1. /$ cd cache/
  2. /cache/$ svn propset svn:ignore '*' .

Report this snippet


Comments


You need to login to view comments.