ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

To tag svn project during ROS release steps more easily

asked 2013-09-17 00:37:07 -0500

130s gravatar image

When releasing from our svn as a development repository, we first create tag on svn repo and then run bloom (if there's a way where this step is not needed then this question loses its necessity. I appreciate if you could share that!).

Is there a way to automate this tagging for svn ? Tagging itself can be done by a single command like:

svn copy https://%TRUNK_PACAKGE% https://%PATH_TAG_PACAKGE%-1.0.1 -m "Releasing 1.0.1"

But I think of catkin_prepare_release that tags for git project. Is it bad/inappropriate to add svn support to catkin_prepare_release?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-09-17 07:55:32 -0500

Dirk Thomas gravatar image

Have you actually tried to use "catkin_prepare_release"? It already supports svn and does the tagging of the repo for you.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-09-17 00:37:07 -0500

Seen: 115 times

Last updated: Sep 17 '13