views:

11

answers:

0

Here I was trying to perform a GET operation to pull a list of files that have been checked in/changed for a given date range, excluding the ones that have not been changed in that time frame.

Here's the command I'm using:

ss Get $\MY_PROJECT to . -Vd8/01/10;12:00a~08/03/10;11:59p -R

In the beginning it actually seems to do what I want - it keeps crunching for a while trying to figure out the files that have changed. Then, all of a sudden, it dumps the remaining non-changed files in the same dir.

Is there a way to achieve what I need? If yes, what's missing? Thanks!