Code Snippet

Just another Code Snippet site

svn

SVN to Git Migration

Create an author mapping file like : Import the SVN repo in a new empty folder Update Commit message to remove “git-svn-id” Create a new Git repo. Add new origin to local repo and push to master

,

[SVN] Tortoise SVN External

In the destination folder > Right Click > Properties > New > Externals Tortoise SVN New External definition dialog Here, Local Path refers to the file or folder relative to the folder that has this externals property set on it. So, if I had a folder at ^/trunk/Externals that I wanted to exist here as […]

[Mint] Installing RabbitVCS with Nemo

RabbitVCS is an excellent GUI tool for Subversion. Unfortunately, there’s no official support for Nemo (the new file manager for Cinnamon), but until there is there is a workaround. First, install rabbitvcs-core: Open a terminal (Ctrl-Alt-t) Add the required APT repository sudo add-apt-repository ppa:rabbitvcs/ppa Update the APT indexes sudo apt-get update Install rabbitvcs-core sudo apt-get install rabbitvcs-core […]

, ,