On 29.08.2005, at 11:51, Paolo Casarini wrote:
>   I have some problems with the 'svn cat' command. I'm running
> subversion server and client (1.2.0) on a Win32 server and when I cat
> a file on the repository the content is different from the one I
> committed.
>
> If I check out the same file, there are no differences, only qithy the
> cat command I have problems.
>
> The differences I noticed are:
> 1. All CRLF sequence are replaced with LF
> 2. any TAB at the end of I line are delated:
>
> If the file contains:
> ----
> abcd TAB TAB CRLF
> ab TAB cd TAB CRLF
> ----
> I get:
> ----
> abcd  LF
> ab TAB cd LF
> ----
Do you have svn:eol-style set on these files? If so, they will be  
stored with LF in the repository, and converted to the specified EOL  
style on checkout.
Does your text editor strip whitespace at the end of lines? I know my  
coworkers have their UltraEdit set up to do this. Other than EOL  
conversions, Subversion doesn't touch your files, so I would look  
elsewhere for the cause of the missing tabs.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 29 12:30:31 2005