version control - Xcode 5 with JGit repository -
how can use xcode jgit repository instead of git repository? checkout dialog offers types “git” , “subversion”.
if try open jgit repository traditional git type, error message says “fatal: unable find remote helper“.
xcode doesn't directly support repo stored on s3 (it's unique jgit).
that said, should able access repo there using combination of fuse os x , s3fs. need install fuse (which allows use of filesystems userland) , s3fs (to mount s3 bucket) , mount bucket containing repo somewhere on local filesystem. once that's done, you'll able reference using local filesystem mountpoint.
Comments
Post a Comment