cvs commit: ports/devel/cvsdadm Makefile distinfo
Simon Barner
barner at FreeBSD.org
Tue Jan 31 05:49:18 PST 2006
barner 2006-01-31 13:49:17 UTC
FreeBSD ports repository
Modified files:
devel/cvsdadm Makefile distinfo
Log:
- Update to 0.2
- ChangeLog:
o If no -R are given, cvsdadm will try to check if the repository is in
the cwd.
o &Init_repository: Verify if the repository is in a sane state _before_
attempting any operation. The difference between this behavior and the
old one is that cvsdadm will not stop in the middle of an operation
(eg: adding a user) and let the repository almost ready.
o New command [-C]. If this command is given with -R and nothing else,
it will create a new repository. It means CVSROOT dir, passwd, readers and
writers files.
If -C is given with any other flags -[adekq], it will create the repository
file(s) if they are missing. Your repository files will not be overwritten
if they already created. Cvsdadm is gentle for your repository...
This option can be given with interactive [-i] mode too.
o Better handling and logic with interactive mode.
o Remove some redundant lines of code that do the same things
unnecessarily.
Submitted by: Serge Gagnon <serge.gagnon at b2b2c.ca> (maintainer)
PR: ports/92578
Revision Changes Path
1.2 +1 -1 ports/devel/cvsdadm/Makefile
1.2 +3 -3 ports/devel/cvsdadm/distinfo
More information about the cvs-all
mailing list