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

Re: Aventures with the dump file format

From: Edmund Horner <edmund_at_chrysophylax.cjb.net>
Date: 2003-12-11 12:52:07 CET

> I thought I'd let you all know that I ran my repository through the
> cursed filter, and it seems to be working. I could tell you were all
> being too polite to say I was asking for trouble. ;-)
>
> Now to be on the safe side, I should do this:
>
> $ svn rm file:///e:/svn/edmund/svnfilter -m "Next time, remember to set
> svn:eol-style first!"

I spoke to soon!

$ svn diff httpd.conf (with 0.34 on Win32)
...
svn: Not enough storage is available to process this command.
svn: Error writing hunk

$ svn diff httpd.conf (with r7968 on Win32)
...
svn: Can't write to stream: Not enough storage is available to process
this command.

I couldn't track down the problem in the debugger since I don't know
libsvn_diff very well.

But as usual I was to blame: I loaded a node of httpd.conf in CRLF form
on top of an existing node with svn:eol-style = native set. So the
text-base had the property set, but wasn't in the correct form.

:-/

$ svn rm edmund/brain
$ svn cp brane/brain edmund/brain
$ svn commit -m "upgrade"

(just kidding, I probably couldn't afford the licence fees!)

Edmund.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 11 12:53:46 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.