[EMAIL PROTECTED] wrote:
> 
> Dear CVS Gurus,
> 
>      Client developers on my site, checkout code on unix machines. They then use
> the checked out code on Windows using Samba. How do i make sure that when they
> check the files out on unix, it automatically put the Ctrl Ms on these DOS-type
> files?
>      If a file is checked in with Ctrl Ms on unix, are the Ctrl Ms retained on
> another checkout or during commit? (All cvs commands are run on unix).
> 
> Thanks in advance,
> aditya

If the files are checked in in 'Microsoft format' on the Unix boxes, you must never 
attempt to subsequently
check them out from a microsoft box as it will get very confused.... (It will get lots 
of <CR><CR><LF> pairs
and attempt to double the number of lines in the source file).

Why not just use the microsoft client, which will strip the extra <CR> characters out, 
and put them back in again?

Much of the same caveats exist re: sharing over samba as sharing over NFS, only worse 
(samba has this habit of attempting
to convert text files itself unless you stop it...)

Tony

-- 

Swamp frog: ribb-it ribb-it ribb-it
Busch frog: bud..wis..er bud..wis..er
Win95 frog: Re-boot Re-boot Re-boot

[EMAIL PROTECTED]

Reply via email to