I have added new files in the svn repository.
When I try to build rpm, make dist is failed, as the file name is exceeding 99 characters.
The make dist is trying to tar all the files recursively in the directory.
Here is the dump

tar: tetware-ncs-1.0/avsv/automation/regress/adminOperations/nway_active/.svn/text-base/su_lock_unlock.sh.svn-base: file name is too long (max 99); not dumped
tar: tetware-ncs-1.0/avsv/automation/regress/adminOperations/nway_active/.svn/text-base/node_lock_unlock.sh.svn-base: file name is too long (max 99); not dumped
tar: tetware-ncs-1.0/avsv/automation/regress/adminOperations/2N/.svn/prop-base/su_lock_unlock_standby.sh.svn-base: file name is too long (max 99); not dumped
tar: tetware-ncs-1.0/avsv/automation/regress/adminOperations/2N/.svn/prop-base/su_lock_unlock_active.sh.svn-base: file name is too long (max 99); not dumped

Can I have any option to specify the upper limit of the filename or can i exclude the .svn directory while doing make dist.