Can you create a patch file for changes from one revision to another in SVN?

Answered

Hello,

The title says it all, basically... Can you create a patch file for changes from one revision to another in SVN?

Thanks,

Christian

0
2 comments

Unfortunately, you can not simply select several revisions in the Repository tab, and create a patch. It works for GIt, but not for SVN.

I was not able to find a request for this, so a one is welcome at https://youtrack.jetbrains.com/issues/IDEA

The one mentioned above is to create a diff between your current working copy state and some revision, seems related but not exactly the same.

The easiest workaround is to do it from command line, see this thread 

1

Please sign in to leave a comment.