[chora] Weird results with Chora 1.0

Anil Madhavapeddy anil@recoil.org
Thu, 21 Feb 2002 19:56:01 +0000


On Wed, Feb 20, 2002 at 04:13:21PM -0500, Colin Viebrock wrote:
> I'm starting to see directories in my CVS repository that I know I removed a
> long time ago.  They are showing up, even though I haven't clicked "Show
> Deleted Files".
> 
> Is this a known issue?  I don't even know where to start trying to debug
> this ...

Yeah, it is.  CVS never deletes directories - when you delete
an entire tree, all the files in there are moved into the relevant
Attic/ directories.

>From Chora's point of view, when it looks at a single repository
directory, it doesn't know that some of the directories are
actually "empty" on that branch.

The only real way to solve this is by using a database to
pre-process the CVS repository to make up for some of CVS's
shortcomings (to handle searching, better views, per-commit revs).

Anil