Re: [Amforth] Howto: conversion of svn to git

2021-04-21 Thread Erich Wälde
Ok, found an omission, > $ git push --set-upstream origin master is not enough, it will push only master. So I issued > $ git push --all now all branches show up in https://git.sr.ht/~amforth/code/refs and in git pull git branch -a Cheers, Erich Erich =?utf-8?Q?W=C3=A4lde?= writes: > Dear

[Amforth] Howto: conversion of svn to git

2021-04-21 Thread Erich Wälde
Dear AmForthers, I forgot to "document", how I did it, in case someone else finds this useful. Cheers, Erich working on Debian 10 (buster), amd64 cd path/to/svn/working/tree svn up svn info # Path: . # Working Copy Root Path: /home/ew/eGeek/sourceforge.net/amforth-code # URL: svn+ssh://erw