List all properties recursively on all files:
svn proplist -v -R [TARGET]
You could also send the output in a file to find any svn:ignore
property:
svn proplist -v -R [TARGET] > file.log
List all properties recursively on all files:
svn proplist -v -R [TARGET]
You could also send the output in a file to find any svn:ignore
property:
svn proplist -v -R [TARGET] > file.log