Skip to content

Instantly share code, notes, and snippets.

@tpwo
tpwo / using_git-svn.md
Last active May 14, 2021 06:47 — forked from rickyah/using_git-svn.md
A simple guide to git-svn

Getting started with git-svn

git-svn is a git command that allows using git to interact with Subversion repositories.

git-svn is part of git, meaning that is NOT a plugin but actually bundled with your git installation. SourceTree also happens to support this command so you can use it with your usual workflow.

Reference: https://git-scm.com/book/en/v2/Git-and-Other-Systems-Git-as-a-Client

Cloning the SVN repository

@tpwo
tpwo / Modelica.xml
Created July 10, 2020 11:21 — forked from dietmarw/Modelica.xml
Modelica syntax highlighting for Notepad++
<NotepadPlus>
<UserLang name="Modelica" ext="mo">
<Settings>
<Global caseIgnored="no" />
<TreatAsSymbol comment="no" commentLine="yes" />
<Prefix words1="no" words2="no" words3="no" words4="no" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">000000</Keywords>
<Keywords name="Folder+">function model for parfor block class connector record package</Keywords>