cvs commit: apache-2.0/src/include httpd.h

2000-10-12 Thread wrowe
wrowe 00/10/12 12:45:58 Modified:src/main util.c src/include httpd.h Log: Modify ap_make_dirstr_prefix, platforms with HAVE_DRIVE_LETTERS or NETWARE can request 0 elements, returning the '/' root. [William Rowe, Tim Costello] from 1.3, with documentation

cvs commit: httpd-docs-2.0/htdocs/manual/mod index.html index-bytype.html mod_browser.html mod_cookies.html mod_dld.html mod_dll.html mod_log_common.html

2000-10-12 Thread slive
slive 00/10/12 11:18:15 Modified:htdocs/manual/mod index.html index-bytype.html Removed: htdocs/manual/mod mod_browser.html mod_cookies.html mod_dld.html mod_dll.html mod_log_common.html Log: Clean up obsolete modules. Revision ChangesPath

cvs commit: apache-2.0/src/lib/apr/include apr.h.in apr.hw

2000-10-12 Thread wrowe
wrowe 00/10/11 23:14:31 Modified:src/include ap_config.h src/lib/apr/include apr.h.in apr.hw Log: I hope this clarifies. Greg is absolutely correct, there is no need for any modules symbol other than AP_MODULE_DECLARE_DATA, since module .h files containing

cvs commit: httpd-docs-2.0/htdocs/manual new_features_1_0.html new_features_1_1.html new_features_1_2.html new_features_1_3.html

2000-10-12 Thread slive
slive 00/10/11 20:22:16 Removed: htdocs/manual new_features_1_0.html new_features_1_1.html new_features_1_2.html new_features_1_3.html Log: We're going with "legacy free" 2.0 docs. No references to the 1.x series except in the upgrading/new features docs.

Re: Deleting files using CVS

2000-10-12 Thread Rich Bowen
Joshua Slive wrote: > > Can anyone tell me what is the correct way to delete files in CVS? > > There are a ton of obsolete files in the Apache 2.0 docs that should > go in the trash. cvs remove -f file.name Rich -- Author: Apache Server Unleashed - www.apacheunleashed.com Come See Me At Apache

Deleting files using CVS

2000-10-12 Thread Joshua Slive
Can anyone tell me what is the correct way to delete files in CVS? There are a ton of obsolete files in the Apache 2.0 docs that should go in the trash. Joshua.

cvs commit: httpd-docs-2.0/htdocs/manual upgrading.html index.html new_features_2_0.html

2000-10-12 Thread slive
slive 00/10/11 17:19:38 Modified:htdocs/manual index.html new_features_2_0.html Added: htdocs/manual upgrading.html Log: Just a scratch of a start of an upgrading doc. It would help if people note any changes here that will affect end-user configuration. Revision C