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

RE: LOTof Issues

From: Prasad, Venkat <venkat.prasad_at_credit-suisse.com>
Date: Tue, 23 Jun 2009 22:52:41 +0800

Thanks Bert,

Here, I can see svn:eol-style property on file, but its not shows in .svn/text-base any LF or CR .. etc?

sgs45a-3503:vprasad3$ svn proplist CsRiskServerTestBind.cpp
Properties on 'CsRiskServerTestBind.cpp':
  ClearcaseRevision
  ClearcaseLabels
  svn:eol-style
sgs45a-3503:vprasad3$ file text-base/CsRiskServerTestBind.cpp.svn-base
text-base/CsRiskServerTestBind.cpp.svn-base: ascii text
sgs45a-3503:vprasad3$ cat -v text-base/CsRiskServerTestBind.cpp.svn-base
//^M
// CsRiskServerTestBind.cpp^M
//^M
^M
#include "CsFirst.h"^M
#include <iostream>^M
#include <fstream>^M
#include "CsRisk.h"^M
#include "CsArgv.h"^M
#include "CsException.h"^M
#include "CsCorbaException.h"^M
#include <string>^M
^M
int main( int argc, char ** argv )^M
{^M
        try^M
        {^M
                CORBA::ORB_ptr orb = CORBA::ORB_init( argc , argv , CS_CORBA_ORB ) ;^M
^M
                CsArgv args( argc, argv ) ;^M
        if( args.count() != 4 && args.count() != 5 )^M
        {^M
                        std::cerr ^M

-----Original Message-----
From: Bert Huijben [mailto:bert_at_qqmail.nl]
Sent: 23 June 2009 22:39
To: Prasad, Venkat; users_at_subversion.tigris.org
Subject: RE: LOTof Issues

The unix file command doesn't check the entire file to produce its output, so you shouldn't use it to determine if a file has an inconstent line endings.

It just reads some parts of the file and then writes the result. So the file can have inconsistent line endings without noticing.

        Bert

From: Prasad, Venkat [mailto:venkat.prasad_at_credit-suisse.com]
Sent: dinsdag 23 juni 2009 16:19
To: Stefan Küng; dev_at_subversion.tigris.org; users_at_subversion.tigris.org
Subject: LOTof Issues

<<Line_endings_Issues.doc>>
Please can you assist on this.  We are struck up on this.

Venkat Prasad
CREDIT SUISSE
SCM Systems Support
The signature level 4
Changi Business Park
Singapore 486066
Phone +65 6306 0310
============================================================================
==
Please access the attached hyperlink for an important electronic communications disclaimer:

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
============================================================================
==

==============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer:

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364507

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-23 16:55:02 CEST

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.