+5
Under review
Git repository on WebDAV volume
In order to manage code editing and synchronization of my iPad, I tried to install a Git repo on the Textastic folder, when mounted on my Mac through WebDAV. It works pretty well, but still there are difficulties. In particular, it keeps on saying:
"Unable to create '/Volumes/10.0.1.9/.../.git/index.lock': File exists.". Any idea?
"Unable to create '/Volumes/10.0.1.9/.../.git/index.lock': File exists.". Any idea?
Customer support service by UserEcho
mkdir test
cd test
git init
And it succeeds to create the repo, but with errors messages:
error: could not lock config file /Volumes/10.0.1.9/test/.git/config: File exists
error: could not lock config file /Volumes/10.0.1.9/test/.git/config: File exists
error: could not lock config file /Volumes/10.0.1.9/test/.git/config: File exists
error: could not lock config file /Volumes/10.0.1.9/test/.git/config: File exists
Initialized empty Git repository in /Volumes/10.0.1.9/test/.git/
More generally, this prevents Git from working "smoothly" (and my Git graphical interface, Tower, really worries about those messages).
Agreed, this would be a useful intermediate step to supporting version control until full support is available. This might also be much easier to implement. Right now I'm using ownCloud (similar to dropbox) to sync files through webdav and then remotely executing git commits through SSH on my home machine. Not super elegant, but it works.
Also, thanks very much for putting this editor together. I tried using the Vim port, and had so many problems it just wasn't worth the effort. I've been using your editor for a few weeks and I've quit carrying my laptop with me any longer. The more I use it the more I like it.