Darcs annotate denies all knowledge of files...

I just did a fresh pull of hpodder to see if there was still a bug in it that I just found in the feisty version. I ran
$ darcs get --partial http://darcs.changelog.org/hpodder $ darcs annotate Commands/SetTitle.hs
darcs failed: There is no file or directory named 'Commands/SetTitle.hs'
There is some mention online that Darcs does this when there are special characters in the filename. That isn't the case here. To be certain I ran it on several other files, all with the same result. I ran it on some of my own repositories and it worked fine. What gives? Cheers, Dougal.

On May 17, 2007, at 17:42 , Dougal Stanton wrote:
$ darcs get --partial http://darcs.changelog.org/hpodder $ darcs annotate Commands/SetTitle.hs
darcs failed: There is no file or directory named 'Commands/ SetTitle.hs'
just to cover the bases: cd hpodder? -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH

On 17/05/07, Brandon S. Allbery KF8NH
just to cover the bases: cd hpodder?
Yes, did that! ;-) I realise it wasn't very clear from the snippet I provided. This, however, is a direct copy-n-paste: dougal@cuttlefish hpodder $ ls Commands COPYING DB.hs Download.hs hpodder.cabal Makefile Types.hs Commands.hs COPYRIGHT debian DownloadQueue.hs hpodder.hs Setup.lhs Utils.hs Config.hs _darcs doc FeedParser.hs INSTALL TODO dougal@cuttlefish hpodder $ darcs annotate hpodder.hs darcs failed: There is no file or directory named 'hpodder.hs' dougal@cuttlefish hpodder $ darcs --version 1.0.9rc1 (release candidate 1) I am baffled. D.

On Friday 18 May 2007 09:42, Dougal Stanton wrote:
I just did a fresh pull of hpodder to see if there was still a bug in it that I just found in the feisty version. I ran
$ darcs get --partial http://darcs.changelog.org/hpodder $ darcs annotate Commands/SetTitle.hs
darcs failed: There is no file or directory named 'Commands/SetTitle.hs'
What gives?
Maybe because you did a partial get? Though you'd hope that darcs would complain in a clearer manner if there are no patches to process. I can't seem to resolve darcs.changelog.org at the moment so couldn't try it out myself.
participants (3)
-
Brandon S. Allbery KF8NH
-
Daniel McAllansmith
-
Dougal Stanton