-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect appup file getting generated #45
Comments
for some reason |
Output Directory is common for both versions. What you want me to check exactly? |
what are the svn commands you issue to switch between branches? |
SVN does not have remote and local copy structure..... so all the branches we have would be inside 'branches' directory under project. So it is just change directory... cd we use generally. |
the abstract code chunk of any one of those beams is different between versions, still trying to figure out why though |
Is it related to this pull request : #22 |
i don't think so, i'm not seeing the |
No, it's not there. I'm just guessing. |
In OTP-20 new chunks has been introduced. "AtU8" and "Dbgi". Do you that what exactly "Dbgi" chunk contains? Is it feasible to ignore it? |
Looks like the reason is the inclusion of the source filename as an attribute of the "Abst" chunk, i guess the only way out of this is not to rely on
|
I'm generating appup file for my svn hosted project. I have two branches names rel_v0_1_0 and rel_v0_2_0. Both are identical except application version I have changed. Here is output of svn diff :
To Generate appup file, I'm doing :
[in branch rel_v0_1_0 ]
[in branch rel_v0_2_0 ]
Appup file is getting generated successfully and here it is, (unfortunately its wrong.)
The appup file shows changes in
mynew_server
module. But that module is not modified.Can anyone clerify why ?
SVN Repo : erl_experiment
Log : appup_generate.log
The text was updated successfully, but these errors were encountered: