简体   繁体   English

Apache Commons VFS中的Git协议

[英]Git protocol in Apache Commons VFS

Do you know about any implementation of git:// protocol for Apache Commons VFS in Java? 您知道Java中用于Apache Commons VFS的git://协议的任何实现吗?

Of course Git isn't among officially supported file systems, see http://commons.apache.org/proper/commons-vfs/filesystems.html — but I can't believe there is no impl at all. 当然,Git不在官方支持的文件系统中,请参阅http://commons.apache.org/proper/commons-vfs/filesystems.html ,但是我无法相信没有任何暗示。 Tried to google it and found nothing usable. 试图谷歌搜索,发现没有可用的。

Since Git can generally be seen as file system with VCS features on top of it, I guess it shouldn't be that hard to create an VFS module. 由于通常可以将Git看作是具有VCS功能的文件系统,因此我想创建一个VFS模块并不难。 Or am I wrong? 还是我错了?

https://github.com/mmounirou/commons-vfs-git似乎是使用jgit的commons-vfs实现。

 https://mvnrepository.com/artifact/org.uberfire/vfs-jgit

实际上,uberfire具有jgit虚拟文件系统的实现,尽管它适用于redhat jbpm kie服务器,但发布时间不长:

 https://github.com/kiegroup/appformer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM