When you are sharing a Dropbox folder with a lot of different people at one point someone will eventually delete the shared folder through his/her file manager instead of dropbox, resulting in having half of the files in the subdirectories being gone. As this got so annoying for my use case I wrote a little […]
Archive | source control
RSS feed for this section
Using git for offline svn access
Once in a while I have to work on projects that still use Subversion, it doesn’t happen that often but it does. And while svn isn’t that bad to work with, it does require an internet connection to make commits. Initial checkout Getting the initial codebase from svn: [bash]git svn clone https://some_server/some_repo local_path[/bash] This can […]
Recent Comments