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

RE: SVN Property Value Size Limit

From: Matthias Legeler <M.Legeler_at_intershop.de>
Date: Thu, 27 Jun 2013 10:03:09 +0000

yes, this returns the full correct value.
The svn checkout via http makes the problem, tested with server 1.6.9 and client 1.6.x and 1.8.0.

regards
Matthias

-----Original Message-----
From: Philip Martin [mailto:philip.martin_at_wandisco.com]
Sent: Donnerstag, 27. Juni 2013 12:00
To: Matthias Legeler
Cc: 'users_at_subversion.apache.org'
Subject: Re: SVN Property Value Size Limit

Matthias Legeler <M.Legeler_at_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:

  svn propget svn:mergeinfo URL

Does that return the full value?

--
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com
Received on 2013-06-27 12:03:46 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.