From: Ramkumar Ramachandra <artagnon@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Cc: Sverre Rabbelier <srabbelier@gmail.com>,
Jonathan Nieder <jrnieder@gmail.com>,
David Barr <david.barr@cordelta.com>,
Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/3] svn-fe fixes
Date: Thu, 29 Jul 2010 11:06:17 +0530 [thread overview]
Message-ID: <1280381780-6265-1-git-send-email-artagnon@gmail.com> (raw)
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(-)
next reply other threads:[~2010-07-29 5:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-29 5:36 Ramkumar Ramachandra [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1280381780-6265-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=david.barr@cordelta.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jrnieder@gmail.com \
--cc=srabbelier@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).