git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ramkumar Ramachandra <artagnon@gmail.com>
To: Sverre Rabbelier <srabbelier@gmail.com>,
	Git Mailing List <git@vger.kernel.org>
Cc: srabbelier@gmail.com
Subject: [WIP PATCH] Write stubby remote helper for SVN
Date: Mon, 10 May 2010 13:39:33 +0200	[thread overview]
Message-ID: <1273491574-31870-1-git-send-email-artagnon@gmail.com> (raw)

This is a WIP patch based on master, and is part of my GSoC project
git-remote-svn. It is not intended for inclusion- the purpose of the
patch is to get feedback on aspects such as style and overall
design. I plan to put an SVN client, fast-import and fast-export
helpers for SVN inside a directory vcs-svn. Only this file will be in
the root directory.

I've also included a Makefile target git-remote-svn, which should
build just fine, but do nothing except list capabilities.

Ramkumar Ramachandra (1):
  Add skeleton remote helper for SVN

 Makefile     |    6 ++-
 remote-svn.c |  202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 207 insertions(+), 1 deletions(-)
 create mode 100644 remote-svn.c

             reply	other threads:[~2010-05-10 11:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10 11:39 Ramkumar Ramachandra [this message]
2010-05-10 11:39 ` [WIP PATCH] Add skeleton remote helper for SVN Ramkumar Ramachandra
2010-05-10 12:00   ` Tay Ray Chuan
2010-05-10 12:31     ` Ramkumar Ramachandra
2010-05-10 12:59       ` Jonathan Nieder
2010-05-10 13:08         ` Ramkumar Ramachandra
2010-05-10 13:21           ` Jonathan Nieder

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=1273491574-31870-1-git-send-email-artagnon@gmail.com \
    --to=artagnon@gmail.com \
    --cc=git@vger.kernel.org \
    --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).