Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /usr/local/cvs Module name: cvsnt Repository: cvsnt/windows-NT/ Changes by: tmh at betty.magenta-netlogic.com. 03/06/02 16:05:42 Modified files: ./: cvsnt.vcproj cvsnt/lib/: fnmatch.c system.h cvsnt/src/: add.c checkout.c client.c commit.c cvs.h entries.c filesubr.c find_names.c hash.c lock.c ls.c mkmodules.c parseinfo.c perms.c rcs.c recurse.c repos.c server.c subr.c cvsnt/windows-NT/: filesubr.c win32.c Removed files: cvsnt/lib/: fncase.c Log message: Some mucking around with case sensitivity... It's obvious that the FILE_FLAG_POSIX_SEMANTICS was put in there to pass some kind of marketing thing and never actually used. It doesn't support directories at all (CreateFile "/foo.txt" fails with, of all things, file not found). Also (critical for cvsnt) MoveFileEx and DeleteFile have not posix equivalents, which means it's pretty useless. Still, got some nice tidying out of it.