Disclaimer: I know there is a similar question here (Working offline with SVN on local machine temporary), but my problem is slighty different.
So I have a remote SVN server and my main developer machine. Additionally there is notebook, which for various reasons has no Internet access at all. But I still need to work on it from time to time for several days (while traveling).
Now what I need would be to push the latest version of the code from the main dev machine to the notebook (via a USB stick), then work on that offline notebook for several days, committing changes to a local repository, and on my return merge all changes made on the notebook to the data on the main dev machine, again via USB.
I assume I would need something like Git. Unfortunately I cannot use git-svn, because as said this notebook is never online. Instead I can only exchange data via USB.
Any ideas how I could manage this setup in a practical manner (e.g. with Git or similar)?