[Numpy-discussion] First shot at svn->git conversion
Pauli Virtanen
pav@iki...
Wed Jul 28 03:45:31 CDT 2010
Wed, 28 Jul 2010 12:17:27 +0900, David Cournapeau wrote:
[clip]
>>>> http://github.com/numpy/numpy_svn
>
> I put a new repostory (same location)
Some more notes:
- 1.1.x branch is missing.
This is maybe because in SVN something ugly was done with this branch?
- Something is still funny with some of the tags
$ (for tag in `git tag`; do V=`git log --oneline $tag \
|head -n200|wc -l`; echo "$V $tag"; done)| sort -n
2 v1.1.0
2 v1.1.1
2 v1.1.1rc1
2 v1.1.1rc2
3 v1.0b1
200 v0_2_0
200 v0_2_2
...
So v1.1.0, v1.1.1, v1.1.1rc1, v1.1.1rc2, and v1.0b1
are missing their history. Maybe this has to do with
the missing branch?
If you do "git log" on these tags:
$ git log --oneline v1.1.0
4706b10 updating version info
bfa0c24 tagging 1.1.0 final
Since the rest of the history is missing, you cannot do
$ git log v1.1.0..v1.2.0
which works for the other tags.
Otherwise, the tags are pretty nice now, and "git branch -r" is really
clean. I think we're getting there!
Cheers,
Pauli
More information about the NumPy-Discussion
mailing list