Maintaining Mercurial (Hg) trees: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
CVS is a developer database, It means that it might be broken from time to time. There are more "stable" snapshots at [http://www.linuxtv.org/downloads/video4linux/ v4l downloads page].
These are some simple rules for maintaing CVS tree:

These are some simple rules that gives some directions for maintaing CVS tree:


1) Every CVS maintainer should be active at [irc://irc.freenode.net/v4l #V4L IRC channel]. It helps
1) Every CVS maintainer should be active at [irc://irc.freenode.net/v4l #V4L IRC channel]. It helps
Line 5: Line 7:


2) Minor changes, like simple card additions (only a card row at card
2) Minor changes, like simple card additions (only a card row at card
struct) can be applied directly for the maintainer;
struct) can be applied directly for the CVS maintainer;


3) Medium changes that needs modification on card coding or creating a
3) Medium changes that needs modification on card coding or creating a
Line 11: Line 13:
contributors to discuss about the way it will be included. V4L
contributors to discuss about the way it will be included. V4L
maintainer should be warned to create a snapshot (if the change could
maintainer should be warned to create a snapshot (if the change could
generate impacts on other cards) BEFORE commit to CVS;
generate impacts on other cards) BEFORE commiting the change to CVS;


4) Major changes that implies changing some core structs should be
4) Major changes that implies changing some core structs should be
Line 28: Line 30:
7) Non active CVS maintainers or that doesn't like to follow the above
7) Non active CVS maintainers or that doesn't like to follow the above
rules may be dropped.
rules may be dropped.

8) Every commit shoud update ChangeLog describing who did, what changed and in what files. It should also have [[ SubmittingPatches#Developer.27s_Certificate_of_Origin_1.1|Developer's Certificate of Origin 1.1 ]] for each patch contributor. The bottom signed-off-by should be the CVS maintainer.

---

Some quotations about development:

"The most difficult problem isn't fixing bugs, but fixing bugs
without breaking other configurations. There are many: different
cards, different TV norms, whereas most of the developers can test
only one TV norm." - Gerd Knorr


"Anyone who has never made a mistake has never tried anything new." - Albert Einstein

Revision as of 17:21, 28 June 2005

CVS is a developer database, It means that it might be broken from time to time. There are more "stable" snapshots at v4l downloads page.

These are some simple rules that gives some directions for maintaing CVS tree:

	1) Every CVS maintainer should be active at #V4L IRC channel. It helps
to have more discussions at major changes;
	2) Minor changes, like simple card additions (only a card row at card
struct) can be applied directly for the CVS maintainer;
	3) Medium changes that needs modification on card coding or creating a
new card type should be discussed at #V4L IRC channel to allow other
contributors to discuss about the way it will be included. V4L
maintainer should be warned to create a snapshot (if the change could
generate impacts on other cards) BEFORE commiting the change to CVS;
	4) Major changes that implies changing some core structs should be
discussed on IRC, posted to the list, created a snapshot THEN committed
to CVS.
 	5) Every CVS maintainer should follow the "rules of thumb" of kernel
development like:
*  Kernel rules to submit patches
*  Kernel rules to submit drivers
*  Kernel Coding Style
	6) People interested in being a CVS maintainer should participate at IRC,
before requesting changing access to V4L CVS.
	7) Non active CVS maintainers or that doesn't like to follow the above
rules may be dropped.
       8) Every commit shoud update ChangeLog describing who did, what changed and in what files. It should also    have Developer's Certificate of Origin 1.1  for each patch contributor. The bottom signed-off-by should be the CVS maintainer. 

---

Some quotations about development:

"The most difficult problem isn't fixing bugs, but fixing bugs

without breaking other configurations. There are many: different cards, different TV norms, whereas most of the developers can test only one TV norm." - Gerd Knorr


"Anyone who has never made a mistake has never tried anything new." - Albert Einstein