How to get the source code of a project from launchpad
How to get the source code of a project from launchpad
Solution 1:
You can install bzr
sudo apt-get install bzr
and then you can download any branch you want, for example: bzr branch lp:inkscape
in any directory you want