On Thu, 31 Oct 2002, Steve deRosier wrote: > Here's what is happening: > 1. J: is a networked drive connected to my home directory on our Linux > server via Samba
You can't do that, because Linux and Windows don't agree on the representation of text files. This affects the treatment of text documents on update and commit, and also the representation of the CVS/ administrative files. So even if you solve the location non-transparency problem by using a CVSROOT that works everywhere, you still have this problem. > New question: Is there an easy way to fix this problem, so I can > transparently use CVS in the same working directory both remotely and > locally? You can simply maintain two separate sandboxes. To propagate changes from one to the other, commit in one, and update in the other. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
