Hi,
I've created a repository for testing geany-plugins conversion from svn to git here:
https://github.com/techee/geany-plugins
After consultation with Frank, it converts only the combined geany-plugins repository, not the individual plugins so the history starts 11.6.2009. This is the command I used:
svn2git https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins --trunk trunk/geany-plugins --tags tags/geany-plugins --branches branches/geany-plugins -m --authors ./authors.txt
The rest of conversion was very similar to Geany's conversion so there's not much more to describe.
Please have a good look at it and let me know if something needs to be changed. Especially please check if all the committer info is correct. There's already one suggestion from Frank to drop commit 12dcf0 - i'll do it during the final conversion.
Cheers, Jiri
On Sun, 30 Oct 2011 22:48:15 +0100 Jiří Techet techet@gmail.com wrote:
Hi,
I've created a repository for testing geany-plugins conversion from svn to git here:
https://github.com/techee/geany-plugins
After consultation with Frank, it converts only the combined geany-plugins repository, not the individual plugins so the history starts 11.6.2009. This is the command I used:
svn2git https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins --trunk trunk/geany-plugins --tags tags/geany-plugins --branches branches/geany-plugins -m --authors ./authors.txt
The rest of conversion was very similar to Geany's conversion so there's not much more to describe.
Please have a good look at it and let me know if something needs to be changed. Especially please check if all the committer info is correct. There's already one suggestion from Frank to drop commit 12dcf0 - i'll do it during the final conversion.
Please have in mind: On 0.17/0.18 we had some mess up as the release branch of 0.18 has been made from the 0.17 release tree and wasn't based on trunk.
Cheers, Frank
Am 30.10.2011 22:48, schrieb Jiří Techet:
Hi,
I've created a repository for testing geany-plugins conversion from svn to git here:
https://github.com/techee/geany-plugins
After consultation with Frank, it converts only the combined geany-plugins repository, not the individual plugins so the history starts 11.6.2009. This is the command I used:
svn2git https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins --trunk trunk/geany-plugins --tags tags/geany-plugins --branches branches/geany-plugins -m --authors ./authors.txt
The rest of conversion was very similar to Geany's conversion so there's not much more to describe.
Please have a good look at it and let me know if something needs to be changed. Especially please check if all the committer info is correct. There's already one suggestion from Frank to drop commit 12dcf0 - i'll do it during the final conversion.
Beside of the already mentioned commit and the discussion about the commit-url inside messages I didn't found anything worse.
Cheers, Frank
Le 02/11/2011 16:19, Frank Lanitz a écrit :
Am 30.10.2011 22:48, schrieb Jiří Techet:
Hi,
I've created a repository for testing geany-plugins conversion from svn to git here:
https://github.com/techee/geany-plugins
After consultation with Frank, it converts only the combined geany-plugins repository, not the individual plugins so the history starts 11.6.2009. This is the command I used:
svn2git https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins --trunk trunk/geany-plugins --tags tags/geany-plugins --branches branches/geany-plugins -m --authors ./authors.txt
The rest of conversion was very similar to Geany's conversion so there's not much more to describe.
Please have a good look at it and let me know if something needs to be changed. Especially please check if all the committer info is correct. There's already one suggestion from Frank to drop commit 12dcf0 - i'll do it during the final conversion.
Beside of the already mentioned commit and the discussion about the commit-url inside messages I didn't found anything worse.
Without having done a too careful read, it looks OK to me too :)
Cheers, Colomban