You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Carsten Ziegeler <cz...@apache.org> on 2008/03/20 09:39:28 UTC

Unable to check-out trunk

Hi,

I'm trying to update my checkout. I got several "svn: Unrecognized line 
ending style" at various files. Retrying seems to solve the problem, 
however now I get the error at the root. Svn is not giving any other 
information than the text from above.

Any ideas?

Carsten
-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Unable to check-out trunk

Posted by Carsten Ziegeler <cz...@apache.org>.
Carsten Ziegeler wrote:
> Thanks for the tipp, Vadim. With the modified version of your script :)
> it seems that this file is the problem:
> 
> cocoon-lucene/cocoon-lucene-sample/src/main/resources/COB-INF/create-index2.jx 
> 
Ok, forget it, I removed the dir and updated and that solved the problem

Carsten


-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Unable to check-out trunk

Posted by Carsten Ziegeler <cz...@apache.org>.
Vadim Gritsenko wrote:
> On Mar 20, 2008, at 7:11 AM, Carsten Ziegeler wrote:
> 
>> David Crossley wrote:
>>> Carsten Ziegeler wrote:
>>>> I'm trying to update my checkout. I got several "svn: Unrecognized 
>>>> line ending style" at various files. Retrying seems to solve the 
>>>> problem, however now I get the error at the root. Svn is not giving 
>>>> any other information than the text from above.
>>>>
>>>> Any ideas?
>>> We had a similar issue a couple of days ago. Mysterious.
>>> Re: [continuum] BUILD ERROR: Apache Cocoon [build root]
>>> I did 'svn up' just now and all okay - got reinhard's recent changes.
>>> I reviewed my commits today for some svn:eol-style issues
>>> and all seems okay.
>>> Can you give some filenames where it fails?
>>> We will see if they correspond to my commits.
>> It failed for some filenames first, retrying solved it for this files. 
>> Now I get the error at the root without any filename hint or something 
>> else. It just says:
>> svn: Unrecognized line ending style
> 
> Do this -
> 
>   for i in *; do echo $i; svn up; done
> 
Thanks for the tipp, Vadim. With the modified version of your script :)
it seems that this file is the problem:

cocoon-lucene/cocoon-lucene-sample/src/main/resources/COB-INF/create-index2.jx

Could some check it please?

Thanks
Carsten

-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Unable to check-out trunk

Posted by Vadim Gritsenko <va...@reverycodes.com>.
On Mar 20, 2008, at 7:11 AM, Carsten Ziegeler wrote:

> David Crossley wrote:
>> Carsten Ziegeler wrote:
>>> I'm trying to update my checkout. I got several "svn: Unrecognized  
>>> line ending style" at various files. Retrying seems to solve the  
>>> problem, however now I get the error at the root. Svn is not  
>>> giving any other information than the text from above.
>>>
>>> Any ideas?
>> We had a similar issue a couple of days ago. Mysterious.
>> Re: [continuum] BUILD ERROR: Apache Cocoon [build root]
>> I did 'svn up' just now and all okay - got reinhard's recent changes.
>> I reviewed my commits today for some svn:eol-style issues
>> and all seems okay.
>> Can you give some filenames where it fails?
>> We will see if they correspond to my commits.
> It failed for some filenames first, retrying solved it for this  
> files. Now I get the error at the root without any filename hint or  
> something else. It just says:
> svn: Unrecognized line ending style

Do this -

   for i in *; do echo $i; svn up; done


Vadim

Re: Unable to check-out trunk

Posted by Carsten Ziegeler <cz...@apache.org>.
David Crossley wrote:
> Carsten Ziegeler wrote:
>> I'm trying to update my checkout. I got several "svn: Unrecognized line 
>> ending style" at various files. Retrying seems to solve the problem, 
>> however now I get the error at the root. Svn is not giving any other 
>> information than the text from above.
>>
>> Any ideas?
> 
> We had a similar issue a couple of days ago. Mysterious.
>  Re: [continuum] BUILD ERROR: Apache Cocoon [build root]
> 
> I did 'svn up' just now and all okay - got reinhard's recent changes.
> 
> I reviewed my commits today for some svn:eol-style issues
> and all seems okay.
> 
> Can you give some filenames where it fails?
> We will see if they correspond to my commits.
It failed for some filenames first, retrying solved it for this files. 
Now I get the error at the root without any filename hint or something 
else. It just says:
svn: Unrecognized line ending style

Carsten
-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Unable to check-out trunk

Posted by David Crossley <cr...@apache.org>.
Carsten Ziegeler wrote:
> 
> I'm trying to update my checkout. I got several "svn: Unrecognized line 
> ending style" at various files. Retrying seems to solve the problem, 
> however now I get the error at the root. Svn is not giving any other 
> information than the text from above.
> 
> Any ideas?

We had a similar issue a couple of days ago. Mysterious.
 Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

I did 'svn up' just now and all okay - got reinhard's recent changes.

I reviewed my commits today for some svn:eol-style issues
and all seems okay.

Can you give some filenames where it fails?
We will see if they correspond to my commits.
Trouble is that i am going away very soon for
long weekend.

-David