0

I'm trying to get a copy of the repository for scrotwm using their cvs repository, but I'm having some trouble. I'm running the pull according to this example: http://onethingwell.org/post/5609933530/scrotwm-osx.

Sadly, when I run the cvs pull I get the following error message:

Permission denied (publickey).
cvs [checkout aborted]: end of file from server (consult above messages if any) 

I haven't managed to get anything else working with cvs, but it looks like an ssh error of some kind. My github is working fine, and I know how to set up new ssh keys for github, but I haven't been able to find anything similar for cvs. Any ideas on places I should look?

1 Answer 1

0

It may be because scrotwm has been renamed to spectrwm and I'm guessing the old CVS repository has been removed.

As per the above link, you can clone the new git repository using either of the following:

    $ git clone git://opensource.conformal.com/spectrwm.git
    $ git clone https://opensource.conformal.com/git/spectrwm.git
1
  • Ah, thanks. Thought spectrwm was a fork of scrotwm, next step dwm on osx! Commented May 23, 2013 at 15:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .