Package Details: gitfs 0.5.2-1

Git Clone URL: https://aur.archlinux.org/gitfs.git (read-only, click to copy)
Package Base: gitfs
Description: Version controlled file system
Upstream URL: http://www.presslabs.com/gitfs/
Licenses: Apache
Submitter: Dragonlord
Maintainer: Dragonlord
Last Packager: Dragonlord
Votes: 10
Popularity: 0.000000
First Submitted: 2014-12-14 15:56 (UTC)
Last Updated: 2019-12-07 15:41 (UTC)

Latest Comments

1 2 Next › Last »

kseistrup commented on 2020-05-20 18:13 (UTC)

pkg_resources.DistributionNotFound: The 'six==1.12.0' distribution was not found and is required by gitfs

The current version of six on ArchLinux is 1.14.0.

jose1711 commented on 2019-10-20 20:00 (UTC)

needs sum update

kseistrup commented on 2019-10-15 14:24 (UTC)

When installing and running this for the first time, this is what I get:

$ gitfs -h
[ exception ]
pkg_resources.DistributionNotFound: The 'raven==5.27.0' distribution was not found and is required by gitfs

Harvie commented on 2017-10-13 16:16 (UTC)

@nikvdp: Do you have SSH working? Only HTTPS works for me.

khampf commented on 2017-09-22 19:16 (UTC)

Also the version check of the python-six dependency needs to be altered from == to >= version

ahrs commented on 2017-05-08 06:58 (UTC)

Here's a patch that fixes things: https://gist.github.com/anonymous/5cb46d5f4fbf3e226c5a23c0b3282ab1 This adds python-raven to the dependencies and makes python-setuptools a dependency as opposed to a makedependency since this is a runtime dependency for some weird reason with gitfs complaining about `ModuleNotFoundError: No module named 'pkg_resources'`. I also patched the requirements.txt file making fusepy,pygit2 and raven use newer packages (>= instead of ==). It's unclear if gitfs needs specific versions of these modules for some reason. In my testing I can mount git repos no problem whatsoever but there may be some weird edge cases. It's probably worth asking upstream if gitfs requires specific versions of the aforementioned modules and if so, why.

psamim commented on 2017-02-03 18:39 (UTC)

I got the error: pkg_resources.DistributionNotFound: The 'raven==5.27.0' distribution was not found and is required by gitfs Thanks

themba commented on 2016-04-22 08:29 (UTC)

0.4.1-1 is the first ever aur release of gitfs that I was able to get working! Great work. I still had some issues so I created a wiki page here with some tips and tricks for the problems I encountered: https://wiki.archlinux.org/index.php/Gitfs Maybe it will help someone in the future.

Dragonlord commented on 2016-01-27 18:37 (UTC)

I'd suggest to open an upstream bug and for the time being downgrade the python2-pygit2 package, in case it does not interfere with anything else. I won't be able to provide a patch for this error myself, sorry.