Type exactly like here with line breaks:
svn propset svn:ignore "file1
file2
file3" dir1
If you want to pass a list from another command, try xargs.
Unfortunately, the svn command doesn’t allow reading from stdin with -F -.
Type exactly like here with line breaks:
svn propset svn:ignore "file1
file2
file3" dir1
If you want to pass a list from another command, try xargs.
Unfortunately, the svn command doesn’t allow reading from stdin with -F -.