Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Windows Clients and UNIX Servers?

clients servers Unix Windows
0
Posted

Windows Clients and UNIX Servers?

0

Windows clients generally work with UNIX CVS servers accessed via the :pserver: method or via SSH. Some common problems include: • Due to case insensitivity, it is possible, though uncommon, to have two files which get checked out on UNIX which look like a single file under Windows. • If you use two subdirectory names in one directory which differ only in case, the Windows box will get big problems on checkout and update. Even if one subdirectory is empty while the other is not (and you use -Pd options), you will get “cvs update: move away `foo/bar.c’; it is in the way” messages frequently. This is because the Windows CVS client does not find out that these are different directories, thus, the CVS/ subdirectory of one directory will be overwritten with the CVS/ directory of the other. It seems to be pure luck which one gets overwritten with with one. • Don’t use the same workspace under Windows and UNIX via a network share or whatever. CVS performs OS dependant line ending conversions

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123