Hi all. I have this folder
public/assets/dvd_files/dvds/
and i want to svn ignore anything that might appear in it. I thought that this would work:
svn propset svn:ignore * public/assets/dvd_files/dvds/
but i get this error message back:
svn: Cannot set 'svn:ignore' on a file ('Capfile')
Can anyone set me straight as to what i'm doing wrong here? cheers, max