I have fixed it in wiki.
It's a problem when we upgrade the wiki.
In the script migutil.py used in upgrading the content of wiki:
48 def listdir(path):
49 """ Return list of files in path, filtering certain files """
50 names = [name for name in os.listdir(path)
51 if not name.startswith('.') and
52 not name.endswith('.pickle') and
53 name != 'CVS']
54 return names
It excludes the name "CVS" even it's a file instead of a directory when
migration.
Maybe in some case it should not be ignore even it's a directory.
Anyway, this shows that only the CVS page was missing.
I've create new CVS page in wiki as same as original one.
Huang Zhen wrote:
Hi, someone is asking about it.
--
Best Regards,
Huang Zhen
Linux Technology Center
IBM China Development Lab, Beijing
Telno: (8610)82782244-2845
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/