Re: Pipe symbol causing checksum error

2012-09-10 Thread Charles Humble
Daniel, Thanks for coming back to me. Error message is: svn: Commit failed (details follow): svn: Checksum mismatch for '/path/Constants.java''; expected: 'c55ba3831fe4b9c84ed8cfa28a5b5880', actual: '8f0dd12fec0caa78fda83e5251445dad' (I get the same error when checking in from an IDE as well as th

Re: Pipe symbol causing checksum error

2012-09-07 Thread Daniel Shahaf
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 hav

Pipe symbol causing checksum error

2012-09-07 Thread Charles Humble
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 checksu