http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html
On Thu, Dec 17, 2009 at 3:02 PM, Mike Dixon <michael.di...@denovosoftware.com> wrote: > Gyorgy Foldvari wrote: >> >> echo "-r1 ^/trunk/A/D/H external/here" > ../f > > I'm not an svn developer, but if you had asked this on the users@ list, I > would have told you the following: > > This isn't a bug; you need to use a peg revision rather than the -r syntax > if you want to access paths that have since been moved or deleted. Try > instead with: > > "^/trunk/A/D/h...@1 external/here". > > -Mike >