realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

OpenAssetImporter SVN mirror URL is dead #721

Closed Stinkfist0 closed 11 years ago

Stinkfist0 commented 11 years ago

I suggest we migrate to using the git repository instead.

jonnenauha commented 11 years ago

The git repo does not have tags/braches either. Seems like this http://sourceforge.net/projects/assimp/files/assimp-3.0/assimp--3.0.1270-source-only.zip/download is working with Tundra. They seems to be doing quite active development in head, dunno if we want to pull that. Or we could ask them if they could make tags of 3.0 release or something...

juj commented 11 years ago

You can also make the script check out a fixed revision by git hash; having a tag is not strictly required. If you look up the same revision that matches the SVN repo, it will work the same.

jonnenauha commented 11 years ago

Yeah sure git reset --hard <hash> does the same trick if someone wants to go through the commits and with the SVN rev :)