unsubscribe

2001-04-26 Thread Ashish N Jadhav
  --Dr. Ashish N JadhavApplied Technology GroupTata Infotech Ltd. - SEEPZ

Re: A question about checkout

2001-04-26 Thread Larry Jones
[EMAIL PROTECTED] writes: > > When I checkout a moudle from server using pserver, there is always > a message of > "cvs server: cannot open /root/.cvsignore: Permission denied > cvs [server aborted]: can't chdir(/root): Permission denied " http://cvshome.org/docs/manual/cvs_21.html#SEC182 If

A question about checkout

2001-04-26 Thread casperdudu
I have a question of CVS. When I checkout a moudle from server using pserver, there is always a message of "cvs server: cannot open /root/.cvsignore: Permission denied cvs [server aborted]: can't chdir(/root): Permission denied " How does this happen,and how to resolve it? T

Re: Number of lines of code changed between tags

2001-04-26 Thread Eric Siegerman
On Thu, Apr 26, 2001 at 03:48:01PM -0700, Keith Beattie wrote: > How can I find the total number of lines changed (for text files only) > between two static tags for an entire module or subtree of the repository? cvs diff -r tag1 -r tag2 | ... | wc The ... is whatever intelligence you want to em

(no subject)

2001-04-26 Thread casper
I have a question of CVS. When I checkout a moudle from server using pserver, there is always a message of "cvs server: cannot open /root/.cvsignore: Permission denied cvs [server aborted]: can't chdir(/root): Permission denied " How does this happen,and how to resolve it? T

Re: 2 versions of working copies

2001-04-26 Thread David Fuller
This sounds like more of an issue with your build system. Does it have any paths you have to change? CVS doesn't really care if you have 1 version or 100 versions of files in different locations on your hard disk. -- David F. Anita Chacko wrote: > > Hi > I have a question. > I have checked

2 versions of working copies

2001-04-26 Thread Anita Chacko
Hi I have a question. I have checked out some files and have modified them but did not commit them.I use these files to build a system. Then I checked out the same files again and am trying to build the system but without modifying any files.But the build system is not recognising the files I jus

waiting for lock in

2001-04-26 Thread kelly dai
I want to do some opeartion in cvs like check in a file. but cvs continue gave me "cvs server: [06:34:37] waiting for kelly.dai's lock in ". I did not lock in any files. does someone know to solve the problems? thanks! kelly ___ Do You Yahoo!?

Number of lines of code changed between tags

2001-04-26 Thread Keith Beattie
One quick, hopefully easy, question: How can I find the total number of lines changed (for text files only) between two static tags for an entire module or subtree of the repository? Thanks, Keith ___ Info-cvs mailing list [EMAIL PROTECTED] http://ma

Re: executeable shell scripts and cvs

2001-04-26 Thread Larry Jones
W. L. Estes writes: > > I have a shell script in my working directory. This script is checked > into the repository. The shell script is executeable in my working > directory. I have committed the script after making it > executeable. when i export a new copy of the module in question, the > shel

complete CVS solutions?

2001-04-26 Thread Nils Jakobson
I'm looking for any papers/drafts going into details about how to implement CVS with Build systems, whats the best practices and common errors. Currently I have several departments doing everything their own way, I want to know how others are coping with this. Hints? Thanks, -Nils SWH Technolo

RE: executeable shell scripts and cvs

2001-04-26 Thread Jerry Nairn
>From: W. L. Estes [mailto:[EMAIL PROTECTED]] >Sent: Thursday, April 26, 2001 2:11 PM >executeable. when i export a new copy of the module in question, the >shell script is no longer executeable. > >What can I do to fix this? You have to "chmod +x" the RCS file in the repository. If it was execu

CVSup issues

2001-04-26 Thread Nils Jakobson
Hello! I was wondering if the whole CVSup process is 'atomic'? Can it be that, say, due to connection problem only part of the repository gets updated? 2nd, how to invoke CVSup after each commit? I want to update the mirror server right after commit to master server. Thanks in advance, -Nils Ja

executeable shell scripts and cvs

2001-04-26 Thread W. L. Estes
Hi, I am using cvs 1.10.7: I have a shell script in my working directory. This script is checked into the repository. The shell script is executeable in my working directory. I have committed the script after making it executeable. when i export a new copy of the module in question, the shell sc

Re: cannot export from remote repo to absolute pathname

2001-04-26 Thread Eric Siegerman
On Wed, Apr 25, 2001 at 06:02:26PM -0600, John E. Hein wrote: > I am trying to export a subtree from a module at a remote repository > to a local directory tree. I tried: > > cvs -d remotehost:/repo_dir export -d /local/dir some_module/sub/tree > > ( cd /local/dir ; cvs -d remotehost:/repo_dir e

running triggers on client side

2001-04-26 Thread David A Uebele
A question. Assuming a setup with NT clients and Solaris server for a CVS repository. Now assume I want to run pre-commit trigger scripts on the client side (polling users for additional information to be used as part of an audit trail). If I setup with psserver or similar setup, the trigger scr

CVS 1.11.1 Released

2001-04-26 Thread Derek R. Price
There is a new interim release of CVS. It contains mostly bugfixes and a few enhancements. See the NEWS and ChangeLog files in the distribution for details. Instructions for downloading can be found at http://cvshome.org/downloads.html . So far only Linux binaries have been posted. Binary con

Re: Removing unrecognized files from the cvs repository

2001-04-26 Thread Jon Miner
How did I get in to the registry? Did you try at add or import it and get an error? Did you server have some sort of filesystem problem? If you want to get rid of it, just go romping in the repository and delete it -- But I would be more worried about how it happened. jon * [EMAIL PROTECTED]

CVS 1.11 & edit -c patch & windows ?

2001-04-26 Thread Gilles-Eric Descamps
Hi All, 1) Has anybody applied the edit -c patch to CVS 1.11 ? edit -c / -f allows for reserved checkout: one writer only mode, which is against CVS philosophy, but may be useful when you have no way to merge changes in a file (binary). 2) By any chances, would somebody have an "edit -c" pat

cvs lock problem

2001-04-26 Thread mm rao
I've been trying to update a file in our CVS repository for days, but there seems to be a problem. I also tried to remove the file from the repository and restore it, but that didn't work either. Have anybody ever seen a message like that? DevelopersGuide.doc new revision: 1.36; previous revisi

Re: How to upgrade the CVS version

2001-04-26 Thread Larry Jones
Kiran Zangam writes: > > Could you please tell me how to upgrade the CVS version? Just get the new version and install it. It's a good ideas to do ``cvs init'' to make sure your repository has any new administrative files, but it isn't strictly necessary. -Larry Jones At times like these, all

Removing unrecognized files from the cvs repository

2001-04-26 Thread rnanca
Hi, When I issue a cvs co command I get the following message: "nothing known about com/source/file_writer.cfg" Upon further investigation here are the following facts: -the file was not checked out -the file does exist in the CVS repository but does not contain any versioning information ie)

Re: Directories checked out as root

2001-04-26 Thread David Fuller
I'm reminded of one of the options in the 'config' file, PreservePermissions. Do you by chance have that turned on? -- David F. Sean Ogle wrote: > > Hello folks, > > I am running cvs version 1.10.6. When I check out a module the directories > have the user root assigned to them. This only hap

Directories checked out as root

2001-04-26 Thread Sean Ogle
Hello folks, I am running cvs version 1.10.6. When I check out a module the directories have the user root assigned to them. This only happens when I use the CVS client on the same machine as the server. I am using pserver but even if I just point directly at the repository it still checks the fi

Re: Cvs temporary directories for server

2001-04-26 Thread Martin Neitzel
>>And also sometimes,it creates files such as >>#cvs.lastdir.43762 in /tmp directory.Why are these >>created and will these affect the operation of CVS? > >This file is not created by cvs. It is created by log_accum.pl. It's actually created by "commit_prep -r" (as listed in CVSROOT/commitinfo)

Re: help unsubcribe

2001-04-26 Thread Harald Kucharek
Nowadays problem is that most mail user agents (better: most peoples mail user agent) are protecting people from being exposed to the full beauty of a mail header... Maybe the page pointed to in every mails footer (http://mail.gnu.org/mailman/listinfo/info-cvs) should contain an explicit stateme

How to upgrade the CVS version

2001-04-26 Thread Kiran Zangam
Hi, Could you please tell me how to upgrade the CVS version? I am currently using version 1.9 and I would like to upgrade it to 1.10 or 1.11 Pls give me related info. Thanks, Kiran. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mail