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.
HI, I installed 2.0.58d on my Fedora Core 2 Server... RPM installed fine, system is working but whenever I use EDIT or Watch or anything CVSNT creates a corrupt fileattr.xml file. this is my Repository: Repository0=/home/cvshome/EnC1 Repository0Name=/cvs/EnC1 I also have used the passwd and the admin files in my CVSROOT checkin and out work fine if you delete the bad .xml files What is wrong here ? fileattr Looks like this then: (non ASCII characters removed) <?xml version="1.0" encoding="UTF-8"?> <fileattr> <file name=""> <editor name=""> <hostname></hostname> <pathname></pathname> <tag>*nonASCIIchar*G*nonASCIIchar*</tag> <time></time> </editor> <watcher name=""> <temp_commit /> <temp_edit /> <temp_unedit /> </watcher> </file> </fileattr> or like this when adding a watch: <?xml version="1.0" encoding="UTF-8"?> <fileattr> <file name="*nonASCIIchar*G*nonASCIIchar*"> <watcher name> <commit /> <edit /> <unedit /> </watcher> </file> <file name="*nonASCIIchar*1/EnC_A1_usecase/ReadMe,v"> <watcher name=""> <commit /> <edit /> <unedit /> </watcher> </file> </fileattr>