Op 13 aug 2011, om 16:57 heeft Hauke Lathus het volgende geschreven:
> It is technically possible to build upon Alex' repo instead of pulling
> everything from svn again. Replacing the author names would, of course,
> require writing another small filter script for git filter-branch (in this
>
On Friday 12 August 2011, Alex wrote:
> I've been sporadically syncing and pushing to:
>
> https://github.com/stsquad/gtk-gnutella
>
> However I assume your going to re-run the conversion anyway as you'll
> be mapping authors from svn to git
It is technically possible to build upon Alex' repo in
On Friday 12 August 2011, Hauke Lathus wrote:
> cat /dev/stdin > utf8cond.txt
> iconv -f utf-8 -t utf8 utf8cond.txt >/dev/null 2> /dev/null && cat
> utf8cond.txt || iconv -f iso-8859-1 -t utf-8 utf8cond.txt
> rm utf8cond.txt
The two middle lines would need to be concatenated into one, of course.
On Friday 12 August 2011, Jeroen Asselman wrote:
> I suppose there is a change that older commit messages are not UTF-8
> encoded, however I can't check all commit messages manually.
> Anything particular I can or should do?
I have once written a little shell script to use as a filter together
wi
>> Create a valid authors file so all current and previous commiters on
>> gtk-gnutella's source code are listed correctly. I will send a
>> separate mail containing all the svn usernames we have now so that
>> each person can indicate how he wants to be listed as an author in
>> git.
>
> I never
Op 12 aug 2011, om 12:03 heeft Hauke Lathus het volgende geschreven:
> Sounds like a useful process with respect to the current active
> developers, but I suspect that there will be lots of commits in the deep
> past whose authors are long gone. I would suggest to take the names and
> email add
On Fri, Aug 12, 2011 at 09:05:43AM +0200, Jeroen Asselman wrote:
> Hello all,
>
> Last year the discussion was started to move to git. We have decided to
> continue with this process.
>
> Actions involved:
>
> Create a valid authors file so all current and previous commiters on
> gtk-gnutella
Hi Jeroen,
On Friday 12 August 2011, Jeroen Asselman wrote:
> Last year the discussion was started to move to git. We have decided
> to continue with this process.
Great!
> Create a valid authors file so all current and previous commiters on
> gtk-gnutella's source code are listed correctly. I w
Hello all,
Last year the discussion was started to move to git. We have decided to
continue with this process.
Actions involved:
Create a valid authors file so all current and previous commiters on
gtk-gnutella's source code are listed correctly. I will send a separate mail
containing all t