see here
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
fallocate -l 4G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
nano /etc/fstab
add/swapfile none swap sw 0 0
see here
https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04
fallocate -l 4G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
nano /etc/fstab
add/swapfile none swap sw 0 0
git svn clone –no-metadata https://snvkonkretor.com/myproject/oldstuff
git remote add origin https://konkretor@git.konkretor.com/legacy/legacy.git
git remote -v
git config http.sslVerify false
git push –all
found here with
svn2git example
https://www.troyhunt.com/migrating-from-subversion-to-git-with/