Revert a Specific Revision from Main Trunk to a Revision from a Branch

2018-05-03 Thread Evan J
Here is a scenario I am working with: I have a trunk with several revisions that are committed after the branch is created. Let's assume the trunk is currently at revision 140. And let's assume the branch was created from the trunk from revision 100, and currently the HEAD revision in that branch

How to Preserve Directory Commit Time with SVN Export

2016-06-24 Thread Evan J
I am trying retrieve *only* the artifacts that have been modified/added in Subversion repository from revision x to revision z. For that, after obtaining a list of such files/folders through svn diff --summarize, I run svn export in my script to retrieve the individual files/folders. However, svn