-
Notifications
You must be signed in to change notification settings - Fork 15
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
Simplify FW sync system #93
Comments
Something we discussed with @Rocketmagnet was to migrate his firmware development to github to have a more streamlined process. |
But we need a way to auto-generate the version number. Currently we're On 22 September 2015 at 19:43, Ugo Cupcic notifications@github.com wrote:
Shadow Robot Company Ltd. RoNeX - Building Robots with ROS Made Easy http://www.shadowrobot.com/products/ronex/ |
use git's sha? it looks weirder than a revision number but is unique |
An easy way to simplify it would be to modify the scripts in sr_external_dependencies so that they don't
update/checkout
the svn directories.We could use
svn export
to avoid having all the svn files stored in the git repository.As far as I know the only drawback would be not having the svn version information available to tag the commit where we do the release.
The text was updated successfully, but these errors were encountered: