[Mono-dev] 'svn status' doesn't work?
    Robert Jordan 
    robertj at gmx.net
       
    Mon Dec 11 12:34:27 EST 2006
    
    
  
Andrés G. Aragoneses [ knocte ] wrote:
> Robert Jordan escribió:
>> It's now fixed it SVN. You may have to "rm" the tests folder and
>> "svn up", if the error persists.
> 
> Thanks Robert, it works now.
> 
> BTW, could you tell the exact command you issued to fix this?
Yeah, sorry:
	svn ps svn:eol-style native *.cs
It's a pretty common error to forget the "native" argument:
	svn ps svn:eol-style *.cs
which leads to bogus eol-style values for all *.cs files
but the first.
Robert
    
    
More information about the Mono-devel-list
mailing list