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

Re: Pipe symbol causing checksum error

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 7 Sep 2012 18:23:54 +0100

Can you copy and paste your error message to the list please? (set
'LC_ALL=C' in your environment to get it in English, if needed)

Do you use FSFS or BDB?

Does 'svnadmin verify' find any errors? (it might be interesting to try
'svnadmin verify' with a 1.7 client, though I think some changes haven't
been included in a release yet)

Charles Humble wrote on Fri, Sep 07, 2012 at 17:39:46 +0100:
> I recently modified a constants file for my Java app to change the
> separator used for the title bar in the browser, thus:
>
> /**
> * Separator for title bar
> */
> public static final String TITLE_BAR_SEPARATOR = " | ";
>
> When I try and chec the file into our SVN repository I get a checksum
> message. If I change the constant to anything else it works fine.
>
> I'm running svn --version 1.6.17 on an OS X Lion server if it helps.
>
> Anyone aware of this? Any workaround suggestion?
>
> Charles
Received on 2012-09-07 19:24:30 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.