eclipse - How do I reference an specific hard drive on Windows? -
i'm trying configure egit on portable eclipse app. needed install portablegit on usb drive well.
after i'm trying reference system setting eclipse's preferences. way can manage set 'g:\programs\portablegit-1.7.10-preview20120409\etc\gitconfig'
the problem when use on different system usb might not in g:.
perhaps there way determine windows' drives names uuid or else, know it?
alternatively use relative path. assuming eclipse in 'g:\programs\eclipse-sdk-3.7.2-win32\eclipse\eclipse.exe' should work '..\..\portablegit-1.7.10-preview20120409\etc\gitconfig', right? turns out doesn't. sets full path.
i'm pretty lost here. why not simple /media/usbdrive?
you launch eclipse drive using script sets path git executable in it. eclipse find git on startup , deduce $prefix that.
Comments
Post a Comment