Is it possible to checkout all files in binary mode from CVS? -


i have cvs project called "merlin". when checkout entire project on linux files correct. when checkout project on windows there newline introduced after each line, causing failure script execution in few cases given below -

code on linux -

if key_name in self , isinstance(self[key_name], dict) , \     platform_name in self[key_name]:  

code on windows -

if key_name in self , isinstance(self[key_name], dict) , \      platform_name in self[key_name]: 

this has happened 40+ py files , 1000+ errors introduced after cvs checkout on windows..

tortoise cvs client provides option.

tortoisecvs


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -