LockDir option in CVSROOT/config

2001-11-14 Thread Reinstein, Shlomo
Hi, We're using CVS on both Windows and Linux, using the :local: access method. Our repository is located on AFS, from Linux it's accessible as /afs/..., and from Windows the repository is accessible using some drive letter that is mapped to the root of AFS. I now want to use the LockDir option

(no subject)

2001-11-14 Thread Jarmo . Taipale
___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Notification under WinNT with filename

2001-11-14 Thread Peter Schütt
Hallo, we are using CVS (1.10) in local mode under WinNT4.0 and we want to use notification. In notify I insert: net send %s Danger! Parallel Version! It works. Is it possible to send the name of the file which is edited? I use the free cvsbook and I did not find something about this

Re: problems merging form an empty branch, how do we avoid a ROLLBACK?

2001-11-14 Thread Mark
For your #6: Personally I only allow branch merges to occur between parent and child branches, not siblings or other. In your case, branch FIX would have been merged to the head and closed (no more work on it) before branch FIX_5_1 was made. In any case, you left out how you did the merge.

commit error: up-to-date check failed.

2001-11-14 Thread Arcin Bozkurt
Cvs commit aborts by saying cvs server: up-to-date check failed for 'file' The latest changes on the computer of the user who tried the commit were - The time and date of the users machine was showing one day later, his time and date were corrected to point to the correct time (his machine's

Re: Importing from ClearCase

2001-11-14 Thread Mark
--- Paul D. Smith [EMAIL PROTECTED] wrote: %% Mark [EMAIL PROTECTED] writes: m The metadata issue really isn't a big issue. You will have to cut m the fat. If the CC metadata can't be converted/used in a productive m way in a CVS, then there is not much you can do about that.

Delete file / undelete, problems

2001-11-14 Thread Ship, Howard
I deleted a file from my CVS repository, then had to undelete it. After I undeleted it, I had some trouble with the CVS tools, in that update and export ignored the file (wouldn't copy it to the workspace). I eventually solved this problem by making changes to the file and committing them.

Organizing 2 project which share code

2001-11-14 Thread Giuseppe Milicia
Hi everyone, I have to set up CVS to handle 2 projects which share lots of code. The shared code is evolving, and I want people working on either project to be able to modify the common code. Nevertheless people on different projects should not be aware of project specific code. So when you do

ignoring whole directories

2001-11-14 Thread karl maynard
hi, is it possible to get cvs to ignore complete directories using .cvsignore rather than just files ? tia karl maynard ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

info-cvs ?

2001-11-14 Thread
Title: :::Happy mail::: Happymail ¹× ±âŸ ¹®ÀÇ 02-588-0510 2001³â 10¿ù ¢Ã °Ç¸ÁÁõ ¢Ñ º»¹®º¸±â

lock question !

2001-11-14 Thread Zanabria, Moises
Hi guys: A newbie question, is possible to lock a branch in CVS so that no other commits may be made to it ? Thanks for your help. Moises ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

What could go wrong with this scenario?

2001-11-14 Thread Marcel van der Boom
Hi, I have a repository with let's say 5 projects (5 toplevel directories below CVSROOT) For each project a unix group exists and users which are in this group are the only users allowed in each project. From time to time (actually after each new file and possibly after each commit) I would

Re: What could go wrong with this scenario?

2001-11-14 Thread Matt Riechers
Marcel van der Boom wrote: Essentially the run.sh script should change all group and ownership assignments of all files below the project dir with something like chgrp -R cvs_project /cvsroot/project chmod -R 770 /cvsroot/project Why do you need to do this? It sounds like you want 'chmod

Re: What could go wrong with this scenario?

2001-11-14 Thread Marcel van der Boom
That might be better I don't know ... chmod g+s does according to man page: ...set user or group ID on execution (s)... What exactly does that mean in this context of CVS? Matt Riechers wrote: Marcel van der Boom wrote: Essentially the run.sh script should change all group and ownership

Re: What could go wrong with this scenario?

2001-11-14 Thread Matt Riechers
Marcel van der Boom wrote: That might be better I don't know ... chmod g+s does according to man page: ...set user or group ID on execution (s)... What exactly does that mean in this context of CVS? A good description from the list archive:

Re: What could go wrong with this scenario?

2001-11-14 Thread Chris Niekel
On Wed, Nov 14, 2001 at 05:20:41PM +0100, Marcel van der Boom wrote: chmod g+s does according to man page: ...set user or group ID on execution (s)... What exactly does that mean in this context of CVS? For executables the 'sticky' bit makes the program run as the userid. For directories

Re: What could go wrong with this scenario?

2001-11-14 Thread Marcel van der Boom
A good description from the list archive: http://www.mail-archive.com/info-cvs@gnu.org/msg14117.html From this message... ...probably need to set the set-group-id (SGID) bit on the directories in your repository (chmod g+s) -- that usually makes newly-created files and directories get their

Re: What could go wrong with this scenario?

2001-11-14 Thread noel . l . yap
Also note that the given chmod command will change archive file permissions as well. The command should at most be find /cvsroot/project -type d | chmod 770. Also, if one is using file system ACLs, chmod g+s may not be enough if the user isn't in the directory's group. One would really have

Re: While commit: Terminated with fatal signal 11

2001-11-14 Thread Eric Siegerman
I suspect nobody's answering because nobody *has* an answer... For starters: - Which versions of CVS -- client and server? - What O/S's? - Does it happen only with that particular file? All files in that directory? All files in that sandbox? All .java files? - Can you do other cvs

Re: cvs co -D date problem

2001-11-14 Thread Malcolm Fernandes
Hi Rob, I'm not trying to pull an old snapshot of the code. The build script checks out the tree based on the current timestamp using `date`. This timestamp is embedded in the target load, so that developers can reproduce the code base, based on this timestamp. I would expect that files which

Re: Delete file / undelete, problems

2001-11-14 Thread Eric Siegerman
On Wed, Nov 14, 2001 at 09:48:27AM -0500, Ship, Howard wrote: I deleted a file from my CVS repository, then had to undelete it. How did you undelete the file? This could be important. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tapestry/Tapestry/framewo

FW: Question : Problem to implementing Notify for CVS watch

2001-11-14 Thread Rita Mintz
-Original Message- From: Rita Mintz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 11:14 AM To: [EMAIL PROTECTED] Cc: Rita Mintz Subject: Question : Problem to implementing Notify for CVS watch Hello, we are using CVS version 1.10.7 (client/server). I setup CVS watch

Re: ignoring whole directories

2001-11-14 Thread Eric Siegerman
On Wed, Nov 14, 2001 at 03:55:28PM +0100, karl maynard wrote: is it possible to get cvs to ignore complete directories using .cvsignore rather than just files ? Maybe. If the directory already exists in the repo, some CVS commands will properly ignore it (e.g. update) but others won't (e.g.

Re: What could go wrong with this scenario?

2001-11-14 Thread Philip Lijnzaad
A good description from the list archive: http://www.mail-archive.com/info-cvs@gnu.org/msg14117.html From this message... ...probably need to set the set-group-id (SGID) bit on the directories in your repository (chmod g+s) -- that usually makes newly-created files and directories get

RE: Delete file / undelete, problems

2001-11-14 Thread Ship, Howard
It was deleted in 1.10, and back in 1.11. It was a while back, don't know if I did it correctly. A summary of how to do it correctly would be useful. I believe I did cvs co -r1.9 ... cvs add ... cvs commit But that's from memory. Looks like the current releases are

Re: cvs co -D date problem

2001-11-14 Thread Rob Helmer
Hi Malcom, Hmm, ok, maybe I am missing something. Can you give an example? Do you mean that you removed something ( for example ) yesterday, and when you checkout using a timestamp from today, the removed file is not removed from your workspace? Or that it is updated, but not removed? I'll

RE: Question : Problem to implementing Notify for CVS watch

2001-11-14 Thread Rita Mintz
I'm not on info-cvs mailing list. Please reply directly to me [EMAIL PROTECTED] Thanks, Rita -Original Message- From: Rita Mintz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 11:14 AM To: [EMAIL PROTECTED] Cc: Rita Mintz Subject: Question : Problem to implementing Notify

CHECKIN COMMENTS

2001-11-14 Thread Alex Flores
How do youlook at the comments that are entered upon checkin. I might need these to find out what fixes have been submitted from one loadbuild to the next? Thanks in advance for any help, Alex

Re: cvs co -D date problem

2001-11-14 Thread Malcolm Fernandes
Hi Rob, Here is the scenario. cvs up foo.c rm foo.c cvs remove foo.c cvs ci foo.c The file gets removed from my workspace. Then, cvs co -D"`date`" foo.c The file will re-appear in your workspace. Regards, Mal Rob Helmer wrote: Hi Malcom, Hmm, ok, maybe I am missing something. Can you give an

Question : Problem to implementing Notify for CVS watch

2001-11-14 Thread Rita Mintz
Hello, we are using CVS version 1.10.7 (client/server). I setup CVS watch for several files using cvs watch add -a commit MGT.conf cvs watchers MGT.confrmintz commit I can not make notify to work. All my tests show, that when I do commit, notify' file does not get executed. notify file

Concurrent Development

2001-11-14 Thread Sequeira, Brian
Hello, Need clarification from CM gurus. Below is the method suggested for concurrent development for additional projects that are gong to be worked on concurrently which will take over the old process once the project is complete. Any suggestions/ideas, any additional info we might need

Re: Delete file / undelete, problems

2001-11-14 Thread Eric Siegerman
On Wed, Nov 14, 2001 at 02:12:49PM -0500, Ship, Howard wrote: It was deleted in 1.10, and back in 1.11. It was a while back, don't know if I did it correctly. Looks as though you did, judging by this log excerpt: revision 1.13 date: 2001/11/10 21:42:19; author: hship; state: Exp;

Re: cvs co -D date problem

2001-11-14 Thread Rob Helmer
Hi Malcolm, Hmm, just tried to reproduce this, I get : cvs server: warning: test/bin/lcp.sh is not (any longer) pertinent This is with CVS 1.11 on Solaris. What version are you running ( cvs --version to find out )? Thanks, Rob Helmer Malcolm Fernandes wrote: Hi Rob, Here is the

Re: cvs co -D date problem

2001-11-14 Thread Malcolm Fernandes
Hi Rob, cvs --version Concurrent Versions System (CVS) 1.11.1p1 (client/server) Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors Regards, Mal Rob Helmer wrote: Hi Malcolm, Hmm, just tried to reproduce this, I get : cvs

File ownership on server

2001-11-14 Thread dustin
When files are checked in, imported, or added to the repository on UNIX, the new files are owned by the user who checked them in. I'd rather capture the tranaction detail and have the files owned by a common owner, like cvs. Is there a way of accomplishing this or am I missing the point somehow?

Automating check in/out procedures

2001-11-14 Thread dustin
Whenever a user checks a file in, I'd like to enforce certain things by triggering script(?). Best way of doing this? ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Automating check in/out procedures

2001-11-14 Thread gabriel rosenkoetter
On Wed, Nov 14, 2001 at 01:08:23PM -0800, dustin wrote: Whenever a user checks a file in, I'd like to enforce certain things by triggering script(?). Best way of doing this? ${CVSROOT}/CVSROOT/commitinfo -- ~ g r @ eclipsed.net msg14231/pgp0.pgp Description: PGP signature

Problem with WinCVS1.3b6

2001-11-14 Thread Vera Albrecht
Sorry for my dumb question. But after spending a hole day on this problem I ask for some help. When Daylight saving time is changed, my old files on the NTFS-Harddisk changed mystically their time stamp by 1 hour back. I have today learded by microsoft: this is by design... But WinCvs1.2 can

Re: Problem with WinCVS1.3b6

2001-11-14 Thread Vera Albrecht
I get no answer in the bottom window, even for cvs -v. And an errormessage occures for Admin-Macros Admin-Get the cvs version After posting this message I got the version number(dont know the reason), but others still does not work. Admin-Macros Admin-Tcl-List the modules on the server i get