[TxMt] Re: conversion of bundles for 2.0
Matt Neuburg
matt at tidbits.com
Thu Feb 5 03:40:35 UTC 2015
On Feb 4, 2015, at 7:29 PM, John DeSoi <desoi at pgedit.com> wrote:
> $ git mv Info.plist info.plist
> fatal: destination exists, source=pgEdit.tmbundle/Info.plist, destination=pgEdit.tmbundle/info.plist
>
> Do I have to delete it first and add it again?
No, I expect you can just do
$ git mv Info.plist foo.plist
$ git mv foo.plist info.plist
You have to work around the fact that your file system is case-insensitive, that's all (so that Info.plist and info.plist are seen as identical). m.
--
matt neuburg, phd = http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Programming iOS 8! http://shop.oreilly.com/product/0636920034261.do
iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
More information about the textmate
mailing list