Subject: | Listing deleted files using diff |
Hi,
I've recently started using svk and have been looking for an easy way to
get a full list of all files that had ever been in a directory. The best
way to do this seems to be the diff option. Here's the command I'm using:
svk diff -r 42:48 -s //william/finances
Now, I have an initial import followed by a deletion of a directory that
I no longer needed. The import is at rev 42 and the delete at 43. I have
over 100 revisions.
If I set the command to us '-r 43:48', I get the list of deleted files
that took place at rev 43. However, if I try any other options such as
-r 42:43 or -r 42:50, I'm not seeing any results.
Is this expected behaviour?
Thanks,
William