views:

26

answers:

1

Hello, when going through revisions I would like to download the last version of a file (That has been deleted in the revision the code is at) Right now I have been trying to export the file at the ((revision number I am at) - 1) however that does not always work. Is there an easy way to do this? Thanks.

Edit: Well after doing some extensive looking around, SharpSVN was not to blame here. There is apparently missing information inside the Repository itself, and when trying to access this file from Turtoise, I get a similar error saying that it could not find said path.

A: 

You might need to use a peg revision to help SVN find the deleted file.

ChrisH