Topic: Ignoring entire subdirectories in SVN?
From Bash:
mlanza@CLARITY:/var/www/daybreak$ svn status
? public/person
mlanza@CLARITY:/var/www/daybreak$ svn propset svn:ignore "*" public/person/
svn: warning: 'public/person' is not under version control
Notice that I get this one subdirectory where a person's photos are saved (ala file_column). I don't want SVN bawking about it, yet I can't seem to svn:ignore it. Granted, I am green with some of the more intricate SVN commands, but what gives!?
Thanks.
Mario