git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] svn-fe fixes
@ 2010-07-29  5:36 Ramkumar Ramachandra
  2010-07-29  5:36 ` [PATCH 1/3] vcs-svn: Remove stray calls to removed functions Ramkumar Ramachandra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ramkumar Ramachandra @ 2010-07-29  5:36 UTC (permalink / raw)
  To: Git Mailing List
  Cc: Sverre Rabbelier, Jonathan Nieder, David Barr, Junio C Hamano

Hi,

My first patch removes a few function calls that Jonathan forgot to
remove while turning off persistence- those functions aren't generated
by the obj_pool.h merged into `pu` (Commit fd94590214). My second
patch fixes the IncludePath in the Makefile so that svn-fe.h is able
to find the specified header. My third patch is just a trivial
patch to add /svn-fe to the .gitignore.

I'm sorry I didn't catch this earlier- I only just noticed that the
version merged into `pu` wasn't exactly the version I was basing my
work on, so I grafted out the commits and rebased to find these
problems. In the meantime, I'd request everyone to try out svn-fe in
`pu`- I'm soon going to send in more patches that are based on what's
already merged.

Thanks.

-- Ram

Ramkumar Ramachandra (3):
  vcs-svn: Remove stray calls to removed functions
  contrib/svn-fe: Fix IncludePath
  contrib/svn-fe: Add the svn-fe target to .gitignore

 contrib/svn-fe/.gitignore |    1 +
 contrib/svn-fe/Makefile   |    2 +-
 contrib/svn-fe/svn-fe.c   |    2 +-
 vcs-svn/repo_tree.c       |    3 ---
 vcs-svn/string_pool.c     |    1 -
 5 files changed, 3 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-29  5:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29  5:36 [PATCH 0/3] svn-fe fixes Ramkumar Ramachandra
2010-07-29  5:36 ` [PATCH 1/3] vcs-svn: Remove stray calls to removed functions Ramkumar Ramachandra
2010-07-29  5:36 ` [PATCH 2/3] contrib/svn-fe: Fix IncludePath Ramkumar Ramachandra
2010-07-29  5:36 ` [PATCH 3/3] contrib/svn-fe: Add the svn-fe target to .gitignore Ramkumar Ramachandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).