Re: [PATCH] Add git-svn branch to allow branch creation in SVN repositories

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Florian Ragwitz <rafl@...>
Cc: <git@...>
Date: Saturday, September 6, 2008 - 10:33 pm

Hi Florian,

Cool.  Some people have been asking for this feature.

I never implemented it myself because I've been unsure if it's
philosophically proper.  Ut's functionally redundant as svn(1) does the
same thing w/o needing a working copy.  But I'll accept your patch with
some minor modifications (comments inline).

Florian Ragwitz <rafl@debian.org> wrote:

Perhaps a "tag" command that is short for "branch -t" would
be helpful, too.


Coding style things:

1. Don't pad declarations with extra whitespace.
2. No lines over 80 characters (assuming tabs are 8 chars wide)



This doesn't appear to fail gracefully for SVN repositories
that don't follow the standard trunk, branches, tags layout.

Can you please ensure that it does and print an error message?


Can you print the URLs being copied and add a --dry-run/-n
option (like dcommit).


Can you also add a simple test case so we don't break it in the future?
Thanks.

-- 
Eric Wong
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Add git-svn branch to allow branch creation in S..., Eric Wong, (Sat Sep 6, 10:33 pm)