Hi,

I have a requirement where I have to send a list of SVN modified objects 
between given dates.
I can do that using Tortoise, following way:

1.       Right click and "Show log"

2.       Specify the date range - From, to - in the dialog box. This will 
filter the log based on the given dates.

3.       Select all entries.

4.       Now in the panel below, Tortoise each file that is modified for the 
given dates. Select all and export to any folder - we get all the modified 
files between the given date range exactly in the same folder structure as in 
the original files.

Now I want to automate this using command line utility and I tried using the 
following:

svn diff <URL> --summarize -r {yyyy-mm-dd}:{ yyyy-mm-dd } > svnlog.txt

This gives out a list of unique files modified between given date range. Using 
this list, my plan was to export each, but the problem is it does not preserve 
the same folder structure, instead, all exported files go into one single 
folder.

Is there a direct way to export for given date range?

Thanks much for any help.
Aravind

Reply via email to