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

Re: subversion & mingw

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 7 Nov 2009 17:50:38 +0200 (Jerusalem Standard Time)

Martin Hauner wrote on Sat, 7 Nov 2009 at 16:40 +0100:
> Now I'm a bit lost in the svn source code. I can't find the place where
> nb->path_prefix in notify(notify.c:139) comes from.
>
> I tried to search for "path_prefix =" but that didn't help much. svn
> doesn't stop at the breakpoints I set.
>

nb is a notify_baton, which is a file-scoped type. "path_prefix"
appears just 5 times in the whole file. I don't understand why you're
lost?

> Can someone point me to the location where the path_prefix comes from?
>

notify.c, line 713:

  apr_filepath_get((char **)&nb->path_prefix, 0 /* flags */, pool);

>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415417
Received on 2009-11-07 16:51:01 CET

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.