Since Feb 2008 the project sources are controlled with Git.
As of 03 Mar 2008, stribog Git repository on savannah has the next branches
To get most recent documentation on these matters you should checkout the master branch and read it's files.
Here are some instructions on how to get the project sources with their histories. There are three groups of commands. The first group will be useful both for the project members and anonymous persons. The second one is typically run by the anonymous only. The third group is concerned with modification the savannah public repository so this group will be probably invoked by the project members only.
$ git clone git://git.savannah.nongnu.org/stribog.git
$ git checkout -b feb2008 origin/feb2008
$ git fetch
$ git pull
$ git checkout master
$ git checkout -f master
$git status
$ git add new_file.c
$ git diff
$git commit
$ git branch
$ git branch -r
$ git branch -d feb2008
$git show
If you are a maintainer, your usual spells are (replace ineiev with your login name)
$ git clone ineiev@git.savannah.nongnu.org:/srv/git/stribog.git
$ git remote add savannah ineiev@git.savannah.nongnu.org:/srv/git/stribog.git
$ git push savannah feb2008
$ git push savannah
$ git push savannah :refs/heads/feb2008
Last modified: 11 Apr 2008
Copyright (C) 2008 Ineiev <ineiev@users.sourceforge.net>
Verbatim copying and distribution of this entire document is permitted in any medium, provided this notice is preserved.
You may also make and publish an unofficial translation of this document into any language including good English. In this case you should additionally provide a disclamer in the language, into wich you translate, clearly stating that it is not the original text of the author.