svnignore - How to ignore a directory in svn status? -
i want ignore directory or group of files when run svn st
, don't want set svn:ignore
property, means still want directory/files updated when run svn up
. don't want see status of folder. can achieve this?
you group files , folders you'd see status changelist
, , pass through svn status
command using --changelist
option.
Comments
Post a Comment