i am using jenkins for build process. i have created one job with svn url test.svn.com/branch/branch4 now i want to switch this working copy to test.svn.com/branch/branch5. how it is possible in jenkins.
when i gave new URL in jenkins, jenkins clean old code and then took checkout. i dont want to clean old code, i just want to update this copy for changed file.
because cleaning working copy and checkout new branch takes more time and occupy network bandwidth also.
i have also installed updated subversion plugin for this issue but it doesn't fulfill my requirement.
please let me know, if any body has any idea regarding this.
i have also gone through below URL.