all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problems with versioning on windows, with ntemacs, cvs, and ssh
@ 2003-02-26 12:38 Phillip Lord
  2003-02-26 13:12 ` Stefan Monnier
  2003-02-26 14:07 ` Thomas Haselberger
  0 siblings, 2 replies; 7+ messages in thread
From: Phillip Lord @ 2003-02-26 12:38 UTC (permalink / raw)




We seem to be having terrible trouble getting VC (and pcl-cvs) working
on NTEmacs. It's running cygwin as its shell, and CVS as the
versioning backed. An added complexity is that repository access is
via ssh. 

This works from an internal shell within emacs, although it prompts
for a password (I presume emacs can cope with this? I seem to remember
on redhat, I get a gnome window popping up from ssh, which isn't going
to happen on windows). 

In almost all cases VC, or PCL-CVS seem just to hang. 

Has anyone got any experiences with this? Have you got VC/cvs/ssh
working under NTEmacs?


Cheers

Phil

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: problems with versioning on windows, with ntemacs, cvs, and ssh
  2003-02-26 12:38 problems with versioning on windows, with ntemacs, cvs, and ssh Phillip Lord
@ 2003-02-26 13:12 ` Stefan Monnier
  2003-02-26 15:50   ` Phillip Lord
  2003-02-26 14:07 ` Thomas Haselberger
  1 sibling, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2003-02-26 13:12 UTC (permalink / raw)


>>>>> "Phillip" == Phillip Lord <p.lord@russet.org.uk> writes:
> This works from an internal shell within emacs, although it prompts
> for a password (I presume emacs can cope with this? I seem to remember
> on redhat, I get a gnome window popping up from ssh, which isn't going
> to happen on windows).

I think you're presuming wrong: make sure that ssh does not
prompt for a password.


        Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: problems with versioning on windows, with ntemacs, cvs, and ssh
  2003-02-26 12:38 problems with versioning on windows, with ntemacs, cvs, and ssh Phillip Lord
  2003-02-26 13:12 ` Stefan Monnier
@ 2003-02-26 14:07 ` Thomas Haselberger
  2003-02-26 15:54   ` Phillip Lord
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas Haselberger @ 2003-02-26 14:07 UTC (permalink / raw)


Phillip Lord <p.lord@russet.org.uk> writes:

> .....
> In almost all cases VC, or PCL-CVS seem just to hang. 
> 
> Has anyone got any experiences with this? Have you got VC/cvs/ssh
> working under NTEmacs?

yes. I'm using keychain, which is part of the cygwin packages, 
to start and keep an ssh agent which prevents from password querying.

when you can commit from the cygwin shell without password entry, 
emacs vc should work, too.

regards,
        tom 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: problems with versioning on windows, with ntemacs, cvs, and ssh
  2003-02-26 13:12 ` Stefan Monnier
@ 2003-02-26 15:50   ` Phillip Lord
  0 siblings, 0 replies; 7+ messages in thread
From: Phillip Lord @ 2003-02-26 15:50 UTC (permalink / raw)


>>>>> "Stefan" == Stefan Monnier <monnier+gnu.emacs.help/news/@flint.cs.yale.edu> writes:

>>>>> "Phillip" == Phillip Lord <p.lord@russet.org.uk> writes:
  >> This works from an internal shell within emacs, although it
  >> prompts for a password (I presume emacs can cope with this? I
  >> seem to remember on redhat, I get a gnome window popping up from
  >> ssh, which isn't going to happen on windows).

  Stefan> I think you're presuming wrong: make sure that ssh does not
  Stefan> prompt for a password.


Ah, okay. 

I shall investigate this then. Hopefully this is the
difficulty. Thanks!

Cheers

Phil

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: problems with versioning on windows, with ntemacs, cvs, and ssh
  2003-02-26 14:07 ` Thomas Haselberger
@ 2003-02-26 15:54   ` Phillip Lord
  2003-02-27  9:29     ` Thomas Haselberger
  0 siblings, 1 reply; 7+ messages in thread
From: Phillip Lord @ 2003-02-26 15:54 UTC (permalink / raw)


>>>>> "Thomas" == Thomas Haselberger <thomas.haselberger@ucpmorgen.com> writes:

  Thomas> Phillip Lord <p.lord@russet.org.uk> writes:

  >> .....  In almost all cases VC, or PCL-CVS seem just to hang.
  >>
  >> Has anyone got any experiences with this? Have you got VC/cvs/ssh
  >> working under NTEmacs?

  Thomas> yes. I'm using keychain, which is part of the cygwin
  Thomas> packages, to start and keep an ssh agent which prevents from
  Thomas> password querying.

  Thomas> when you can commit from the cygwin shell without password
  Thomas> entry, emacs vc should work, too.


I'd not heard to keychain before. It looks nice. Even better is a
series of articles about how it and ssh-agent works. This security
stuff makes my head go around in circles, and I've never managed to
get the ssh-agent stuff working. Now maybe I'll be able to. 

Thanks for the help. 

Cheers

Phil

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: problems with versioning on windows, with ntemacs, cvs, and ssh
  2003-02-26 15:54   ` Phillip Lord
@ 2003-02-27  9:29     ` Thomas Haselberger
  2003-02-27 15:15       ` Phillip Lord
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Haselberger @ 2003-02-27  9:29 UTC (permalink / raw)


Phillip Lord <p.lord@russet.org.uk> writes:

> I'd not heard to keychain before. It looks nice. Even better is a
> series of articles about how it and ssh-agent works. This security
> stuff makes my head go around in circles, and I've never managed to
> get the ssh-agent stuff working. Now maybe I'll be able to. 

the author of keychain has written a series of articles, take a look at
http://www-106.ibm.com/developerworks/library/l-keyc.html
http://www-106.ibm.com/developerworks/linux/library/l-keyc2/
http://www-106.ibm.com/developerworks/linux/library/l-keyc3/

regards,
        tom

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: problems with versioning on windows, with ntemacs, cvs, and ssh
  2003-02-27  9:29     ` Thomas Haselberger
@ 2003-02-27 15:15       ` Phillip Lord
  0 siblings, 0 replies; 7+ messages in thread
From: Phillip Lord @ 2003-02-27 15:15 UTC (permalink / raw)


>>>>> "Thomas" == Thomas Haselberger <thomas.haselberger@ucpmorgen.com> writes:

  Thomas> Phillip Lord <p.lord@russet.org.uk> writes:

  >> I'd not heard to keychain before. It looks nice. Even better is a
  >> series of articles about how it and ssh-agent works. This
  >> security stuff makes my head go around in circles, and I've never
  >> managed to get the ssh-agent stuff working. Now maybe I'll be
  >> able to.

  Thomas> the author of keychain has written a series of articles,
  Thomas> take a look at
  Thomas> http://www-106.ibm.com/developerworks/library/l-keyc.html
  Thomas> http://www-106.ibm.com/developerworks/linux/library/l-keyc2/
  Thomas> http://www-106.ibm.com/developerworks/linux/library/l-keyc3/

Yeah, those were the ones I was referring to in my post....

Cheers

Phil

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-02-27 15:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-26 12:38 problems with versioning on windows, with ntemacs, cvs, and ssh Phillip Lord
2003-02-26 13:12 ` Stefan Monnier
2003-02-26 15:50   ` Phillip Lord
2003-02-26 14:07 ` Thomas Haselberger
2003-02-26 15:54   ` Phillip Lord
2003-02-27  9:29     ` Thomas Haselberger
2003-02-27 15:15       ` Phillip Lord

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.