SVN 1.6: What is the maximum size for a commit?

2012-09-07 Thread CHAZAL Julien
Hi all, I manage a Subversion server (SVN 1.6.9, FSFS storage mode, set up on a Linux Suse Enterprise Edition) and I usually encounter a problem when my users commit a set of folders which the size is more than 4 GB. The error message that appears is "Revision file lacks trailing new line" (ob

Re: SVN 1.6: What is the maximum size for a commit?

2012-09-07 Thread Andy Levy
On Fri, Sep 7, 2012 at 11:12 AM, CHAZAL Julien wrote: > Hi all, > > I manage a Subversion server (SVN 1.6.9, FSFS storage mode, set up on a > Linux Suse Enterprise Edition) and I usually encounter a problem when my > users commit a set of folders which the size is more than 4 GB. > > The error mes

Re: SVN 1.6: What is the maximum size for a commit?

2012-09-07 Thread kmradke
CHAZAL Julien wrote on 09/07/2012 10:12:32 AM: > I manage a Subversion server (SVN 1.6.9, FSFS storage mode, set up > on a Linux Suse Enterprise Edition) and I usually encounter a > problem when my users commit a set of folders which the size is morethan 4 GB. > > The error message that appear

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

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

svnadmin

2012-09-07 Thread John Maher
Is svnadmin create limited to creating a local repository? If not then how do you use it for a URL? If so then is there a command for creating a repository via an URL? Or is this impossible? Thanks JPM

Re: svnadmin

2012-09-07 Thread Chris Shelton
John On Fri, Sep 7, 2012 at 3:47 PM, John Maher wrote: > Is svnadmin create limited to creating a local repository? Yes. > If not then how do you use it for a URL? You don't. > If so then is there a command for creating a repository via an URL? Or > is this impossible? It is impossible to c

RE: svnadmin

2012-09-07 Thread Bob Archer
> John > > On Fri, Sep 7, 2012 at 3:47 PM, John Maher wrote: > > Is svnadmin create limited to creating a local repository? > > Yes. > > > If not then how do you use it for a URL? > > You don't. > > > If so then is there a command for creating a repository via an URL? > > Or is this impossibl