You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2003/02/06 17:02:10 UTC

Re: svn commit: rev 4765 - trunk/subversion/clients

sussman@tigris.org wrote:

>Author: sussman
>Date: 2003-02-06 09:14:19 -0600 (Thu, 06 Feb 2003)
>New Revision: 4765
>
>Modified:
>   trunk/subversion/clients/init_cmdline.h
>Log:
>* init_cmdline.h:  set eol-style prop to native.
>  
>
Oh my. Sorry about the omission. Looks like we'll have another rash of
checksum error reports again...

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


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

Re: svn commit: rev 4765 - trunk/subversion/clients

Posted by Philip Martin <ph...@codematters.co.uk>.
Ben Collins-Sussman <su...@collab.net> writes:

> > >Log:
> > >* init_cmdline.h:  set eol-style prop to native.
> > >
> > Oh my. Sorry about the omission. Looks like we'll have another rash of
> > checksum error reports again...
> 
> Well, you saw... I committed the eol-style propchange to this file,
> and I did from Win2K (0.17.1) no less.   It looks like it worked just
> fine!

Define "fine" :)  I don't expect to see checksum errors, but I don't
think the client did the right thing.

You changed eol-style in r4765, but that did not cause the line
endings in the repository to change.  So the text-base contains CRLF
line endings for HEAD just at it did before the eol-style change.  If
I do "echo xx >> init_cmdline.h" a subsequent "svn diff" shows every
line being changed, rather than a single line being appended.

Is it supposed to work like that?  This eol stuff confuses me, but I
thought when you committed the eol-style change the client should have
sent a text-delta to change the repository to LF.

I suspect the problem is that the when you ran propset on Windows the
client did't have to change the working copy as it was already in
Windows native style.  Then when you committed the propset the client
saw an unmodified working copy, and so didn't send a text-delta.

-- 
Philip Martin

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

Re: svn commit: rev 4765 - trunk/subversion/clients

Posted by Ben Collins-Sussman <su...@collab.net>.
Branko Čibej <br...@xbc.nu> writes:

> sussman@tigris.org wrote:
> 
> >Author: sussman
> >Date: 2003-02-06 09:14:19 -0600 (Thu, 06 Feb 2003)
> >New Revision: 4765
> >
> >Modified:
> >   trunk/subversion/clients/init_cmdline.h
> >Log:
> >* init_cmdline.h:  set eol-style prop to native.
> >  
> >
> Oh my. Sorry about the omission. Looks like we'll have another rash of
> checksum error reports again...

Well, you saw... I committed the eol-style propchange to this file,
and I did from Win2K (0.17.1) no less.   It looks like it worked just
fine!

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