ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
vcstools now requires pysvn, and it is not in pypi yet. I made a Homebrew formula for it here:
https://github.com/mxcl/homebrew/pull/10570
I would recommend not using Homebrew's Python, but just use Apple's.
You can use my formula in the mean time, while it is getting put into Homebrew, by running these commands:
brew pull 10570
brew install pysvn
Hope this helps.