简体   繁体   中英

Git protocol in Apache Commons VFS

Do you know about any implementation of git:// protocol for Apache Commons VFS in Java?

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. 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. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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