[PATCH] git-svn: Support for propset

2014-11-30 Thread Alfred Perlstein
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

[PATCH] git-svn: Support for git-svn propset

2014-11-30 Thread Alfred Perlstein
) involved. Signed-off-by: Alfred Perlstein alf...@freebsd.org --- git-svn.perl | 50 +- perl/Git/SVN/Editor.pm | 47 +++ 2 files changed, 96 insertions(+), 1 deletion(-) diff --git a/git-svn.perl b

[PATCH] git-svn: propset support v2

2014-12-06 Thread Alfred Perlstein
(FreeBSD at least). So I am wondering if this is OK. I would gladly take any pointers to making it work with unchanged files either for a later diff or to wrap this up. Thank you. Alfred Perlstein (1): git-svn: Support for git-svn propset git-svn.perl | 49

[PATCH] git-svn: Support for git-svn propset

2014-12-06 Thread Alfred Perlstein
: http://marc.info/?l=gitm=141742735608544w=2 Reviewed-by: Eric Wong normalper...@yhbt.net Signed-off-by: Alfred Perlstein alf...@freebsd.org Signed-off-by: David Fraser dav...@sjsoft.com --- git-svn.perl | 49 +++- perl/Git/SVN/Editor.pm | 43

Re: [PATCH] git-svn: Support for git-svn propset

2014-12-07 Thread Alfred Perlstein
On 12/6/14, 9:42 PM, Eric Wong wrote: Alfred Perlstein alf...@freebsd.org wrote: This change allows git-svn to support setting subversion properties. Very useful for manually setting properties when committing to a subversion repo that *requires* properties to be set without requiring moving

[PATCH] git-svn: propset support v3

2014-12-07 Thread Alfred Perlstein
in different commits: https://github.com/splbio/git/compare/master-git-svn-propset-upstream2?expand=1 Squashed into: https://github.com/splbio/git/compare/master-git-svn-propset-upstream-one-diff2?expand=1 Thank you very much. Alfred Perlstein (1): git-svn: Support for git-svn propset git

[PATCH] git-svn: Support for git-svn propset

2014-12-07 Thread Alfred Perlstein
://mid.gmane.org/20141201094911.ga13...@dcvr.yhbt.net There is a nit that I want to point out. The code does not support adding props unless there are also content changes to the files as well. You can see this in the testcase. Reviewed-by: Eric Wong normalper...@yhbt.net Signed-off-by: Alfred Perlstein alf

Re: [PATCH] git-svn: Support for git-svn propset

2014-12-08 Thread Alfred Perlstein
On Dec 8, 2014, at 1:36 PM, Eric Wong normalper...@yhbt.net wrote: Alfred Perlstein alf...@freebsd.org wrote: Appearing here: http://marc.info/?l=gitm=125259772625008w=2 Probably better to use a mid URL here, too http://mid.gmane.org/1927112650.1281253084529659.javamail.r

Question on shallow clones.

2015-02-20 Thread Alfred Perlstein
Hello, Very sorry if this has been explained before, I have been doing research past few weeks in spare time and have not found a good answer yet on the safety of doing something with git. Basically we have some repos with huge history, namely FreeBSD source and FreeBSD ports. In order to

Re: Undelivered Mail Returned to Sender

2015-02-21 Thread Alfred Perlstein
On Feb 20, 2015, at 9:16 PM, Technext wrote: Thanks Junio for the prompt reply! :) Yes, that's exactly how i would like things to be. I'll definitely try to push this thing and see if this flow can be implemented. However, can you please guide me whether there's any way i could have

Re: `git help svn` missing description of `propset`

2016-06-08 Thread Alfred Perlstein
Eric, Would love to contribute more to git! I'm in the middle of a major product launch, so I can do this next week. Of course no hard feelings will be had if someone else wants to do it. I'm making myself a calendar invite to remind myself right now. I'll ping y'all in a week hopefully

[PATCH] Document the 'svn propset' command.

2016-06-12 Thread Alfred Perlstein
Junio + all, A week ago I was requested to provide documentation for the 'svn propset' command. I have attached a diff off of the 'maint' branch for this, however it seems to apply cleanly to 'master' as well. Thank you for your patience. This is also available on my github here:

Re: [PATCH] Document the 'svn propset' command.

2016-06-13 Thread Alfred Perlstein
9 PM, Pranit Bauva wrote: Hey Alfred, On Mon, Jun 13, 2016 at 12:45 AM, Alfred Perlstein <alf...@freebsd.org> wrote: Junio + all, A week ago I was requested to provide documentation for the 'svn propset' command. I have attached a diff off of the 'maint' branch for this, however it seems

[PATCH] Document the 'svn propset' command.

2016-06-14 Thread Alfred Perlstein
Add example usage to the git-svn documentation. Reported-by: Joseph Pecoraro <pecor...@apple.com> Signed-off-by: Alfred Perlstein <alf...@freebsd.org> --- Junio, Pranit, + all, A week ago I was requested to provide documentation for the 'svn propset' command. I have attache

Re: [PATCH] Document the 'svn propset' command.

2016-06-13 Thread Alfred Perlstein
On 6/13/16 7:42 AM, Pranit Bauva wrote: Hey Alfred, On Mon, Jun 13, 2016 at 7:54 PM, Pranit Bauva <pranit.ba...@gmail.com> wrote: Hey Alfred, On Mon, Jun 13, 2016 at 6:22 PM, Alfred Perlstein <alf...@freebsd.org> wrote: Thank you Pranit. I thought that "signed off by"

Re: [PATCH] Document the 'svn propset' command.

2016-06-15 Thread Alfred Perlstein
> On Jun 15, 2016, at 1:21 PM, Junio C Hamano wrote: > > Eric Wong writes: > >> Thanks Alfred, >> >> I've removed the '.' from the commit subject, signed-off, >> and pushed to my repo for Junio: >> >> The following changes since commit

Re: git-svn bridge and line endings

2016-08-22 Thread Alfred Perlstein
On 8/22/16 8:07 PM, Eric Wong wrote: Adding Alfred to the Cc:, more below... Lucian Smith wrote: I'm attempting to use the git-svn bridge, and am having problems with line endings on Windows. The setup is that we have a git repository on github, and I've checked