From: Alfred Perlstein <alfred@freebsd.org>
To: git@vger.kernel.org
Cc: Eric Wong <normalperson@yhbt.net>,
Jonathan Nieder <jrnieder@gmail.com>,
Junio C Hamano <gitster@pobox.com>,
"Michael G. Schwern" <schwern@pobox.com>
Subject: [PATCH] git-svn: Support for propset
Date: Sun, 30 Nov 2014 22:23:49 -0800 [thread overview]
Message-ID: <20141201062349.GE99906@elvis.mu.org> (raw)
Hello folks,
I have resurrected the code submitted by David Fraser to facilitate
git-svn to set properties on files.
This is my very first patch submission to git(1) so please be gentle.
I have tried my best to abide with all the instructions located
here:
https://github.com/git/git/blob/master/Documentation/SubmittingPatches
I've cc'd the top 4 people who have been active in the area:
~/git/git % git log --since '2010-01-01' git-svn.perl |grep Author | sort | uniq -c | sort -n | tail -4
6 Author: Eric Wong <normalperson@yhbt.net>
9 Author: Jonathan Nieder <jrnieder@gmail.com>
13 Author: Junio C Hamano <gitster@pobox.com>
19 Author: Michael G. Schwern <schwern@pobox.com>
And of course: git@vger.kernel.org
We (FreeBSD) and my company that uses FreeBSD are starting to use
git-svn to collaborate with each other, however our (FreeBSD's)
central repo is subversion and requires us to set properties in
order to commit. This change would be tremendously helpful for a
number of us in order to cut overhead of the git<->subversion bridge.
Effectively with this patch we can commit directly to FreeBSD and
FreeBSD ports using git.
The next email should have the patch in format that is consumable
by "git am" when applied against the master branch.
I have been testing this and have done a number of commits directly
to FreeBSD kernel and FreeBSD ports (packages) system using this
patch successfully.
Alfred Perlstein (1):
git-svn: Support for git-svn propset
git-svn.perl | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
perl/Git/SVN/Editor.pm | 47 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 96 insertions(+), 1 deletion(-)
--
2.1.2
reply other threads:[~2014-12-01 6:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20141201062349.GE99906@elvis.mu.org \
--to=alfred@freebsd.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jrnieder@gmail.com \
--cc=normalperson@yhbt.net \
--cc=schwern@pobox.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).