[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn cat problems on win32

From: Paolo Casarini <paolo_at_casarini.org>
Date: 2005-08-29 11:51:21 CEST

Hi,

  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
----
Does anybody can help me?
Thanx,
  Paolo.
-- 
GPG key: 1024D/9C5AE886 2004-10-21 Paolo Casarini <paolo@casarini.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 29 11:53:02 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.