You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2002/07/30 23:18:08 UTC

Re: svn commit: rev 2806 - clients/rapidsvn/trunk clients/rapidsvn/trunk/src clients/rapidsvn/trunk/src/res

On Tue, Jul 30, 2002 at 06:01:07PM -0500, bmatzelle@tigris.org wrote:
> Author: bmatzelle
> Date: 2002-07-30 18:00:46 -0500 (Tue, 30 Jul 2002)
> New Revision: 2806
> Log:

> All the below were converted to svn:eol-style native 
> for portable development.
> 
> * rapidsvn/README.txt
> * rapidsvn/TODO.txt
> * rapidsvn/src/*.cpp
> * rapidsvn/src/*.h
> * rapidsvn/src/res/*.wxr
> * rapidsvn/src/res/*.h

we seem to have a small problem with src/rapidsvn.cpp.  it's got mixed
line endings, so svn is bailing out with the following error when i do
an 'svn up':

[rooneg@quicksilver:~/rapidsvn ] svn up

subversion/libsvn_wc/translate.c:328
svn_error: #21031 : <Inconsistent line ending style>
  ./src/.svn/tmp/text-base/rapidsvn.cpp.svn-base
[rooneg@quicksilver:~/rapidsvn ] 

-garrett 

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 2806 - clients/rapidsvn/trunk clients/rapidsvn/trunk/src clients/rapidsvn/trunk/src/res

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Tue, Jul 30, 2002 at 07:18:08PM -0400, Garrett Rooney wrote:
> On Tue, Jul 30, 2002 at 06:01:07PM -0500, bmatzelle@tigris.org wrote:
> > Author: bmatzelle
> > Date: 2002-07-30 18:00:46 -0500 (Tue, 30 Jul 2002)
> > New Revision: 2806
> > Log:
> 
> > All the below were converted to svn:eol-style native 
> > for portable development.
> > 
> > * rapidsvn/README.txt
> > * rapidsvn/TODO.txt
> > * rapidsvn/src/*.cpp
> > * rapidsvn/src/*.h
> > * rapidsvn/src/res/*.wxr
> > * rapidsvn/src/res/*.h
> 
> we seem to have a small problem with src/rapidsvn.cpp.  it's got mixed
> line endings, so svn is bailing out with the following error when i do
> an 'svn up':
> 
> [rooneg@quicksilver:~/rapidsvn ] svn up
> 
> subversion/libsvn_wc/translate.c:328
> svn_error: #21031 : <Inconsistent line ending style>
>   ./src/.svn/tmp/text-base/rapidsvn.cpp.svn-base
> [rooneg@quicksilver:~/rapidsvn ] 

ok, i spoke too soon.  you can still do a clean checkout, or you can
just blow away rapidsvn/src and 'svn up' again and it will work fine.

-garrett 

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org