running apache scripts linked with loginfo / commitinfo

2002-05-02 Thread Arcin Bozkurt
Hi everyone, I am trying to run the apache scripts available at: http://cvs.apache.org/viewcvs.cgi/CVSROOT/ as you may guess/know, these scripts are linked with commitinfo, loginfo, etc. -- I tried to run this these on our system. The server is a Sun Solaris running cvs 1.11.1p1. The

Re: determining versions on checkin

2002-05-02 Thread Larry Jones
David A Uebele writes: The problem I'm having is that I'd like to use remote cvs, and so accessing the CVS/Entries file is no longer feasible. I'm looking for suggestions about other ways to capture the version of a file just checked in. I believe you can use cvs -n status. -Larry Jones

[OT] Example for Perlwrapper around cvs login?

2002-05-02 Thread Oliver Fischer
Sorry, may be a little bit offtopic... Does someone have example perl script to wrap cvs login via open2/3 and IO::Select? I am not able to get my one working. Thanks... Oliver ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Moving CVS repository

2002-05-02 Thread Eric Siegerman
On Wed, May 01, 2002 at 01:42:44PM -0500, Joi Ellis wrote: find . -type f -name 'Root' | \ xargs perl -pi.bak -e 's/localhost/some.hostname/' [...] I prefer using perl rather than a 'cp' because some of our modules are nested and I don't trust the Root file to be identical all

Re: Moving CVS repository

2002-05-02 Thread Gianni Mariani
Eric Siegerman wrote: On Wed, May 01, 2002 at 01:42:44PM -0500, Joi Ellis wrote: find . -type f -name 'Root' | \ xargs perl -pi.bak -e 's/localhost/some.hostname/' [...] I prefer using perl rather than a 'cp' because some of our modules are nested and I don't trust the Root file to be

Re: [OT] Example for Perlwrapper around cvs login?

2002-05-02 Thread Joi Ellis
On Thu, 2 May 2002, Oliver Fischer wrote: Sorry, may be a little bit offtopic... Does someone have example perl script to wrap cvs login via open2/3 and IO::Select? I am not able to get my one working. Thanks... Yes. Here's one I use in a SOAP-based distributed build system. I've

Upgrading to 1.11 from 1.10

2002-05-02 Thread Danial Islam
In UNIX, if I had the repository and all the scripts set up in CVS 1.10, then if i start using the binary for CVS 1.11 during the middle of our code development, will my repository get screwed up? Danial ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Moving CVS repository

2002-05-02 Thread Greg A. Woods
[ On Thursday, May 2, 2002 at 13:39:06 (-0400), Eric Siegerman wrote: ] Subject: Re: Moving CVS repository On Wed, May 01, 2002 at 01:42:44PM -0500, Joi Ellis wrote: find . -type f -name 'Root' | \ xargs perl -pi.bak -e 's/localhost/some.hostname/' [...] I prefer using perl

Re: Moving CVS repository

2002-05-02 Thread Joi Ellis
On Thu, 2 May 2002, Greg A. Woods wrote: [ On Thursday, May 2, 2002 at 13:39:06 (-0400), Eric Siegerman wrote: ] Subject: Re: Moving CVS repository On Wed, May 01, 2002 at 01:42:44PM -0500, Joi Ellis wrote: find . -type f -name 'Root' | \ xargs perl -pi.bak -e

Re: Moving CVS repository

2002-05-02 Thread Greg A. Woods
[ On Thursday, May 2, 2002 at 15:38:27 (-0500), Joi Ellis wrote: ] Subject: Re: Moving CVS repository On Thu, 2 May 2002, Greg A. Woods wrote: If I'm not mistaken the CVS/Root file _MUST_ be identical throughout an entire module's working directory, regardless of whether module aliases

Removing a branch

2002-05-02 Thread Danial Islam
What is the safest/best way to remove a branch full of files from the repository? I was thinking that cvs rtag -d branchname or cvs tag -d branchname are not sufficient enough. Danial. ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Moving CVS repository

2002-05-02 Thread Larry Jones
Greg A. Woods writes: It's irrelevant how they get that way. If all the files in given working directory hierarchy are not from the same repository then the user loses. In what sense? CVS has handled that just fine for quite some time now. -Larry Jones There's a connection here, I just

Re: Removing a branch

2002-05-02 Thread Eric Siegerman
On Thu, May 02, 2002 at 05:59:21PM -0400, Danial Islam wrote: What is the safest/best way to remove a branch full of files from the repository? I was thinking that cvs rtag -d branchname or cvs tag -d branchname are not sufficient enough. You're right. Those will only remove the branch

Re: Moving CVS repository

2002-05-02 Thread Greg A. Woods
[ On Thursday, May 2, 2002 at 18:01:03 (-0400), Larry Jones wrote: ] Subject: Re: Moving CVS repository Greg A. Woods writes: It's irrelevant how they get that way. If all the files in given working directory hierarchy are not from the same repository then the user loses. In what

helmut schmidt/CH/SMAG ist außer Haus.

2002-05-02 Thread schmidt . helmut
Ich werde ab 02.05.2002 nicht im Büro sein. Ich kehre zurück am 06.05.2002. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Any plan to merge cvspwd into cvs?

2002-05-02 Thread Ben Kial
I have been using cvspwd to manage my CVS user accounts in my :pserver host so that I don't have to create Unix accounts for each CVS user. However, cvspwd can only be executed by the repository owner, which means each CVS user cannot change their own password... Is there any plan from the CVS

Re: File Locking with CVS

2002-05-02 Thread Matthew Persico
Greg A. Woods [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... [ On Monday, April 29, 2002 at 15:48:37 (-0500), Gilroy, Michael -AES wrote: ] Subject: File Locking with CVS My manager won't let me use CVS with concurrent versions of files. I need to have the file locked when

CVS diagraming tools

2002-05-02 Thread Max
I'm hoping to untangle a CVS hairball and need a good charting tool that will allow me to run against a repository and generate a diagram. Is there anything out there that already does this? Thanks. Max ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: splitting CVSROOT/modules into multiple files?

2002-05-02 Thread Andreas Thalau
On Fri, 26 Apr 2002 15:21:44 -0400, Frederic Brehm [EMAIL PROTECTED] wrote: At 0:42 +0200 4/26/02, Andreas Thalau wrote: We have a dozen (the number is continuously growing) projects with five up to ten sub-modules for each project in one repository and the modules file is getting more and more

Re: merge mode for XML

2002-05-02 Thread Lee Sau Dan
Sean == Sean Hager [EMAIL PROTECTED] writes: Sean I agree that XML is overkill, but the truth is that it is Sean here to stay. Sean XML is fastly becoming excepted as the defacto standard for . accepted? :) Sean If CVS had away to use

Moving a module from one repository to another

2002-05-02 Thread Andreas Patock
Hello NG, is there a chance to move a module from one repository to another? I want to create different repositories for each development environment, and so I must splitt my old repository. Of course I could simply checkout a modul and import it to the new repository - but all my old revisions

RE: merge mode for XML

2002-05-02 Thread Glew, Andy
[Greg Woods]: ... conversations about XML and DTDs ... ... well formed by definition should mean in conformance to a pre-existing DTD! ... Do you build relational databases without defining a schema? Well, I wrote Perl-SQL, a relational database system that is self-schematizing - where

read-only access on module basis in one repository

2002-05-02 Thread Andreas Thalau
Hi folks, as I read on http://www.cvshome.org/docs/manual/cvs_2.html#SEC36 it is possible to gain read-only access to the repository for some users. I can´t find a hint on managing this for one repository based on modules. This is what I like to have: - user A read-write access to module M-A +

Re: merge mode for XML

2002-05-02 Thread Lee Sau Dan
Paul == Paul Sander [EMAIL PROTECTED] writes: Paul A better implementation would be to code a symbolic name for Paul the merge tool in a newphrase in the admin section the RCS Paul file, and look up that symbolic name on the client to locate Paul the proper tool. Good idea!

cvs remove: removing files not locally?

2002-05-02 Thread Stefan Bertels
Hi! How can I remove a file in the repository without deleting it locally? Case: I check in a file by accident and want it removed from the repository. But I need the file. Think of it as per-user options regarding to a project. When I call remove the local file will be removed at my machine

Re: Group permissions to branches

2002-05-02 Thread Brian Poynor
I'm not saying that you should not use a separate lock directory, just that it won't help you solve this problem. You cannot control access to branches using unix permissions, since the same RCS files contains all the branches. Users need write permission to the directories to commit to any

Re: merge mode for XML

2002-05-02 Thread Jesús M. NAVARRO
Hi, Greg: Greg A. Woods wrote: [ On Wednesday, May 1, 2002 at 11:34:02 (-0400), Gary Bisaga wrote: ] Subject: RE: merge mode for XML Good point, Noel. At my last job we had a partner we were required to connect to, and it was a job getting even an example XML document out of them, let alone

How to retain revision history when copying files from one cvs project to another?

2002-05-02 Thread Neetha Vuppala
Hi, We have all our source code in the CVS repository as one project. Now we want to start a new project in CVS. But we will be requiring files from the existing project into the new project. How can we copy/move the files over to the new project without losing their revision history? Is there a

Sharing the same physical file in multiple directories

2002-05-02 Thread Karsten, Paul
I have one config file that must exist in several directories in my project. I would like to be able to have CVS create this file in all its locations and still only have it stored once in the repository. Any idea how or if I can do that. Thanks Paul Karsten

Re: merge mode for XML

2002-05-02 Thread Lee Sau Dan
Noel == Noel Yap [EMAIL PROTECTED] writes: If CVS had away to use modular plug in diff and merge programs, we could setup a wrapper file that would automatically diff/merge the file differently based on the extension. e.g.: *.xml xml_dm *.html html_dm Noel

CVS History logging

2002-05-02 Thread Gaelen Gallashant
I need to know what files and the commands to specify in the files for logging the history of changes in source files. I suspect this is need for CFR auditing. The URL below should have this information. Specifically, when a file is committed to CVS I need the commit comment from the user

Can I check out a new directory without getting the files in it?

2002-05-02 Thread b_dompe
I'm trying to find a way to check out a new directory without checking out the files within that directory. I currently execute cvs co - l newdirectoryname, which gets the directory, but also any files that exist in it. There's -d, but that only gets empty directories. Is there a way to

FW: Extracting All Versions of a File From CVS

2002-05-02 Thread Laura Hopkins
I'm trying to extract _all_ versions of a CVS file into a directory. Any ideas how to do this or whether it can be done? Many thanks. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs