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.
Don, Here is a tiny patch I applied to 2.0.58d, again ages ago, that may help you out. diff -r cvsnt_releases/cvsnt-2.0.58d/src/chown.cpp mycvsnt/cvsnt-2.0.58d/src/chown.cpp 92c92,93 < fileattr_setvalue(NULL,"directory/owner",chown_user); --- > /*fileattr_setvalue(NULL,"directory/owner",chown_user);*/ > change_owner(chown_user); Cheers Mikew dzielke at aep.com wrote: > I did have to do a few minor edits of the fileattr.xml file, though. > First being to fix the malformed owner attribute when I run the cvs > chown command, and then whenever I run a cvs chacl command it puts some > kind of binary character in front of my user name "<eff>". Those were > detailed in my emails from last week, let me know if you want me to > re-post those. >