Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#290 closed enhancement (fixed)

portindex port_traverse dives into unnecessary directories

Reported by: jpm@… Owned by: kvv@…
Priority: High Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

port_traverse currently dives into any and all directories other than "." and "..". this is an issue after building several ports since the port work directories can be extremely large and heavily populated. portindex then takes significantly longer to scour these directories.

the attached diff adds the directories named "CVS", "files" and "work" to the list of directories to not dive into.

Attachments (1)

portindex.tcl.diff (1.2 KB) - added by jpm@… 21 years ago.
diff to add more directories to avoid

Download all attachments as: .zip

Change History (3)

Changed 21 years ago by jpm@…

Attachment: portindex.tcl.diff added

diff to add more directories to avoid

comment:1 Changed 21 years ago by jpm@…

Priority: expectedimportant
severity: normalenhancement

comment:2 Changed 21 years ago by landonf@…

Resolution: fixed
Status: newclosed

Committed

Note: See TracTickets for help on using tickets.