Bug 92578 - Update port: devel/cvsdadm to 0.2
Summary: Update port: devel/cvsdadm to 0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-31 02:30 UTC by Serge Gagnon
Modified: 2006-01-31 14:06 UTC (History)
0 users

See Also:


Attachments
patch-cvsdadm-0.2.diff (1.16 KB, patch)
2006-01-31 02:30 UTC, Serge Gagnon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Gagnon 2006-01-31 02:30:03 UTC
	Version 0.2:
	- If no -R are given, cvsdadm will try to check if the repository is in
	the cwd.
	- &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.
	- 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.
	- Better handling and logic with interactive mode.
	- Remove some redundant lines of code that do the same things
	unnecessarily.
Comment 1 Simon Barner freebsd_committer freebsd_triage 2006-01-31 13:29:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

I'll take it.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2006-01-31 14:06:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!