Re: Problem with CR in cvs log.

2002-08-30 Thread Apostolos Manolitzas

Larry Jones wrote:

>Apostolos Manolitzas writes:
>  
>
>>I use cvs 1.11.1p1 in my Linux box (RH7.1). The linux box is the client 
>>and the server
>>uses cvsnt (win2000) on a windows machine.
>>
>>
>
>CVSNT is entirely separate from CVS -- you should probably ask this
>question on the CVSNT mailing list (see <http://www.cvsnt.com/>).
>
>  
>
>>cvs server: Logging .
>>cvs [server aborted]: linefeed expected in C:/cvsrepo/test/file.c,v (got 13)
>>
>>I think that the problem is obvious and I have read several mails 
>>describing the same
>>problem:
>>The windows use CRLF instead of the LF that the cvs log requires.
>>
>>
>
>That should be irrelevant -- files in the repository are *binary* files,
>so the standard line ending conventions don't apply to them. 
>

As far as I understand from the info pages of cvs (Where files are 
stored within the repository )
the files are stored in RCS format which doesn't mean that are in binary 
form. Also
you can check from the man page to that even for the binary files 
thereis a specific option in order
to avoid the transformation (info cvs :  Handling binary files ).

> Either
>something is horribly wrong with CVSNT (which I sincerely doubt) or
>someone did something to your repository files with DOS/Windows commands
>that treated them as text files and thus corrupted them.
>
>-Larry Jones
>
>Like I'm going to get any sleep NOW. -- Calvin
>
>  
>
-Apostolos




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



Problem with CR in cvs log.

2002-08-29 Thread Apostolos Manolitzas

Hello everybody,

I use cvs 1.11.1p1 in my Linux box (RH7.1). The linux box is the client 
and the server
uses cvsnt (win2000) on a windows machine.
I am having a problem with the logging. When I try to do cvs log file 
the server responds
with:
 
cvs server: Logging .
cvs [server aborted]: linefeed expected in C:/cvsrepo/test/file.c,v (got 13)

I think that the problem is obvious and I have read several mails 
describing the same
problem:
The windows use CRLF instead of the LF that the cvs log requires.
So my question is what it the correct solution of this problem?
For testing purposes, I took a backup of the repository (all *,v files) 
in my linux box
and I applied the dos2unix command. After that the repository was 
working fine locally.
But my question is about the windows machine (where the repository is). 
What should I do
to correct the problem?


Thank you,
Apostolos



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