RE: Memory/space issues

2000-09-27 Thread $B8q9>1QN4(B
From: duncan <[EMAIL PROTECTED]> Subject: Memory/space issues Date: Thu, 28 Sep 2000 12:44:30 +0900 | There is most certianly space on the device, to the tune of several | gigs... (trying to check out 20-30 MB) Has /tmp enough space? -- KOIE Hidetaka <[EMAIL PROTECTED]> ___

Project Mgmt Integration

2000-09-27 Thread Ken Riley
Hey all, We've just completed the migration from the hated MS VSS to CVS. I'm thrilled, my developers are happy, yippee! I have only one more wish--to find a Perl widget that will integrate with CVS and do things like track the growth of a project using metrics like lines of source code or, bett

Re: revision control

2000-09-27 Thread Tom Werges
Suppose you want to revert it back to 2000-09-20: Go to the base dir of where the person changed the files. Type : cvs tag bad-revision cvs tag -D '2000-09-20' last-good-revision cvs up -j bad-revision -j last-good-revision I haven't actually tried this before, so if it works type 'cvs

RE: Check out trigger

2000-09-27 Thread Anandh H N
actually loginfo is for post-checkin and commitinfo is for pre-checkin and verifymsg is for verifying log messages ... so I am hoping there is something like "checkoutinfo " :} Anand -Original Message- From: Derek R. Price [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 3

CVS Triggers at module-level and repository level.

2000-09-27 Thread nanandh
Hello All, I am facing the situation where I need to log messages whenever check-out takes place. I could register messages when check out happens , but only at the module level. To be more precise I changed the modules file to contain this line mod2 -o d:\myprog mod2 This will fire

Q: CVSROOT in working dir

2000-09-27 Thread s . naewe
Short question: What's the sense of having the CVSROOT in some module directory ? For example, I checked out the free OpenGL 'clone' Mesa and the checkout directory 'Mesa' contains the ususual CVS directory but also a 'CVSROOT' directory'. THX Stefan

Re: Check out trigger

2000-09-27 Thread Laird Nelson
[EMAIL PROTECTED] wrote: > I am desperately trying to have a trigger set up for check out. You are out of luck. Time to start hacking C code. :-) Is there some reason you can't continue to use your modules -o solution for all modules? Cheers, Laird ___

Re: Check out trigger

2000-09-27 Thread Derek R. Price
Whoops, right. There isn't one, outside of the input/output filters and the modules file. I haven't played with either. Sorry. Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com ) -- I will n

Tracking new element in the Repository After Checkout a working copy

2000-09-27 Thread Albert Chiu
Hello, I'm fairly new with CVS. Does anyone know how to check for new element at the repository even after you checkout a working copy or Is there a cvs command to identify new element at the repository? _ Get Your Private

Re: source code for rcs57nt / cvs-1.9-win?

2000-09-27 Thread Donald Sharp
Why don't you just fix vss2rcs.js to check the date returned by vss and if it's greater than what could even remotely be possible change it to a sane value? Seems like a lot of work to hack cvs when you should just hack the input script... donald On Tue, Sep 26, 2000 at 06:29:45PM -, Greg Pr

Re: Check out trigger

2000-09-27 Thread Derek R. Price
> But what I am looking for is to have a trigger which will be called > whenever any file is checked out from any module in the repository. Look up "commitinfo", "verifymsg", and "loginfo" in the Cederqvist. I believe they are also called "Commit support files". Derek -- Derek Price

Re: Help .cvsignore and .cvspass!!!!!

2000-09-27 Thread Marinalva Dias Soares
Ok! The HOME was set to /dev/null! Thanks very much! Marinalva. On Mon, 25 Sep 2000, Derek R. Price wrote: > Sounds like the 'HOME' environment variable is somehow being set to > '/dev/null' before you run CVS. Make sure you leave it set to your actual > home directory. > > Derek > > -- >

Re: source code for rcs57nt / cvs-1.9-win?

2000-09-27 Thread Gregory L Priem
On Tue, 26 Sep 2000 15:00:41 -0700, Donald Sharp wrote: >On Tue, Sep 26, 2000 at 02:50:24PM -0700, Gregory L Priem wrote: >> with the rcs 5.7 ci.c source, it seems like it does a simple check for >> date, sends a message, and does a 'continue'. a simple commenting out >> of the continue may be a u

descend.csh ??

2000-09-27 Thread Aldo Longhi
Does anyone out there have a version of "descend" that uses C-Shell (csh) instead of the Bourne Shell (sh) version that comes in the "contrib" directory with CVS?? I'd rather not re-write it myself... ("Why?", you ask? Because my users have Hamilton C-Shell on their WinNT boxes, and I would pref

Re: revision control

2000-09-27 Thread Derek R. Price
Bill Shields wrote: > Question: What is the best way to revert all the files back to the > previous individual versions that were good? Any file that CVS attempted to merge changes into should have a file in it's directory named ".#." which contains the changes before that merge. Try us

Re: pserver

2000-09-27 Thread Derek R. Price
Look up the config admin file and specifically the LockDir option in the Cederqvist (http://cvshome.org/docs/manual/index.html). As long as everyone has inheritable write access to the lock directory (and I believe the CVSROOT/history file), you should be able to assign privileges to other direct

RE: Moving repository (slowly)

2000-09-27 Thread Guus Leeuw
> -Original Message- > From: [EMAIL PROTECTED] > > Furthermore, if I were in your shoes, I would shutdown > client availability--temporarily removing the inetd.conf > entry (one of many ways)--while making changes, and > enabling it after it is done. The changes will be quick, >

RE: Questions on Checking out files

2000-09-27 Thread Lakshmi Sanjeevan
Title: RE: Questions on Checking out files Hi,     This problem occurs only for few of them in my team. I can checkout files from the CVS repository without any problems. But for some of my colleagues they are not able to checkout the files and gives the error message mentioned earlier. Why

pserver och winCVS

2000-09-27 Thread Barucija, Samir
hi CVS-gurus I have a big problem with cvs server on linux and winCVS client (NT). It's working only for one user. If I'm using jCVS for client it's working perfect. Can anybody help me? [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL PROTECTED

RE: Moving repository (slowly)

2000-09-27 Thread Eugene Kramer
I'd suggest not to have both paths available and not modify users' sandboxes. Assuming that you do not modify all the sources in your repository every night, I suggest to copy the repositoy without shutting down the access, then shutdown pserver, do incremental copy using rdist or rsync, remount n

Please remove my email address from your mailing list. Tx.

2000-09-27 Thread fabian . gilbeau
___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Project Mgmt Integration

2000-09-27 Thread Karl Fogel
Ken Riley <[EMAIL PROTECTED]> writes: > We've just completed the migration from the hated MS VSS to CVS. I'm > thrilled, my developers are happy, yippee! > > I have only one more wish--to find a Perl widget that will integrate with > CVS and do things like track the growth of a project using metr

Problems/Confusion with Directories

2000-09-27 Thread Sally Smart Miller
the structure of our repository is RW RW/org RW/hla RW/EDU whenever I do commands at the CVS level they never go into the lower directories: cvs editors (in directory d:\RW\) ? org ? hla ? EDU but this does give results: cvs editors (in directory d:\RW\org) RConsortium/RangeWare/AppWare/Part

Re: Help .cvsignore and .cvspass!!!!!

2000-09-27 Thread Derek R. Price
Sounds like the 'HOME' environment variable is somehow being set to '/dev/null' before you run CVS. Make sure you leave it set to your actual home directory. Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] OpenAvenue ( http:/

'readers' file not respected on CVS (1.10.7) server machine

2000-09-27 Thread andy
I am trying to only allow read-access to the CVS repository to a generic, anonymous QA user (qauser). I am using Unix client/server with password authentication but no CVS password file. I created $CVSROOT/cvsroot/readers to include 'qauser'. Updates (cvs commit) are disallowed correctly from

some help with branches

2000-09-27 Thread Mike Shamberger
Hi, I am having a problem with branches and new files. I have a dev branch that is rooted on another branch called promotion. In order to promote changes, I merge the dev branch into the promotion branch and then create a release branch off the promotion branch. I then re-root the dev branch o

Memory/space issues

2000-09-27 Thread duncan
I am somewhat new to CVS, at least as the admin... I am running into problems of when trying to do a CO or a CI it is failing, and i am getting an error like: [root@tango build20]# cvs co -r build20 myhost.com/HTDOCS cvs [server aborted]: cannot open CVS/Entries.Static: No space left on device

Re: Help .cvsignore and .cvspass!!!!!

2000-09-27 Thread larry . jones
--- In [EMAIL PROTECTED], Marinalva Dias Soares <[EMAIL PROTECTED]> wrote: > > My > repository is in "/home/mari/cvsroot" and in inetd.conf I put "2401 stream > tcp nowait root /usr/bin/cvs cvs --allow-root=/home/mari/cvsroot pserver". > At the momment of login, I have the follow message:"cvs[logi

pserver

2000-09-27 Thread Rafal Kedziorski
Hallo, I'm creating remote repositories using pserver. I have some users like: dev1, dev2, dev3 and two groups: group1, group2 dev1 and dev2 are in group1 dev2 and dev3 are in group2 then I have an repository user: repoadmin my repository is: PROJECT_ONE the CVSROOT repository has follo

Re: [Info-cvs] Binary mode version of CVS for Windows NT

2000-09-27 Thread Tony Lill
To re-create this version, all you need to is change all the places where it opens a file to use O_BINARY instead of trying to choose the correct mode. The patch follows, you can ignore the buf_mem_error stuff. When a client of mine ported CVS to dos many years ago, they chose the same route, and

RE: Check out trigger

2000-09-27 Thread Matthew Berney
There is really no notion of checkout in CVS. Rather, you edit the file and then commit the changes to the repository. You don't *have* to check the file out. You can simply make the file writable, modify the file, and commit the changes. The cvs edit command may be what you want. You can s