sftp://projects@medicus.cesnet.cz/~/projects/identifikace
bzr clone sftp://projects@medicus.cesnet.cz/~/projects/identifikace
bzr commit -m "message"
bzr push sftp://projects@medicus.cesnet.cz/~/projects/identifikace
bzr pull sftp://projects@medicus.cesnet.cz/~/projects/identifikace
cd [projecthome] git clone git:medicus.cesnet.cz:identifikace.git
git add . git commit -a -m "message of change" git push
git fetch git pull . remotes/origin/master
readme.txt -- aktualni struktura /src/ - contains source codes of system components - like GridClient, GridServer, ComputationAlgorhitm, ModelicaCompilerPatches, each component/module has it's own folder which should be kept like C# sln root folder (C# best practises above) /model/ - contains physiological models mainly in modelica language divided e.g. by human body compartment or system compartment /test/ - tests of components in /src/ (alternatively could by in directory /src/[ComponentName]Test ) /ext/ - contains external third_party libraries, third_party codes and other scripts e.g. ModelicaCompiler, BoincLibraries, etc. /doc/ - contains documentation related to product /common/ - ? some helper libraries e.g. to check spelling of documentation or code coverage (tests?)