I need to checkout a previous version from my SVN and then make some changes to it, commit it and then prepare the build from this new revision from Jenkins.
How can this be done?
I know I can checkout a previous revision but when I will commit the changes to this revision, the new commit will still have all the other previous changes.
I am using TortoiseSVN.
Example of what I want to achieve: Say the current version is 111. and I want to revert to revision 99 and then be able to commit to this without all the changes from 100 till 111. Then build this new revision from Jenkins.
This SO question was also looking for something similar, is it still not possible to do something like this?