Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same repository setup every time.

What it corrct way of installing SmartGit on Ubuntu? Thus I can have normal icon and run the program from state of previous usage, without configuring repositories every time.

Thanks.

share|improve this question
Which repository must be setup every time? – mstrap Aug 30 '12 at 9:05
Local repository that I want to use. – eomeroff Aug 31 '12 at 9:24
SmartGit stores its settings in ~./smartgit/<version-number>. Here, projects.xml contains all pointers to your local Git repositories. I currently can't see why it should be necessary to re-setup them every time, unless you have changed "smartgit.home" somewhere in bin/smartgit.sh? – mstrap Aug 31 '12 at 14:46

3 Answers

up vote 5 down vote accepted

What it corrct way of installing SmartGit on Ubuntu? Thus I can have normal icon

In smartgit/bin folder, there's a shell script waiting for you: add-menuitem.sh. It does just that.

share|improve this answer

You can install a PPA package that provides SmartGit 3.0.10.

To install the PPA and then smartgit, run the following commands:

sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install smartgit 

This should add a menu option for you

For more information, see Eugene San PPA.

This repository contains collection of customized, updated, ported and backported packages for two last LTS releases and latest pre-LTS release

share|improve this answer

Seems a bit too late, but there is a PPA repository with SmartGit, enjoy! =)

share|improve this answer
Thanks, it is never to late to learn something :) – eomeroff Dec 13 '12 at 8:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.