I need to export all the files from SVN within a particular Date Range. I have two questions regarding that.
- How do I run the "svn" command? There are lot of sites which provided help on how to get the files in that range.(For example How do I obtain a list of files that changed from svn over a date range?) But I couldn't find how to run "svn" com开发者_如何学运维mand
- When exporting the files withing a date range, is it possible to maintain the folder structure?
A bit of Unix-like scripting should help:
- I would first run an svn exportcommand to get all the files (or just use your working copy).
- Then I would use svn diffto get the list of files to keep, as explained in the post you refer to.
- Then, using this list and the xargscommand, copy all the files in the range to another location...
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论