|
From: | Reza Housseini |
Subject: | Re: Strange behavior with git and oct-files |
Date: | Thu, 19 Apr 2012 16:13:24 +0200 |
On 19 April 2012 03:38, Reza Housseini <address@hidden> wrote:Just to be clear, you checked in the compiled version of the oct file
> I'm using a local git repository with an oct-file inside it which calls some
> C++ code. I'm now working on a branch other then the master branch. When I
> compile my file using mkoctfile and let it run in the terminal, it
> don't recognizes that the file was being updated, I have to restart octave
> to run the actual file. What could be the cause of this and did someone
> experience the same problem?
into git? (Aside: Using git to track compiled files is a little
strange.) And when you change to a different compiled file by doing
"git checkout other-branch", Octave doesn't reload the oct file?
Is this a problem you experience only with git? If you swap around oct
files without git, does Octave reload them? If it's only a git
problem, perhaps there is some hardlinking going on, but I would like
to make sure.
- Jordi G. H.
[Prev in Thread] | Current Thread | [Next in Thread] |