Comment #1 on issue 290 by
kei.ok...@gmail.com: Moving to github?
http://code.google.com/p/rtm-ros-robotics/issues/detail?id=290
Although I have many reason not to move to github, it provides very strong
tools of CI before merging, that will help our effort to keep maintain
source code for different ros distributions. So the problem is when we
move? If I move the repository this weekend, how do other people think?
I'll follow this instructions :
http://trentm.com/2012/03/google-code-to-github.html
===
Basically, I prefer to use old technology/tools since basically robotics
needs variety of tools and components and they are not always keep updated.
For example, Hiro robot's controller computer (QNX) does not contains git
binary, our HRP2 robots still use ubuntu 8.04 due to the driver of DIO
board, that of course does not have git deb.
If we look bask last few years, the trend of VCS is changing from
svn(willowgarage) to hg(osrf/drc) and git(osrf/ros), so we can estimates
there are another VCS in few years and people will discuss about moving
form github to new X platform. Thus, post catkin toolset should be designed
more general, not to depends on one specific platform. So it worth to keep
sending feedback.
Finally, since this is the university's project and there are no central
admin that take care of all packages, each package is maintained by each
student so it is easy to split code and make branches if we move the
platform. If student only left less than one year to graduate, they choose
keep using old repository instead of moving to new one. From my experience
of moving internal repository to sourceforge it takes about a year to
remove internal repositories.