Branches and Dates

2002-11-19 Thread Mark . Hewitt
I thought I understood this, but the evidence is against me ... We have a situation where we need to see the state of a branch at a point of time in the past. Problem is that if I checkout the branch and then update ... -D date ... what I appear to get is the state of the module at that date wi

Re: branch access control

2002-09-04 Thread Mark . Hewitt
It was my first thought to use cvs status, but this causes a file locking problem: cvs status: [11:04:23] waiting for markh's lock in /tag/dcacvs/CVSROOT I had presumed this was because the temporary file copies (into /tmp) had to be protected from further changes while CVS completed the commit

Re: (no subject)

2002-09-03 Thread Mark . Hewitt
I'd come to that belief too, but I was hoping otherwise!Thanks for the URL - I'll see where that gets me.#!/mjh-Baris Sahin <[EMAIL PROTECTED]> wrote: -To: [EMAIL PROTECTED]From: Baris Sahin <[EMAIL PROTECTED]>Date: 09/03/2002 12:05PMcc: [EMAIL PROTECTED]Subject: Re: (no subject)hi,cvs does

(no subject)

2002-09-03 Thread Mark . Hewitt
 A simple question. Can I discover on which branch a file is being committed from withina script run from the commitinfo file? Basically, I know how to apply per user/module access controls, but I would like to extend this to include branch information so that certain teams are confinedto branches.

RE: CVS and Excel

2001-11-16 Thread Mark Hewitt
providing requirement management and test result tracking etc., etc. A static capture just won't work here, I'm afraid. #!/mjh > -Original Message- > From: Matt Riechers [mailto:[EMAIL PROTECTED]] > Sent: 16 November 2001 13:25 > To: Mark Hewitt > Cc: [EMAI

CVS and Excel

2001-11-16 Thread Mark Hewitt
Title: CVS and Excel I have a colleague who wants to derive some code development tracking metrics for our CVS hosted products.  This needs to be done using a Microsoft Excel spreadsheet in a relatively automatic way.  What he would like is to be able to execute CVS commands, or use some D

RE: CVS diff --exclude excluded

2001-11-01 Thread Mark Hewitt
; Subject: Re: CVS diff --exclude excluded > > > Mark Hewitt writes: > > > > In the CVS (1.11.1pl1) source, the GNU option '--exclude' is > > explicitly omitted from the command line parser data structures > > with a comment saying it did not seem applicab

CVS diff --exclude excluded

2001-10-31 Thread Mark Hewitt
Title: CVS diff --exclude excluded In the CVS (1.11.1pl1) source, the GNU option '--exclude' is explicitly omitted from the command line parser data structures with a comment saying it did not seem applicable for CVS. Well, I think I have a need, and I wonder if there are any alternatives or

RE: giving up CVS

2001-09-14 Thread Mark Hewitt
Title: RE: giving up CVS Take a look at cvswrappers. If you want all files matching a particular filename pattern to have specific commit options, you can define them here.  For instance, you could have: *.gif   -k  'b' *.jpg   -k  'b'   etc. #!/mjh -Original Message- F

Remote export failures - reason found!

2001-05-09 Thread Mark Hewitt
Finally, I realise why remote exports failed for me. The test for a CVS directory, which labels an area as a work area, takes place in a temporary directory on the server. If you have the TopLevelAdmin option set in the CVSROOT/config file, the test sees the CVS directory created by that command

RE: cannot export from remote repo to absolute pathname

2001-05-09 Thread Mark Hewitt
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 08 May 2001 19:33 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: cannot export from remote repo to absolute pathname Mark Hewitt writes: > > I have an exactly similar problem (CVS version 1.11, Solaris 2.6). >

RE: cannot export from remote repo to absolute pathname

2001-05-08 Thread Mark Hewitt
I have an exactly similar problem (CVS version 1.11, Solaris 2.6). Looking at the code suggests that the working area check (i.e., is there a CVS directory here) is done at the server and not at the client. Can this be correct? #!/mjh -Original Message- From: Eric Siegerman [mailto:[EMA

RE: CVS setup

2001-05-02 Thread Mark Hewitt
(a bit late - sorry!) We manage many InstallShield sources in CVS without any problems. The only thing we try to do (but little goes wrong if we forget!) is to work on the Windows pieces by checking out to windows, and UNIX sources by checking out to UNIX. #!/mjh -Original Message- Fro

RE: tag limits?

2001-03-09 Thread Mark Hewitt
This is the way I advocate CVS usage. We use tags of the form 'Build-MMDD-nn' then use a 'Release-NN_MM_XX' tag at the point of release. #!/mjh -Original Message- From: Charles Medcoff [mailto:[EMAIL PROTECTED]] Sent: 02 March 2001 02:05 To: [EMAIL PROTECTED] Subject: tag limits? H

Visual Age and Igloo

2001-01-25 Thread Mark Hewitt
The compatibility list for Igloo implies that Igloo works most of the time between visual age and a CVS repository. Does anyone have experience in this area? What works and what doesn't? #!/mjh ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.g

Deleted directories reappear in WinCVS

2000-06-21 Thread Mark Hewitt
This might be a WinCVS 1.1b14 issue, but I suspect there is something greater happening here! A while ago, I removed a directory from a project because its name only differed in case from a file in the same directory (fine for UNIX, bad for Windows). But I now get failures with WinCVS checkout b