I got my CVS server to work correctly with WinCVS now, but I have the
following situation (which is not necessarily a huge problem, but could be
the indication of something wrong):

I had created several projects under Visual Studio 6 (Vis C++).  I imported
the ASCII files (i.e. .h, .cpp) to CVS with the following command (run from
the Linux box... I transferred the files there first):

        cvs import -m "Source Code" Source mkeyes start

Source is the generic folder I place all the folders of each project under.

I also added any graphic files with the following:

        cvs import -kb -m "Source Code" Source mkeyes start

Now then, when I checkout the ASCII files and open them under Visual Studio
6, I get the following message:

        Lines ending with only a carriage return detected.  These will be modified
to include a linefeed.

Then, as the message states, I get two linefeeds for every one I had
previously.  When I go back and correct the formatting error, commit it,
then check it out and look at it again, it looks fine.  However, I get the
feeling that I might be missing something.  Any help is appreciated.

Matt


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to