Skip to content
Sergey Brunov edited this page Sep 19, 2016 · 5 revisions

Welcome to the ArgoUML wiki!

Description

This repository is just a «git cloned» (imported) repository of the original SVN one (up to revision 19961).

The one time import has been done with SubGit:

$ subgit --version
SubGit version 3.2.2 ('Bobique') build #3603
  (c) TMate Software 2012-2016 (http://subgit.com/)

How to obtain original SVN revisions?

To obtain correspondence between original SVN revisions and git commits add the following line into the [remote "origin"] section of the .git/config file (of the cloned repository):

fetch = +refs/notes/*:refs/notes/*

After that run git fetch --all.

As the result, the git log command will show the SVN revisions as notes.

Clone this wiki locally