Let\'s say I want to set the svn:ignore property for directory dir1 with multiple values, file1, file2, and file3
Adding multiple entries is much easier. Use the following command:
svn propedit svn:ignore .
This will open a text editor. Now you can add multiple entries easily.