Philip Martin wrote on Thu, Jun 27, 2013 at 11:00:23 +0100:
> Matthias Legeler <m.lege...@intershop.de> writes:
> 
> > In our subversion repositories we have merged many many times.
> > Now we have very large svn:mergeinfo property values (>8k).
> > The problem is now, that if we make a svn checkout, the property values 
> > will be truncated in the working copy by approximately 8k.
> > The svn propget command at the working copy folder returns a truncated 
> > value.
> > This occurs only for working copies there are created with the http 
> > protocol over the svn apache.
> > With the file protocol the property values are complete.
> >
> > My question:
> > Is this a known behavior?
> > Is this limited by a setting in the Apache/WebDAV/SVN configuration?
> 
> No there is no limit.  Run the propget on the http URL rather than the
> working copy:
> 
Actually, there is a bug in 1.8.0 FSFS servers whereby it's not possible
to retrieve properties larger than 16MB.  The fix will be included in
1.8.1:

http://svn.apache.org/r1494437 (r1491770 on trunk)

The OP doesn't use a 1.8.0 server so that appears to be unrelated to his
problem (but mentioning this anyway for the archives).

Daniel

>   svn propget svn:mergeinfo URL
> 
> Does that return the full value?
> 
> -- 
> Philip Martin | Subversion Committer
> WANdisco | Non-Stop Data
> www.wandisco.com

Reply via email to