repository layout for large project

2004-02-04 Thread Sam Izzo
Hi I'm after some advice on how I should set up and manage a repository for a large project. The project is based around plugins (DLLs). There is a main application shell which has some base functionality, a set of application plugins, and a set of minor plugins that are used by application plug

CVS question

2004-02-04 Thread Sophie Coon
Hi, I have the following problem. Lets assume that the top level repository contains a directory PackA which contains 2 files: afile1 and afile2. The repository also contains another directory at the same level, PackB which contains 1 file, bfile1. I'd like to know if CVS provides a mechanism that

Re: Best Practices enquiry

2004-02-04 Thread Paul Sander
Have you considered a variation on method 1? Consider this: Before beginning work on a bug fix, apply a tag to the affected files. (You can tag everything in the containing directory if it's easier). Then fix the bug. Then merge the bug fix to the trunk, using the tag as the common ancestor.

Best Practices enquiry

2004-02-04 Thread Yannick Fortin
Hi all. I would like to have the opinion of the experts here regarding when to merge. We currently have a rather standard setup. We have a branch for the stable, released version of our software where we only put bug fixes and minor improvements. All the development is made on the trunk

RE: Pserver command

2004-02-04 Thread RAJAGOPAL, AARTI (SBCSI)
It's working nowI had to manually create a .cvspass file in my home directory to execute the cvs login command first using pserver. I was then able to execute cvs commands after the CVSROOT env variable was set appropriately. The password I used to login was the plaintext version of the passwor

RE: Pserver command

2004-02-04 Thread Jim.Hyslop
RAJAGOPAL, AARTI (SBCSI) wrote: > Thanks..I did go through the manual, did a cvs login and its > asking me for a > CVS password...I entered the same password as in the passwd > file, but that > failed to authenticate? Ummm... what exactly do you mean by "the same password as in the passwd file"?

Re: CVS security question

2004-02-04 Thread Greg A. Woods
[ On Tuesday, February 3, 2004 at 13:05:57 (-0800), Pankaj Garg wrote: ] > Subject: Re: CVS security question > > I wonder why do we not CVS has a server which run with SUID (Super User ID) > and only it can access repository. Because CVS is not a security tool, nor is it "security aware". What

RE: CVS security question

2004-02-04 Thread Greg A. Woods
[ On Tuesday, February 3, 2004 at 12:32:42 (-0800), Rick Genter wrote: ] > Subject: RE: CVS security question > > It's probably more secure to set their shell to something that does > exist but won't function as a shell, like /dev/null or > /bin/false. Well it depends on how obscure you make the "

RE: Pserver command

2004-02-04 Thread RAJAGOPAL, AARTI (SBCSI)
Thanks..I did go through the manual, did a cvs login and its asking me for a CVS password...I entered the same password as in the passwd file, but that failed to authenticate? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:46 PM

Re: Pserver command

2004-02-04 Thread Larry Jones
"RAJAGOPAL, AARTI (SBCSI)" writes: > > Does anyone know the correct syntax for using pserver command directly from > a UNIX shell prompt. Yes, anyone who's read the manual: > I tried the following, they don't work > > :pserver:[EMAIL PROTECTED]:re

RE: Pserver command

2004-02-04 Thread Peter Connolly
Make sure their userId|password(encrypted)|cvsUserId is in the $CVSROOT/CVSROOT/passwd file on the pserver machine. Assuming that they have set up their CVSROOT env variable, then they 'cvs login' and they should then be able to proceed. > -Original Message- > From: RAJAGOPAL, AARTI (SBC

RE: Pserver command

2004-02-04 Thread RAJAGOPAL, AARTI (SBCSI)
I already have it set up and working through inetd. What I'm trying to get to work is if a client wants to access the CVS repository remotely from another UNIX development box on which they are set up, how will they get authenticated through pserver to the CVS repository from their box, so that the

RE: Pserver command

2004-02-04 Thread Peter Connolly
It isn't meant for command line execution. Try the inetd setup described in the Cederqvist manual: http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_2.html#SEC30 pc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of RAJAGOPAL, AARTI (SBCSI) > Se

Pserver command

2004-02-04 Thread RAJAGOPAL, AARTI (SBCSI)
Does anyone know the correct syntax for using pserver command directly from a UNIX shell prompt. I tried the following, they don't work :pserver:[EMAIL PROTECTED]:repository path cvs pserver:[EMAIL PROTECTED]:repository path Thanks... ___ Info-cv

CVS and Eclipse, WSAD

2004-02-04 Thread Mala T
Hi all I am trying to setup Eclipse 2.0 (our corporate standard) and websphere studio(WSAD) as clients for CVS.All our Servers(solaris) support only ssh2 so we have to use that as our remote connection method. Eclipse and WSAD do not support ssh2. I have tried a ssh2 plug-in found at http://www.jc

CVS Primer for VSS Users

2004-02-04 Thread Dhruva B. Reddy
I recently transitioned my team from Visual SourceSafe to CVS. One thing I overlooked was the conceptual and terminology differences between the two systems. I would like to direct those who are still confused to a document that explains all this. Does anyone know of a document that does this?

RE: cvsignore on WinCVS

2004-02-04 Thread Jim.Hyslop
Diego Ribeiro de Andrade wrote: > Im tring to block files with extensions that I dont want the > users send to the repository. I begin trying to block ZIP files. Well, you might want to rethink that. There are times I have needed to check in zip files, for specific reasons (certain files, provide

cvsignore on WinCVS

2004-02-04 Thread Diego Ribeiro de Andrade
Hi,    Im tring to block files with extensions that I dont want the users send to the repository. I begin trying to block ZIP files.   I created the cvsignore file in CVSROOT.   *.zip   I doesnt work first time, so I checked in the output Window of WinCVS that it send the -I ! parameter that

Re: Deleting from CVS repository

2004-02-04 Thread Fabian Cenedese
>We have Eclipse/WSAD clients accessing our CVS server on AIX. When you >delete projects/files from Eclipse, files seem to goto the Attic folder on >the actual repository, but projects still remain there after deletion, only >get deleted from the local developer's workspace. Do they have to be >ma