-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bzr support #4
Bzr support #4
Conversation
🍻 |
Awesome. One question, though, is it not common for people to use tags in the Bazaar world? And even if it’s not, I still think it would be better to have support for that too, unless there’s a specific reason not to? |
I’m pretty sure that tags work as revisions with bzr, but I’ll try it out today and add it explicitly if it needs it. On Sep 3, 2013, at 3:14 AM, Eloy Durán [email protected] wrote:
office: (207) 200-3415 |
Thanks. As far as I could tell tags are, like in many other systems, aliases to specific revisions, so they’re technically not needed. However, in our case the semantic value of these aliases is much more needed, as it allows people to easily see that a spec is using a revision that’s deemed special according to the lib’s author. |
OK, I’ve added explicit support for a :tag option. There’s tests for tags supplied either via :tag or :revision and either works. On Sep 3, 2013, at 7:47 AM, Eloy Durán [email protected] wrote:
office: (207) 200-3415 |
Awesome, thanks! |
@fmccann Btw, are using this in conjunction with CocoaPods? If so, it would be great if you could take a look at implementing the Bazaar support for installing directly from a repo. For instance, a Podfile like this: pod 'BazaarRepo', :bzr => 'URL' |
I am using it, though for some private repositories for now. I'll take a look at implementing this feature.
|
Thanks. That’s what I figured you were doing and that’s also what I’m adding to the CHANGELOG for CocoaPods 0.25.0:
|
Basic support for Bazaar repositories.