Thomas Rast student.ethz.ch> writes:
>
> Vadim Zeitlin zeitlins.org> writes:
>
> > Lawrence Mitchell gmx.li> writes:
> >
> >> Vadim Zeitlin wrote:
> >>
> >> [...]
> >>
> >> > git filter-branch --msg-filter svnmsg2git --tag-name-filter cat -- --all
> >>
> >> git rev-list lists by default in
Michael Haggerty alum.mit.edu> writes:
>
> On 03/11/2013 12:45 PM, Vadim Zeitlin wrote:
> > [...]
> > The first thing I'd like to do is to replace all references to subversion
> > revision numbers in the commit messages with the corresponding git commit
> > SHA1s. [...] I have a couple of dozen
On 03/11/2013 12:45 PM, Vadim Zeitlin wrote:
> [...]
> The first thing I'd like to do is to replace all references to subversion
> revision numbers in the commit messages with the corresponding git commit
> SHA1s. [...] I have a couple of dozens of errors which happen
> because the file .git-rewri
Vadim Zeitlin writes:
> Lawrence Mitchell gmx.li> writes:
>
>> Vadim Zeitlin wrote:
>>
>> [...]
>>
>> > git filter-branch --msg-filter svnmsg2git --tag-name-filter cat -- --all
>>
>> git rev-list lists by default in chronological order. Do you
>> want to pass --topo-order as one of the rev-l
Lawrence Mitchell gmx.li> writes:
> Vadim Zeitlin wrote:
>
> [...]
>
> > git filter-branch --msg-filter svnmsg2git --tag-name-filter cat -- --all
>
> git rev-list lists by default in chronological order. Do you
> want to pass --topo-order as one of the rev-list options?
Thanks, this looked
Vadim Zeitlin wrote:
[...]
> git filter-branch --msg-filter svnmsg2git --tag-name-filter cat -- --all
git rev-list lists by default in chronological order. Do you
want to pass --topo-order as one of the rev-list options?
[...]
Lawrence
--
Lawrence Mitchell
--
To unsubscribe from this list:
Hello,
I'm in the process of converting an existing svn repository to git. The
first step was a standard "git svn clone" that went successfully (after
taking 15 hours to complete). However I don't want to stop there and would
like massage the repository a little before making it publicly availab
7 matches
Mail list logo