Git and IDL [message #88011] |
Wed, 12 March 2014 04:24  |
markb77
Messages: 217 Registered: July 2006
|
Senior Member |
|
|
hi all,
I'm wondering if anyone has a recommendation of how to organize the file structure of an IDL project when using Git, Github, and IDL.
I could imagine simply creating the Git repository inside a project directory of the IDL workspace. Is this the right way to do it? I have read something on stackoverflow saying that this is not the recommended way to do it. I tried reading the documentation of EGit, the Eclipse Git plugin, but I couldn't quite figure it out.
thanks
Mark
|
|
|
|
|
|
Re: Git and IDL [message #88017 is a reply to message #88016] |
Wed, 12 March 2014 08:32  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Phillip Bitzer writes:
> 2. I don't keep anything in the Workspace. All my routines are in a separate directory. I just make sure that my startup file points at this directory. I have several Workspaces I use (one for me, one for teaching, etc.). I found it easiest to just put my routines somewhere else.
I do this, too. I don't keep anything in the Workspace directory, which
IDL likes to put over in C:/users/david. I don't use that convention on
my machines. I have all my IDL programs in C:/IDL. That is what I use
as the start-up location. All my "projects" can be found in different
folders and sub-folders within this IDL directory.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|