Re: file permissions when adding directories via pserver

2000-12-20 Thread Dave Sherohman
On Wed, Dec 20, 2000 at 03:13:55PM -0500, Matt Munz wrote: I am currently having the problem that one user cannot check out a directory made by another, due to conflicting permissions. After pouring over the CVS manual(s) with little success, I thought I'd see if any of you could help.

Re: Help with re-creating repository

2000-11-15 Thread Dave Sherohman
On Tue, Nov 14, 2000 at 10:35:49PM -0800, Peter Loron wrote: I have a Linux machine that has both source files (web sites) and the CVS server. I have done a new install of Linux on a new hard drive, and want to move the existing CVS server repository and the source files over to the new

Re: Help: Add project to existing repository

2000-10-11 Thread Dave Sherohman
On Wed, Oct 11, 2000 at 09:45:30AM -0700, [EMAIL PROTECTED] wrote: First, attempted to import files to project2, and, all of the project1 files were imported (copied fortunately) to project2, along with the files that I wanted imported. But, the project2 directory was repeated twice, so I

Re: cvs doesn't start a shell before running a template

2000-09-01 Thread Dave Sherohman
On Fri, Sep 01, 2000 at 04:52:57PM -, [EMAIL PROTECTED] wrote: I am still trying to implement verifymsg. when i make my template a c++ executable or a .bat file, it works, however, when i leave it as bugid.verify it doesn't. Can it be that cvs doesn't realize that it has to start

Re: Question

2000-08-24 Thread Dave Sherohman
On Thu, Aug 24, 2000 at 04:10:45PM -0500, Richard June wrote: I've got a question with CVS v. 1.10.6 . if I Add a directory 'mkdir DIR;cvs add DIR' then commit 'cvs commit -m "because" DIR' everythings cool, then when on another checkout of the same source. cvs update doesn't create the

Re: Version numbers

2000-08-09 Thread Dave Sherohman
On Wed, Aug 09, 2000 at 12:09:45PM -0700, TC wrote: In a dev Env a group of developers access a common web dev box for example we run some portion of the web app, we just want to know that our last commited code is on the dev box we can verify this by just checking the $Id stamp. We are not

Re: cvs command question?

2000-07-26 Thread Dave Sherohman
On Wed, Jul 26, 2000 at 07:49:13PM +0530, Ritesh_Srivastava wrote: how to get only the revision numbers or the release versions of the file.by this i mean only the various revisons numbers of the file that is in the repository. You mean something like this? --- kuno ~/src/mod_bccp$ cvs log

Re: CVS permissions

2000-07-21 Thread Dave Sherohman
On Fri, Jul 21, 2000 at 09:35:49AM -0700, Stephen Rasku wrote: From: Pavel Roskin [EMAIL PROTECTED] It is possible, but it may be not what you want. All modern Linux distributions support PAM, so you can just disable logins and whatever else those developers can do with that machine (ftp,

Re: CVS permissions

2000-07-21 Thread Dave Sherohman
On Fri, Jul 21, 2000 at 12:39:15PM -0700, Stephen Rasku wrote: user1:ULtgRLXo7NRxs:cvsuser user2:ULtgRLXo7NRxs:cvsuser user3:ULtgRLXo7NRxs:cvsuser user4:ULtgRLXo7NRxs:cvsuser Do you want them to all have the same password? If so (and you want to anonymize CVS activity, which I wouldn't) an

Re: Cederqvist manual for Synchronization - Production

2000-05-26 Thread Dave Sherohman
On Fri, May 26, 2000 at 12:51:16PM -0700, Veronica Lee wrote: Where can I find Cederqvist manual online? Thanks. http://www.loria.fr/~molli/cvs/doc/cvs_toc.html -- "Two words: Windows survives." - Craig Mundie, Microsoft senior strategist "So does syphillis. Good thing we have penicillin." -

Re: File Permissions

2000-05-23 Thread Dave Sherohman
On Tue, May 23, 2000 at 11:38:03AM -, [EMAIL PROTECTED] wrote: Does any body know of any work-arounds ? Set the permissions on the files in the repository to what you want the working copies to have. I assume this will work for directories also. When adding new files, ensure that they

Re: Relative Directory Mysterie

2000-05-18 Thread Dave Sherohman
On Thu, May 18, 2000 at 09:43:37AM -0500, Olaf Meding wrote: Why does the first command below work and the second does not? cvs status ..\dir\file.ext // works cvs status ..\..\dir\file.ext // fails -- why? ..\CVS\ exists and ..\..\CVS\ doesn't? -- The Shortest Windows Manual:

Re: cvs checkout -c again

2000-05-05 Thread Dave Sherohman
On Fri, May 05, 2000 at 11:29:17AM -0600, Win32 M$ wrote: Agree, it should. Or, should we have 'cvs ls' and 'cvs cd' and 'cvs pwd' to "walk" the tree in the repository? I like that solution. (We already have 'cvs rm', after all...) This question comes back again and again simply because it

Re: cvs checkout -c again

2000-05-05 Thread Dave Sherohman
On Fri, May 05, 2000 at 02:20:37PM -0500, Michael Gersten wrote: That gives you every directory. What if you only want the top level directory, or only the first layer of /BigProject? (I don't want 'ls -R' as the only option :-) cvs rdiff -s -r 0 . 21 /dev/null | cut -c20- | grep -v '/' for

Re: WinCvs users - gathering .cvsignore

2000-05-03 Thread Dave Sherohman
On Wed, May 03, 2000 at 10:38:25AM -0600, Win32 M$ wrote: Please send me your .cvsignore file and a short description of what kind of project it applies to. I will compile a set of those so it will be easy to create the default .cvsignore from the predefined choices. Not an actual

Moving projects

2000-04-27 Thread Dave Sherohman
I'm managing my first (substantial) repository and have just realized that, given the number of projects in it, it would be good to create a doc meta-project and make all the various project-specific documentation projects subprojects of it. (i.e., instead of /proj and /projdoc, have /proj and

Re: status feature

2000-04-13 Thread Dave Sherohman
On Thu, Apr 13, 2000 at 03:06:27PM +0800, Mark Harrison wrote: CVSLS=/aitools/bin/cvsls So where does one get cvsls? Searches on Freshmeat and Google come up empty... Or any other (non-web-based) way of getting a list of projects in a CVS repository and/or a list of tags on a project? --

Re: adding new files to project - Attic???

2000-04-07 Thread Dave Sherohman
On Fri, Apr 07, 2000 at 10:20:51AM +0200, Jürgen Filseker wrote: I added a new file to my project, but whenever I try to add and commit the file to my project, WINCVS copies it to a location using the correct path, but it always adds a subdirectory called "Attic" where it puts the file. Btw,