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's checkout dialog

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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -