[NTLUG:Discuss] Anyone using netbeans with a CVS server over SSL?
MadHat
madhat at unspecific.com
Tue Jan 29 07:10:42 CST 2002
On Mon, 2002-01-28 at 22:26, Neil Aggarwal wrote:
> Richard:
>
> I generated a authorization key pair using the ssh utilities.
>
> Then, I went to netbeans and started a new project. I
> went to the file system and tried to mount a CVS filesystem.
CVS is not a filesystem. it is a version control program.
>
> I set the CVS_RSH to
> C:\Program Files\SSH Communications Security\SSH Secure Shell\ssh2.exe
> since I am using secure shell from ssh.com.
Oh No..... Linux has been taken over by M$... aaaaaaarrrrrgggggg :^)
What CVS app are you using?
>
> When I go to check out the module, it simply hangs.
>
how are you trying to check out a module?
> Any other ideas?
>
use Linux
> Thanks,
> Neil
>
> --
> Neil Aggarwal
> JAMM Consulting, Inc. (972) 612-6056, http://www.JAMMConsulting.com
> Custom Internet Development Websites, Ecommerce, Java, databases
>
> > -----Original Message-----
> > From: discuss-admin at ntlug.org [mailto:discuss-admin at ntlug.org]On Behalf
> > Of Richard Cobbe
> > Sent: Monday, January 28, 2002 7:24 AM
> > To: discuss at ntlug.org
> > Subject: Re: [NTLUG:Discuss] Anyone using netbeans with a CVS server
> > over SSL?
> >
> >
> > Lo, on Sunday, January 27, Neil Aggarwal did write:
> >
> > > Hello:
> > >
> > > I am trying to set-up a CVS server for my sources. Since I want
> > > to make sure that everything is encrypted, I am using stunnel to
> > > encrypt the data using SSL.
> >
> > <SNIP>
> >
> > > Now, I have to get Netbeans to work with the server, but I can't figure
> > > out how to get it working.
> > >
> > > Has anyone used netbeans to access a repository from a CVS server
> > > over SSL?
> >
> > Not familiar with netbeans, so this may or may not apply.
> >
> > If you don't mind requiring that all of your CVS users have Unix shell
> > access to the server machine, you'll probably have a much easier time
> > if you use the `ext' access method and ssh instead of rsh. I've been
> > doing this for a while; it works quite nicely.
> >
> > You don't need a CVS daemon running on the server side, just sshd. Set
> > your repository spec to :ext:user at server/path/to/repos, then set the
> > CVS_RSH environment variable on the *client* side to the ssh binary.
> >
> > Depending on how your CVS and SSH client works, you may need to have
> > your users set up an ssh authentication key pair; I've seen Solaris CVS
> > get confused when the underlying transport mechanism asks for a
> > password.
> >
> > HTH,
> >
> > Richard
> >
> > _______________________________________________
> > http://www.ntlug.org/mailman/listinfo/discuss
>
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
>
--
MadHat at Unspecific.com
gpg --keyserver wwwkeys.us.pgp.net --recv-keys 9DDC3E98
Key fingerprint = E786 7B30 7534 DCC2 94D5 91DE E922 0B21 9DDC 3E98
More information about the Discuss
mailing list