PLD-doc: cvs-hints.txt - How to add DEVEL branch.
Paweł Zuzelski
pawelz at pld-linux.org
Tue Oct 12 13:38:07 CEST 2010
On Tue, 12 Oct 2010, Marcin Krol wrote:
> > On Tue, 12 Oct 2010, lmasko wrote:
> >> +* Add a DEVEL branch (assuming, that the DEVEL tag does not exist):
> >> +
> >> + builder -B DEVEL name.spec
> >> + cvs up -r DEVEL name.spec
> >> + cvs ci name.spec
> >
> > Just curious: why this is better than just:
> > cd rpm/packages/name;
> > cvs tag -b DEVEL
> >
> > ?
>
> Because it tags source files and patches as well.
cvs tag -b DEVEL with cwd=packages/name will tag all tracked files
in packages/name directory (?)
--
Paweł
More information about the pld-devel-en
mailing list