thibauthourlier / team_tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The plan as I imagine it...


Files on master branch
======================

 bin/	 	things we all want on our $PATH, by some consensus?  Not sure about this.

 t/		tests that can safely be run with no setup or side-effects

 $project/	small, mostly self-contained projects.
		Should each contain a README ?
		If they got bigger they might warrant splitting into another repo.


Files on branches named $dev/$foo
=================================

$dev = username of developer; the owner of that branch.

$foo = name of some sub-project.  Possibly matching the directory name
$project/ .


mca suggests this form of ownership so that commits on such branches
may be "owned" but still visible to team members (without an N-squared
pulling of commits from other people's working copy repos).

These owned branches may be amended/rebased, at any time until they
are merged to master, even after pushing to intcvs1.

If these branches use the filenames pattern above they will merge to
master easily, but naming the branch after a developer suggests the
content is not ready for sharing.


Wanted
======

Neat and clean way to make cross-project dependencies.  Without
crosslinking everything into a bucket of code.

About

License:Apache License 2.0


Languages

Language:Perl 49.5%Language:Shell 35.3%Language:JavaScript 10.0%Language:Emacs Lisp 2.7%Language:HTML 1.0%Language:Tcl 0.6%Language:Raku 0.4%Language:Rich Text Format 0.2%Language:Python 0.1%Language:CSS 0.1%