RE: Visual Studio .NET projects and CVS

2002-10-28 Thread Dror Braznitzki
Title: RE: Visual Studio .NET projects and CVS Hi, I think I need to clarify myself a little, what am I looking for is not a Visual Studio (.NET) plugin for CVS. My team is working on an Intranet project and using Visual Studio .NET. While we where looking at the source directory in order to

RE: Visual Studio .NET projects and CVS

2002-10-28 Thread Shankar Unni
Dror Braznitzki wrote: [...] decide what goes to the repository and what should be left outside (local files created by the VS) Not terribly familiar with recent revisions of Visual C++, but in previous versions (e.g. 5.0 and 6.0), there were really only two files that needed to be checked in

RE: Per-modules readers/writers ?

2002-10-28 Thread Shankar Unni
The other (counter-) factor is that in large environments, users are often managed through YP or LDAP (and generally from the IT point of view lumped into a few giant groups like engr and users). These environments are not necessarily paranoid enough to need C2-level security (which is another

Re: Visual Studio .NET projects and CVS

2002-10-28 Thread Kaz Kylheku
On Mon, 28 Oct 2002, Dror Braznitzki wrote: Hi, I think I need to clarify myself a little, what am I looking for is not a Visual Studio (.NET) plugin for CVS. My team is working on an Intranet project and using Visual Studio .NET. While we where looking at the source directory in

RE: Has anyone done some awk/Perl/Ruby magic to get a nice branch history?

2002-10-28 Thread Tom Copeland
Thanks to all those who replied. I ended up writing some Ruby classes to wrap cvs-exp - http://www.cs.rice.edu/~ssiyer/code/cvs-exp/ - to produce a decent branch history: https://cvs.ultralog.net/ Click on any of the Recent commits links to see an example... Thanks, Tom -Original

cvsweb configuration problem

2002-10-28 Thread Fernando Gomes
I just installed cvsweb on a NT platform, now I have the following error when I try to browse a module: Error: Failed to spawn GNU rlog on 'f:/cvsrepo/test/projectlink//addFilter.php,v, f:/cvsrepo/test/projectlink//addLink.php,v, All the files in the module are enumerated there... Any tip to

cvsignore list, and directory names

2002-10-28 Thread npat
What will happen if a cvs command (say for instance cvs import) finds a **directory** named core, which by default *is* in the cvs ignore list? Will it ignore any files in this directory? /npat -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship,

RE: Per-modules readers/writers ?

2002-10-28 Thread Greg A. Woods
[ On Monday, October 28, 2002 at 09:14:41 (-0800), Shankar Unni wrote: ] Subject: RE: Per-modules readers/writers ? The other (counter-) factor is that in large environments, users are often managed through YP or LDAP (and generally from the IT point of view lumped into a few giant groups

RE: Per-modules readers/writers ?

2002-10-28 Thread Shankar Unni
Greg A. Woods writes: Even basic unix security requires proper use of individual system accounts. Absolutely. No argument there. The issue I was talking about was not authentication, but access control (authorization), using Unix accounts. Authentication using Unix accounts is A-OK. (Use YP,

Re: cvsignore list, and directory names

2002-10-28 Thread Larry Jones
[EMAIL PROTECTED] writes: What will happen if a cvs command (say for instance cvs import) finds a **directory** named core, which by default *is* in the cvs ignore list? Will it ignore any files in this directory? Yes. -Larry Jones I stand FIRM in my belief of what's right! I REFUSE to

RE: Per-modules readers/writers ?

2002-10-28 Thread Greg A. Woods
[ On Monday, October 28, 2002 at 12:02:33 (-0800), Shankar Unni wrote: ] Subject: RE: Per-modules readers/writers ? Greg A. Woods writes: Even basic unix security requires proper use of individual system accounts. Absolutely. No argument there. The issue I was talking about was not

RE: Per-modules readers/writers ?

2002-10-28 Thread Shankar Unni
Greg Woods writes: It's all part of the same thing. In computer security you can't have any accountability without authorisation, and to do authorisation you have to have strong authentication [...] Again, I agree with you on the principle. It makes perfect sense. On the other hand,

RE: cvsignore list, and directory names

2002-10-28 Thread Shankar Unni
Larry Jones wrote: [EMAIL PROTECTED] writes: What will happen if a cvs command (say for instance cvs import) finds a **directory** named core, which by default *is* in the cvs ignore list? Will it ignore any files in this directory? Yes. This happened the other day while I was

Re: Visual Studio .NET projects and CVS

2002-10-28 Thread Mike Ayers
Kaz Kylheku wrote: Knowing what files are primary objects that should be version controlled is a Visual .NET problem, not a CVS problem. It's your responsibility to understand the development tool you are using, and know what all the .dsw, .opt, .ncb, .aps and whatever files mean. So that

Upcoming dynamic CVSADM patch - 1 workspace 1 repositories for each file

2002-10-28 Thread Andy Glew
I originally posted this to the newsgroup fa.info-cvs, but it appears to be oneway.Pardon if this is a repost.BRIEF = I invite discussion of a patch that I have made to CVS, but not yet released, that provides what I call "dynamic CVSADM" - the ability to specify via command line or

RE: Per-modules readers/writers ?

2002-10-28 Thread Greg A. Woods
[ On Monday, October 28, 2002 at 13:44:50 (-0800), Shankar Unni wrote: ] Subject: RE: Per-modules readers/writers ? This makes it hard for the repository administrator to put in a level of access control without having to spend days or months running after the other departments, and

RE: Per-modules readers/writers ?

2002-10-28 Thread Shankar Unni
Greg A. Woods wrote: Version control is a part of software configuration and change management. I thought that (what you said) is what it (change management) was all about! ;-) Argh. I don't think I'm getting my point across, am I? OK, forget I said change management. The problem is that

RE: Per-modules readers/writers ?

2002-10-28 Thread Shabbir Poonawala
Please unsubscribe me. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Per-modules readers/writers ?

2002-10-28 Thread Paul Sander
There's a lot to be said for denying all users the ability to log in to a critical application server (i.e. not giving them accounts), and then connecting the applications up to sockets and letting them do their own user authentication and access authorization. This is particularly true if you

RE: Per-modules readers/writers ?

2002-10-28 Thread Shankar Unni
Wow, I guess we bored at least one reader to tears :-).. -Original Message- From: Shabbir Poonawala [mailto:zaini;nagpur.dot.net.in] Sent: Monday, October 28, 2002 6:13 PM To: 'Paul Sander'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Per-modules readers/writers ? Please

Administrivia -- RE: Per-modules readers/writers ?

2002-10-28 Thread R P Herrold
On Mon, 28 Oct 2002, Shankar Unni wrote: Wow, I guess we bored at least one reader to tears :-).. -Original Message- From: Shabbir Poonawala [mailto:zaini;nagpur.dot.net.in] Please unsubscribe me. Even sadder, Shabbir was not even subscribed under that email address. As a list

permission denied by rshd while doing CVS update

2002-10-28 Thread Koti
While doing cvs update I got an error I am working on windows platform. cvs update: cannot log in as local user 'pkoti', remote user 'pkoti' cvs [update aborted]: Permission denied by rshd Can anybody guess what could be the wrong. Thanks, -Koti

Re: permission denied by rshd while doing CVS update

2002-10-28 Thread Paul Sander
What happens when you run rsh remoteHost echo hello world, where remoteHost is the name of the machine storing your repository? Chances are that your .rhosts file isn't configured properly for the client and server machines. Also make sure its mode is 600. --- Forwarded mail from [EMAIL