... I am new to cvs and using newsgroups so if my newsgroup etiquette is bad or something is left out of my explanation please let me know. Maybe I didn't...
... Gosh, you're right! My apologies for suggesting this was an April Fools joke. Indeed, there used to be a Send item on the menu in older releases of WinCvs....
... automatically ... time... ... Here's what I'm trying to do. When using wincvs, if user goes to edit a file, outside the lower window letting me know who...
... I think what you've heard about was probably the notify mechanism: http://www.cvsnt.org/manual/html/notify.html That is server-side functionality though...
... have ... get ... Thanks for your help. Last question, here are the versions I'm using, do I need to change anything? Client: Concurrent Versions System...
On Fri, 01 Apr 2005 15:25:39 -0000, terrenceelong@... ... the notify handling is a part of all versions of CVS also the GNU version. But if you are on a...
Before I make this the official solution, could I make one last invitation for opinions, suggestions, and recommendations? Thanks, all. j. ============...
Julian Opificius
julianop@...
Apr 1, 2005 9:45 pm
15781
... sserver would be easier... same semantics as pserver with the same encryption as ssh. Tony...
I'd looked at that earlier, but I don't see how to set that up in WinCVS - there's nowhere to specify the private key file. Am I missing something? julian ...
Julian Opificius
julianop@...
Apr 2, 2005 2:12 am
15783
... Only the server needs a private key. The client just connects in the same way as pserver. Tony...
I don't get it. How can I connect/authenticate with the host using SSL without a private/public key combination? That's how SSL works. If I set up WinCVS for...
Julian Opificius
julianop@...
Apr 2, 2005 5:04 pm
15785
Wait, I'm getting us all confused. It's not SSL I want, it's SSH. I'm not trying to prove to a user that a site he's connecting to is what he thinks it is, I'm...
Julian Opificius
julianop@...
Apr 2, 2005 5:39 pm
15786
... No cvs servers support ssh - it's a completely separate program. You can use ssh to connect to cvs (using :ext:), but of course this requires users on the...
... btw. ssh doesn't provide any proof that the user is who they say they are, unless you completely lock it down and disallow passwords... otherwise it's...
Thanks Tony, (by the way, I've just realized who you are ;-) Yes, it's completely separate, and I sort of knew that, which is why I though that using SSH...
Julian Opificius
julianop@...
Apr 2, 2005 6:00 pm
15789
... Oh, because it falls back onto password authentication? Hmmm, so how do I go about preventing that? (fully recognising that this is beyond the scope of...
Julian Opificius
julianop@...
Apr 2, 2005 6:11 pm
15790
... You can configure it to disable passwords. Change the sshd_config on openssh.. it's probably elsewhere on other ssh servers. You'll want to configure...
... You can configure the ssh server so that it can only execute the 'cvs server' command and nothing else, so they don't have direct access. ... Extra...
Hi All, I have setup a CVS server on a linux box. I have two reqular issues (though not a show stopper), could anyone help please 1) Subject Line - I have...
... Depends. How have you got the notification set up? What kind of mail support are you using? What are the options of your notify, commitinfo, loginfo or...
Hello, I am trying to compile the source code of WinCvs(2.0) in Visual C++ (7.1). Converting the projects from VC 6 to 7 goes very wel. The projects CJLibrary...
Hi, I have upgrade my version of cvsnt from 2.0.58-d to 2.0.5.1 build 1927. Cvs don't want to commit with this message: cvs.exe [commit aborted]: cvs [server...
... Incidentally, this exact problem was discussed just this morning over on the CVSNT list, which is where this issue belongs as it doesn't really have...
... Hello; I have a question about WinCVS: a co-worker has just changed his password (now it includes the special char "$") and he cant login the cvs-server ...
HECHMANN IVO
ivo.hechmann@...
Apr 5, 2005 2:11 pm
15799
I'm working with these two versions on cvsnt ant the wincvs client. Client: Concurrent Versions System (CVSNT) 2.0.41a (client/server) Server: Concurrent...
Good afternoon, Has anyone been successful in deploying a CVS repository on a Windows 2000 server or any Windows server platform for that matter? I have a CVS...
... Yes, obviously. Otherwise, why should we even bother? ... I think you will have to supply a little more info. What you describe is not a common problem as...
Yes there are *many* known issues with that version! You need to get the very latest CVSNT build 1927 to get the CVSMailer working again... If you like the...
Hello, I have been study the following address in order to reach the subject of this message http://www.wincvs.org/ssh.html now, I can connect to host machine...