Re: [ros-users] Developers workflow in ROS repositories

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] Developers workflow in ROS repositories
2011/8/29 Lorenz Mösenlechner <>:
> normally, people develop in trunk and whenever the code is ready, a
> release is done.


That is how we do it, too.

Developing in trunk minimizes merging, and releases provide a sequence
of stable integration points for users.

You can still use a branch for highly experimental changes, merging
them back into trunk when they are ready. But, we rarely find that
necessary or convenient.
--
 joq