CVS log for loncom/interface/lonindexer.pm

[BACK] Up to [LON-CAPA] / loncom / interface

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: version_0_99_4


Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Aug 6 16:43:36 2003 UTC (20 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_4
Diff to previous 1.71: preferred, unified
Changes since revision 1.71: +3 -3 lines
1. When list /res there is no reason to do any network calls, as it was
   we were trying to do bre checks on /res/msu//res/msu
   which is
    a) wrong
    b) doesn't have a trailing / so metdata tried to get metadata
       which meant we tried to do a repcopy, which meant we tried to find what home server
       user res in domain msu was on which is
        i) stupid
        ii) kinda funny
        iii) cuased us to try to do a network call to everymachine
2. Fixes BUG1963, since we no longer make any network calls when listing /res

3. Have I mentioned how much I love the caller function. Introspection is so much fun.

4. One last line in an attempt to pad out my commit message

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>