Tagged Questions
1
vote
1answer
63 views
Which VCS to use for Ubuntu development?
I want to start contributing to Ubuntu projects and while going through the Beginner's guide, I noticed that the suggested VCS for Ubuntu development is Bazaar.
I currently use Git and find it very ...
4
votes
2answers
165 views
Bazaar plugin for Anjuta
I want to use Anjuta for development and Bazaar for version control. But the launchpad project listed on this page is empty.
http://wiki.bazaar.canonical.com/IDEIntegration
Is it dead? Is there ...
2
votes
1answer
135 views
Can I develop Unity while running Maverick (10.10)? Or do I have to run Natty?
I've just joined the Ubuntu Unity developers Bazaar repository and am eager to get started on hacking the code! Do I need to run Natty to be able to do this? Or can I simply use Maverick? I'd prefer ...
3
votes
1answer
403 views
How to build and compile a bzr branch for testing
When I pull down a bzr branch using
bzr branch lp:ubuntu/<package name>
I get one set of source files. However, when i go
apt-get source <package name>
I get another. The command
...
7
votes
1answer
273 views
Are there magic commit words in Launchpad Code?
I know in a lot of source control tracking systems (Redmine, Trac, Jira) you can add magic words like resolves #1234 in your commit message to have the bug updated to a certain status. Is there a ...