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.
Kyrre Kristiansen wrote: > Hello. > > I am experiencing problems using cvsntuptd with very long path names. I have > a host of html created by a documentation generator, and now cvsntuptd won't > update the web site. Anyone know of a fix? From CVSNTUpd.c: WCHAR szCommandW[MAX_BUF+1]; // widechar command and from CVSNTUpd.h: #define MAX_BUF 1024 this seemed generous, but that could mean that any path longer than ~1000 characters could be unreachable. If you can recompile the program, try increasing the MAX_BUF. I don't see any underlying limit to the size of the command submitted to NetScheduleJobAdd(), but I don't like to assume anything when it comes to M$loth code... HTH John -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs