summaryrefslogtreecommitdiffstats
path: root/tools/git-migration/README
blob: 2e06e57416f5a9e1149e9ffc5b37bf93ff24d6d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Howto for conversion (WIP)
--------------------------
1/ On alioth generate the AUTHORS.txt lists via fetch-authors script.

2/ Clone the subversion repository using git-svn:

 $ git svn clone svn+ssh://svn.debian.org/svn/secure-testing -A AUTHORS.txt tmp-git-repo

3/ Push repository to new bare git repo

 $ cd tmp-git-repo
 $ git remote add new-repo git+ssh://git.debian.org/git/debian-security/debian-security.git
 $ git config remote.new-repo.push 'refs/remotes/*:refs/heads/*'
 $ git push --new-upstream new-repo master


POC
---
Proof of concept for only the conversion:
https://gitlab.com/carnil/secure-testing

© 2014-2024 Faster IT GmbH | imprint | privacy policy