Re: get list of branches

2003-08-22 Thread Mark D. Baushke
Euan Guttridge <[EMAIL PROTECTED]> writes: > Is it possible to retrieve a list of branches in a repository? Possible? Sure. Easy? Well, you need to do a 'cvs log' on your repository and post-process it to get just the branch names. If you want to hack a script that already does most of the job f

Re: get list of branches

2003-08-22 Thread Eric Siegerman
On Fri, Aug 22, 2003 at 09:39:21AM +0100, Euan Guttridge wrote: > Is it possible to retrieve a list of branches in a repository? Not easily. Post-processing the output of "cvs stat -v" is about the size of it. N.B.: There's a file $CVSROOT/CVSROOT/val-tags that is supposed to list all the tags (

New feature in 1.19 compare to 1.11.1p1 version of CVS

2003-08-22 Thread Krishna Prasad MV
Hi All,   We are planning to upgrade our CVS server from 1.11.1p1 version to latest. And selected to use CVS version 1.19 or any latest. Now we wants know the features and any pros and cons in 1.19 above. Please suggest and update.   Thanks in advance KP __

Connect from different networks

2003-08-22 Thread Matthias Teege
Moin, I have a CVS repository on my home network. In normal case I connect only from my internal lan. But if I work at a customers office I want to connect via a dyndns name. Is it possible to make a working copy if I were at home (cvs.mynet.dom) on my notebook, go to the customers office and do

CVSROOT/passwd file

2003-08-22 Thread Kent Emia
hi guyz im trying to make users in cvs as i've read the OpenSourceDevWithCVS_2E.pdf the format is :: my question is how to make the encrypted password?? theres a script for this but the encrypted password won't show up... -- Kent C. Emia ___

Re: branching and tagging access control.

2003-08-22 Thread Mahantesh
Vijay Kumar wrote: Can we have access control on branching and tagging for a particular user ? If ys then how can we use this ? Other users in teh sme module should have read/write access but no branching and tagging access. See taginfo. Google for cvsacl. Mahantesh. -- _

Re: waiting for user's lock when there does not appear to be any

2003-08-22 Thread Mark D. Baushke
Geoff Beier <[EMAIL PROTECTED]> writes: > Hi All, > > Please forgive me if this seems like an FAQ; the answers I turned up > in the manual and in the list archives haven't worked, and I'm > completely stumped here. > > Whenever I attempt to access a particular directory in our repository, I get

get list of branches

2003-08-22 Thread Euan Guttridge
Is it possible to retrieve a list of branches in a repository? Thanks, Euan ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: One repository with different names?

2003-08-22 Thread Eric Siegerman
On Wed, Aug 20, 2003 at 08:51:05AM +0200, Matthias Teege wrote: > Is it possible to made a working copy at home from (cvs.my.net) and > later checkins to the same server under mycvs.dyndns.org? To do this as a one-off, just execute the command as cvs -d mycvs.dyndns.org:/wherever ... To a

Re: branching and tagging access control.

2003-08-22 Thread Mark D. Baushke
Vijay Kumar <[EMAIL PROTECTED]> writes: > Can we have access control on branching and tagging for a particular > user ? If ys then how can we use this ? Sure. See http://mail.gnu.org/archive/html/info-cvs/2002-05/msg00179.html You may also want to read the rest of the thread. > Other users in t

CVS / Bugzilla / ViewCVS integration howto

2003-08-22 Thread Steve McIntyre
I've seen several people asking about how to do this kind of thing, so I've documented the configuration that we use in the software development group here. What works for us: CVS check in messages are automatically appended to bug reports, and also bounced by email to the development team. Th