Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Using JGit in Google AppEngine

Hi all
I searched hard for the answer to this question but could not find it. Maybe 
someone here can help. :)

Is it possible to use JGit to access Git repositories from Google AppEngine. The 
appengine does not allow the use of sockets but communication through 
HTTPUrlConnection is allowed. So I was wondering whether its possible to use 
that for Git operations.
Furthermore the AppEngine also does not allow file system access so will using 
the database to simulate files and directories be enough for JGit?

Regards
Nabeel Mukhtar



      


Back to the top