I am using Jenkins to build my projects with subversion plugin.
When it does check out – it also checks out the .svn files from the subversion.
How can I tell him not to include them?
I don’t need them since I simply build the projects from them
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By definition, a “checkout” in Subversion means that you want the repository working-copy metadata. It sounds like you should just use a script to export your code from the repo… that will give you a raw copy for compilation.