How can I download an older trunk version?

Asked by behzad

Hi there,

Can we download a specific YADE trunk version?

I have now, version f7fff34 installed. But can I get an older one?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
behzad
Solved:
Last query:
Last reply:
Revision history for this message
Jan Stránský (honzik) said :
#1

Hi Behzad,

there are several options, e.g.:
1) go to https://github.com/yade/trunk -> 4,898 commits -> choose the
version you want -> browse files (upper right corner) -> Download ZIP
(right side) [1]
2) git checkout numberOfRequiredVersion [2]

cheers
Jan

[1]
http://stackoverflow.com/questions/13636559/how-to-download-zip-from-github-for-a-particular-commit-sha/
(2nd answer)
[2] https://www.atlassian.com/git/tutorials/undoing-changes/git-checkout

2015-07-29 21:41 GMT+02:00 behzad <email address hidden>:

> New question #269791 on Yade:
> https://answers.launchpad.net/yade/+question/269791
>
>
> Hi there,
>
> Can we download a specific YADE trunk version?
>
> I have now, version f7fff34 installed. But can I get an older one?
>
> Thanks
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
behzad (behzad-majidi) said :
#2

Hi Jan,

Thanks for the answer. I did it and it worked.

I downloaded and compiled the commit a5eec8b (of March 26, 2015).

This version, goes very well with asymmetric IPhys functors:

[1]: https://answers.launchpad.net/yade/+question/269315

The problem I reported in [1] is solved with this old version.
Actually, I still don't know what's the difference which makes the Ip2_mat1_mat_2... failed in the latest commits.

Thanks gain.

cheers,
Behzad

Revision history for this message
Jan Stránský (honzik) said :
#3

>
>
>
> The problem I reported in [1] is solved with this old version.
> Actually, I still don't know what's the difference which makes the
> Ip2_mat1_mat_2... failed in the latest commits.
>

I have no idea neither.. I checked the commits *briefly*, but did not find
any serious change. Except a lot of changes in cmake files, but I am not
able to tell if this could be the reason, maybe Anton could? :-)
cheers
Jan

Revision history for this message
Anton Gladky (gladky-anton) said :
#4

Last months we had really no serious changes in the code. But
we are not able to test the source code which is not in our
repository, sorry. Please try to provide the minimal working
script, which is representing the bug or compile each commit
incrementally and tell us which one has broken your code.
You can try this one [1], which has nothing to do with IPhys, but
who knows.

Anton