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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: 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