Skip Menu |

This queue is for tickets about the svk CPAN distribution.

Report information
The Basics
Id: 21401
Status: new
Priority: 0/
Queue: svk

People
Owner: Nobody in particular
Requestors: WMCKEE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.08
Fixed in: (no value)



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