Open source document version control system – GIT

Lokacija gde postoji poređenje takvih sistema.
DMS – document management system
VCS – version control system
GIT – noviji protokol za DMS
SVN – stariji protokol za DMS

Klijent za GIT DMS
SmartGit is a graphical Git and Mercurial Client which can also connect to SVN repositories.
Dosta o SmartGit-u : link.
SmartGit install how-to : link.
# java -version
java version “1.7.0_85”
OpenJDK Runtime Environment (rhel-2.6.1.3.el6_7-x86_64 u85-b01)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)
# tar xvfz smartgit-generic-7_0_0.tar.gz
Prebaciti novonapravljeni folder u /opt
# ln -s /opt/smartgit/bin/smartgit.sh /usr/local/bin/smartgit
Pokreće se ovako : # smartgit
Ili, ovako može da se doda menu launcher pod Applications/Programming :
# /opt/smartgit/bin/add-menuitem.sh
linuxMenuSmarGitLauncher.png

Ja SmartGit koristim da katalog koji sam napravila korišćenjem HTML-a i PHP-a prebacim na sigurno mesto (repository verzija). Videti ovaj moj post.