RCS_checkout: Assertion

2000-09-04 Thread Mark Derricutt
Hiya, I have a project that has a 2nd level branch: HEAD branch_level1 branch_level2 I now wish to merge everything from branch_level2 (and branc_level1) into the HEAD branch, so first I "cvs update -A"'d to get the head branch, merging in branch_level2 didn't seem like it merged

Commit counter to log_accum

2000-08-29 Thread Mark Derricutt
Hiya, a while ago I made the following patch to the contributed log_accum script in the CVS package, it simply (and in a rather hacked together/non-configurable way) adds a counter/id number to each commit, this was mainly for vanity/tracking usage to see how often we were actually using CVS. I

Re: [ANN] WinCvs 1.1b14 is out

2000-06-19 Thread Mark Derricutt
On Mon, 19 Jun 2000, Alexandre Parenteau wrote: http://devnet.3d.com/cvsweb/cvsweb.cgi/cvsgui/ChangeLog http://www.wincvs.org/download.html Whilst not actually on the webpage yet, the file is there at http://www.wincvs.org/WinCvs11b14.zip Mark -- Inspired by the taste of horror, proud to

TortoiseCVS

2000-06-18 Thread Mark Derricutt
Hiya, I just installed TortoiseCVS on my NT box (from WinCVS.org - Explorerj Shell CVS client) - only, I can't do anything as it says I'm not logged in, so obviously its not sharing the .cvspass I use for WinCVS. I've seen a few bugs listed on the BugZilla page about this, but nothing that says

Error Messages

2000-05-28 Thread Mark Derricutt
The other day I started changing some of my error messages in my app to use the format mentioned on the GNU coding standards page, i.e. filename:linenumber: message But I soon came to the conclusion that as files got edited this would cause problems with the line numbers not matching. I was

Re: CVS logs in SQL databases

2000-05-28 Thread Mark Derricutt
On Sun, 28 May 2000, Mark Derricutt wrote: Inserting the data is one thing, the other side would be to write some PHP code for a web-based front-end to this log for generating various Actually, I was just thinking, how does one get the name of the current cvs user? Also, does the filename

Date of Tags

2000-05-28 Thread Mark Derricutt
(if asked for with a param) to do something like: Existing Tags: sfman_1_73_20(revision: 1.22.2.24, 12-03-00 23:40:00) (or some other suitable format). Is the date/time of a tag operation actually recorded? -- Mark Derricutt "People in prayer for me, everyone there for m

CVS logs in SQL databases

2000-05-27 Thread Mark Derricutt
Hi, I was wondering if anyone here had ever set something up to store there cvs log history in an sql database. I'm looking at doing having the following table (most likely postgresql): commit_id serial commit_time datetime module_name varchar(255)

Re: WinCVS: cvsignore

2000-05-26 Thread Mark Derricutt
On Fri, 26 May 2000, Win32 M$ wrote: As I understand it - WinCvs does not know anything about cvsignore 'cause it can't see it! It can see .cvsignore as you noticed You can place a 'global' .cvsignore in your selected "home directory" which WinCVS will use, it will also pick up and use

Re: WinCVS: cvsignore

2000-05-26 Thread Mark Derricutt
On Fri, 26 May 2000, Dimitrie O. Paun wrote: You can place a 'global' .cvsignore in your selected "home directory" which WinCVS will use, Which "home directory"? The first time you ran WinCVS it would have asked for a "home" directory, which from memory you can change in the options, its

Re: WinCvs users - query

2000-05-24 Thread Mark Derricutt
On Wed, 24 May 2000, Win32 M$ wrote: with the standard edit box (multiline). The only difference that it makes would be that: If you do change it PLEASE make it use Courier New 10pt (of whatever is selected for use in the log window, and make it bigger, so that I one could fit 80 columns of

Re: some question about gCVS.

2000-05-23 Thread Mark Derricutt
On Tue, 23 May 2000, David Penn wrote: what's the schedule for gCVS now? i am eagar for a full feature counterpart of winCVS. I would love to run/try gCVS only my box has TCL 8.0 not 8.1, is there anything that makes it 8.1 specific?

Re: WinCVS: select in many dirs

2000-05-19 Thread Mark Derricutt
On Fri, 19 May 2000, Dimitrie O. Paun wrote: How can one select several files (using WinCVS) in different directories such that I can commit them at once. This is very important for me, because it is quite often the case that a functional change spreads over several files in different

RE: Help with client/server CVS and interoperability with NT/98

2000-05-12 Thread Mark Derricutt
On Fri, 12 May 2000, Dennis Jones wrote: I believe you are mistaken here. The :ext: method specifies using an external rsh command, but :server: specifies CVS's internal rsh protocol: I wonder, there's often alot of discussoin about how to get WinCVS to work with SSH, what would the

Re: WinCvs users - gathering .cvsignore

2000-05-04 Thread Mark Derricutt
On Wed, 3 May 2000, Dave Sherohman wrote: Ignore: *.~* *.obj Delphi 5 seems to have changed it's backup files to being .dfm~ and .pas~ so maybe *.???~ should also be here. Mark

Re: Integrating CVS to Nautilis (fwd)

2000-04-17 Thread Mark Derricutt
On Mon, 17 Apr 2000, Todd A. Lyons wrote: I think something like that would be good. It would be even better if it could retain a single command line at the bottom (similar to xchat and autocad) where you can retain full command line functionality in addition to the slick graphics

WinCVS Delete Revisions option.

2000-04-17 Thread Mark Derricutt
I just noticed under the Graphs menu of WinCVS (1.1b12) that theres a 'delete revisions' item. Is this as destructive as it really sounds? I noticed I could select a revision in the middle of a group of revisions and delete was enabled, could be dangerous if you ask me. -- Mark Derricutt

Re: Disk space usage (was: Re: UNIX version doesn't handle ^M in Entries/Repository if DOS ver used)

2000-04-11 Thread Mark Derricutt
On Mon, 10 Apr 2000, Noel L Yap wrote: This sounds like a really good idea -- it sounds like a fairly minor change to the source (at least on the surface). I'd opt for gzip/gunzip since it's already distributed as part of the source. How would you intend to define which files were

Re: How to generate a ChangeLog file from CVS?

2000-04-11 Thread Mark Derricutt
On Mon, 10 Apr 2000, Ronald Henderson wrote: http://www.red-bean.com/~kfogel/cvs2cl.shtml I was wondering if there's a ChangeLog script available that works under NT/95 against a pserver? Mark

Branch Logs

2000-04-10 Thread Mark Derricutt
Is it possible to get a list of commit logs of ALL files on a branch? I was thinking that when I merge the changes from my branch onto the main truck I want to make the log message the collation of all log messages from that branch, is that possible? -- Mark Derricutt "People in p

Very mind

2000-04-10 Thread Mark Derricutt
Ignore my last post, call me stupid :P -- Mark Derricutt "People in prayer for me, everyone there for me, ICQ: 1934853 sometimes I feel I should face this alone, my Wrk: 377-9941 soul exposed... it calm's me to know that I Fax: 377-9947 won't!" = Dream Theater - Scarre

loginfo and branch based emails...

2000-03-02 Thread Mark Derricutt
branch? -- Mark Derricutt "People in prayer for me, everyone there for me, ICQ: 1934853 sometimes I feel I should face this alone, my Wrk: 377-9941 soul exposed... it calm's me to know that I Fax: 377-9947 won't!" = Dream Theater - Scarred DDI: 375-3754 Now Playing: Gro