I have two networks that are not connected. I can only use an USB stick to transfer data from one to the other.
On the first network there is a subversion control system. So I can checkout a working copy on computers on that network and also to an connected usb stick.
Also I can use git svn commands to create a git repository from subversion on the USB stick.
On the second network I can insert the usb stick on the first computer. But how to copy/push/pop the git repository from the usb stick to the first and the second computer on the second network and back to the usb stick ?
PC A.1 PC A.2 PC B.1 PC B.2 +--------+ +--------+ +--------+ +--------+ | SVN | Netw. A | SVN | | | Netw. B | | | Repos. |-----------| Working|===USB-Stick USB-Stick===| git ? |-----------| git ? | | Server | | Copy | git svn git svn | | | | +--------+ +--------+ or or +--------+ +--------+ svn wc svn wc