author | Eric Wong <normalperson@yhbt.net> | |
Sun, 13 May 2007 08:04:44 +0000 (01:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 13 May 2007 19:10:42 +0000 (12:10 -0700) | ||
commit | 4c03c3eb4e31c2d1f88ca0c7106c647a246e81ff | |
tree | 8702be7f0041e44502de9e3740877efccef7b3c0 | tree | snapshot |
parent | 0dc03d6a30213e9aa0eb88886cee24b993a24a29 | commit | diff |
git-svn: fix segfaults due to initial SVN pool being cleared
Some parts of SVN always seem to use it, even if the SVN::Ra
object we're using is no longer used and we've created a new one
in its place. It's also true that only one SVN::Ra connection
can exist at once... Using SVN::Pool->new_default when the
SVN::Ra object is created doesn't seem to help very much,
either...
Hopefully this fixes all segfault problems users have been
experiencing over the past few months.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Some parts of SVN always seem to use it, even if the SVN::Ra
object we're using is no longer used and we've created a new one
in its place. It's also true that only one SVN::Ra connection
can exist at once... Using SVN::Pool->new_default when the
SVN::Ra object is created doesn't seem to help very much,
either...
Hopefully this fixes all segfault problems users have been
experiencing over the past few months.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl | diff | blob | history |