Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #5368: Make getting latest source code easy

Written by Eldmannen the 22 Mar 08 at 03:17. Category: Programming. Related project: Nothing/Others. Status: New
Rationale
We should make it as easy as possible for people to contribute.

The first thing you need todo when contributing is to get the latest source code from the version control system (git/svn/cvs/bazaar).

Now how do you do this, whats the address for the repositories, whats the commands for the different systems?

There should be a command in Ubuntu to easily get the latest source code, or some Ubuntu website which lists the addresses to the version control system for all software included in Ubuntu.

It would be nice not to have to worry about what system they use, or what the address is. Just type;
$ get-latest-source gcalc
And its done.

I (and many others) really want to contribute. We need an efficient way to quickly get the source code, without googling for websites and frantically looking for the address to the version control system, then figuring out how to use the software.
Tags: code source

23
votes
up equal down
Solution #1: Auto-generated solution of idea #5368
Written by Eldmannen the 22 Mar 08 at 03:17.
Ubuntu Brainstorm was updated in January 2009. Since the idea #5368 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

Propose your solution

Attachments
No attachments.


Duplicates


Comments
Ssdg wrote on the 22 Mar 08 at 09:34
That would be very cool, but really hardcore to do too, it lust be really hard to know what's impacted by a "make install" or automatically determine what's needed during the "./confiogure".

I vote + but I won't be hurt if it's not done.

viraptor wrote on the 23 Mar 08 at 00:53
If you can contribute by writing some code, finding correct repository should be very easy for you and quickest point in the process...
More or less up-to-date source can be downloaded with `apt-get source package_name` after switching deb-src to newest distro.

notyetroot wrote on the 10 Aug 08 at 18:54
Subversion/GIT/CVS/apt-get?


Post your comment