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

Re: (possible) bug report.

From: <cmpilato_at_collab.net>
Date: 2002-09-19 20:49:58 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Leandro Lucarella <llucar@mecon.gov.ar> writes:
>
> > Hi! I'm using svn and I have a problem with one particular file and two
> > particular lines on it.
> > The lines are:
> > $selected = '%s';
> > $unselected = '%s';

Two things I notice about these lines:

   1. They begin with '$', the starting token for a keyword.
   2. They are longer than SVN_KEYWORD_MAX_LEN.

I'm guessing that I have a little bug in my
svn_wc_copy_and_translate() function. And sure enough, I get a
SEGFAULT in or below that function when I try to do the "commit" step
of Philip's recipe on a file with just those two lines above on it.

Am investigating now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 19 20:50:19 2002

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.