Package Details: smartgit 26.1.045-1

Git Clone URL: https://aur.archlinux.org/smartgit.git (read-only, click to copy)
Package Base: smartgit
Description: Git client with Hg and SVN support.
Upstream URL: https://www.smartgit.dev/
Keywords: git hg svn vcs
Licenses: LicenseRef-custom
Replaces: smartgithg
Submitter: alyst
Maintainer: Muflone (ptr1337)
Last Packager: Muflone
Votes: 178
Popularity: 0.000001
First Submitted: 2014-11-17 17:04 (UTC)
Last Updated: 2026-07-05 14:58 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »

jiuren commented on 2012-06-15 14:38 (UTC)

The 3.0.6 version is ready. 3.0.5 doesn't work with github anymore since it's still using the V2 api.

alyst commented on 2012-05-23 20:24 (UTC)

@rp9 thanks! I've updated the package

rp9 commented on 2012-05-23 11:25 (UTC)

@alyst: seems the dropped the session auth. I can directly download now: http://www.syntevo.com/download/smartgit/smartgit-generic-3_0_4.tar.gz updated my smartsvn package.

<deleted-account> commented on 2012-05-23 07:05 (UTC)

Temporary solution until the downloader gets fixed: - download the tarball, extract, cd to the new folder, and try one makepkg -s which will fail (this will create the required folders) - manually download the smartgit-generic-3_0_4.tar.gz file from http://www.syntevo.com/smartgit/download.html?5&file=smartgit/smartgit-generic-3_0_4.tar.gz - place this file inside your above folder, inside the src folder - edit PKGBUILD and comment out the line below: python3 downloader.py $_pkgdownload_path $_pkgfile_param - run makepkg -s again

alyst commented on 2012-05-22 22:00 (UTC)

The syntevo website is updated, the current downloader cannot cope with it. It looks like now there's one redirect and one set-cookie more (just before the last redirect to an actual file). I cannot reproduce yet the correct response with the current downloader script (it doesn't have this final set-cookie header that I see in the browser). I'll appreciate if someone can solve this :)

American_Jesus commented on 2012-05-22 17:07 (UTC)

Out-of-date, downlaod fail: Initiating smartgit-generic-3_0_4.tar.gz download from www.syntevo.com... Connecting to www.syntevo.com... Request URL: http://www.syntevo.com/smartgit/download.html?file=smartgit/smartgit-generic-3_0_4.tar.gz Agreeing with the license... Traceback (most recent call last): File "downloader.py", line 97, in <module> sys.exit(downloader.suck()) File "downloader.py", line 62, in suck raise RuntimeError( 'Error parsing license agreement html\n' ) RuntimeError: Error parsing license agreement html

<deleted-account> commented on 2012-04-13 15:14 (UTC)

@alyst Thanks!!!

alyst commented on 2012-04-12 07:35 (UTC)

@PatricioArenas You should specify /usr/bin/git and optionally /usr/bin/hg in the SmartGit setup, pacman manager has nothing to do with that settings. But thanks for pointing out that git and hg are not listed as the packages SmartGit depends upon (i.e. they should be installed before you can use SmartGit). Fixed in the updated PKGBUILD.

<deleted-account> commented on 2012-04-12 00:50 (UTC)

hi i have a problem with the Setup SmartGit, in the step wich Git Executable and Hg Executable is required. I put /usr/bin/pacman in both. But I supposed that is wrong because when i press next, the installer says that Git executable is not valid: >>'/usr/bin/pacman' seems to be no valid Git executable. Git version 1.7.1 or newer is required. >>Even if the Git executable is valid, there are a couple of possible mis.configurations which result in improper behavior of 'git --version'; for details refer e.g. >>to: http://stackoverflow.com/questions/3431361 regards

alyst commented on 2012-01-27 22:19 (UTC)

@Superpiffer Thanks, fixed the script to work with their updated site, -ea series as well.