Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #8 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Moved directories are monitored under their old location

Reported by: stuarth Owned by: stuarth
Priority: major Milestone: Release v1.0
Component: Plugin Version:
Keywords: Cc:

Description

I moved a directory then added a file to the directory I had just moved - the old path was the one that was given to the scanner.

Change History

comment:1 Changed 4 years ago by stuarth

  • Status changed from new to assigned

The directory we've got in the hash that identifies its location needs to be updated. I suggest the best way of doing that is:

  1. Remove it when it's detected as gone;
  2. When it's detected as moved in remove it from the hash (in case it's not yet gone), then add it as a newly added items.

comment:2 Changed 3 years ago by stuarth

  • Status changed from assigned to closed
  • Resolution set to fixed

I think this should be fixed by the changes committed in r403.

Note: See TracTickets for help on using tickets.