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.
Miklós Fazekas wrote: > 1. Installation didn't work, i've always got a preinstall/preupgrade > failed. > It seems that preinstall/preupgrade should exit with 0 status code, > so i've insterted an 'exit 0' to the end of these scripts. Hmm... Works fine for me. A 0 status code is the default anyway. > 2. When i commited a .sh file it got commited as binhex, and not as > clear text, why??? > If i don't need this binhex stuff, how can i disable it?! > (The file contains a resource some editors like CodeWarrior adds > resource fork to text files that contains only fonts/tab information) > The finder recognizes the file as CodeWarrior source file, so i don't > understand why do cvsnt encodes it?! Files with resource forks get encoded by the client so you get the same file out when you checkout. It's not really my department though since I didn't write it.. Tony