> 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