My answer is Yes or NO.If we export then Build time will get increase and space also we need to watch.So this solution is not feasible for us.Thanks for your suggestions.
On Aug 12, 11:23 am, Bob Archer <bob.arc...@amsi.com> wrote: > > How to avoid the .svn directories while preparing rpm packages? > > When I am trying to do rpmbuild ,it is also taking all the .svn > > directores recursively ,Which I don't want to see in the rpm > > packages > > since we send to clients. I tried with %exclude but did not work. > > Do > > any one has this problem? > > You should probably export your working copy to a new folder and build your > package from that. An export does not include the .svn folders. > > BOb