Results 1 to 1 of 1
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 ...
- 10-27-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
make dist is failing as the file name is exceeding 99 characters
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.


Reply With Quote