On Fri, May 21, 2010 at 6:39 AM, Bettual Richter < bettual.richter_ext...@ppi.de> wrote:
> > > Von: Ryan Schmidt <subversion-20...@ryandesign.com> An: Bettual Richter < > bettual.richter_ext...@ppi.de> Kopie: users@subversion.apache.org Datum: > 20.05.2010 > 13:09 Betreff: Re: Maxsize of Properties > ------------------------------ > > > > On May 20, 2010, at 05:40, Bettual Richter wrote: > > > does anyone know if there is some kind of maxsize for revision > properties ? > > >>I'm not sure. > > > I'd like to set long revision properties on a repository. > > >>How large? > > I'm not really sure how large the properties are finally going to be > but lets say like 10 000 000 charaters would be quite desirable. Out of curiosity, why are you trying to use a 10MB property? Could you better store the data as a versioned file, rather than a versioned property? -Hyrum