a git repo to poke at

Ian Monroe ian.monroe at gmail.com
Mon Jun 8 22:47:24 CEST 2009


On Mon, Jun 8, 2009 at 4:09 AM, Thiago Macieira<thiago at kde.org> wrote:
> Ian Monroe wrote:
>>Thiago has run a trial conversion of Amarok to git. I uploaded it to
>>http://amarok.be/amarok.git
>>
>>(the original location at git://labs.trolltech.com/amarok seems faster
>> though)
>>
>>Seems like everything is there to me. Thiago made it clear that it
>>should be looked at closely.
>>
>>One issue is that since SVN's concept of a tag is actually more
>>similar to a git branch then a git tag, most Amarok tags have a branch
>>created for them. The solution is someone should go through and delete
>>these "branches" and replace them with git tags. This is pretty
>>trivial though, we can do that when we actually make the switch.
>
> I had an idea while going to bed last night. I'm trying a new import now.
>
> Let's see in an hour and a half how the tag imports work.=

They do. Look at all these branches and tags, looks great. :)

$ git branch -a
  0.6
  1.0
  1.1
  1.1-new
  1.2
  1.3
  1.4
  2.0
* master

$ git tag
v0.6-91
v0.8.2
v0.9-beta3
v0.9.0
v1.0-beta1
v1.0-beta1_new
v1.0-beta2
v1.0-beta3
v1.0-beta4
v1.0.0
v1.0.1
v1.1-beta2
v1.1.0
v1.1.1
v1.2-beta1
v1.2-beta2
v1.2-beta3
v1.2-beta4
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.3-beta2
v1.3-beta3
v1.3.0
v1.3.0_449310
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.3.6
v1.3.6_479102
v1.3.7
v1.3.8
v1.3.9
v1.4-beta1
v1.4-beta2
v1.4-beta3
v1.4-horizontalContext
v1.4.0
v1.4.1
v1.4.1-beta1
v1.4.10
v1.4.2
v1.4.2-beta1
v1.4.3
v1.4.4
v1.4.4_599382
v1.4.5
v1.4.6
v1.4.7
v1.4.8
v1.4.9
v1.80
v1.90
v1.90.1
v1.92
v1.92.1
v1.92.2
v1.92_865027
v1.92_865041
v1.94
v1.98
v2.0-alpha1
v2.0-alpha2
v2.0-beta1
v2.0.0
v2.0.1
v2.0.2
v2.0.90
v2.0.96
v2.1.0
v2.1.0_974913
v2.1.0_975062


Ian


More information about the Amarok-devel mailing list