Is there a way or method to do an export of between two revisions to a physical directory?
In this way, the result expected is to have only files, changed between the specified revisions.
Is there a way or method to do an export of between two revisions to a physical directory?
In this way, the result expected is to have only files, changed between the specified revisions.
On
BTW: These are the steps I took to accomplish this:
Although there is not direct way to do this in svn (which I think it should have), this is a suggested work around.
Thanks.
You can only check out individual revisions. What you are probably looking to do is export only the files changed between 2 revisions. Pseudocode: