CVS access: host name change

2001-07-13 Thread Kai Großjohann
The host name of the CVS server has changed. It used to be bonny, now it's cirian. This means that a `cvs update' will fail. Maybe it's easiest to check out again into a fresh directory. Else you might have success with editing all the CVS/Root files to change the host name. kai --

Re: CVS access: host name change

2001-07-13 Thread Ted Stern
This worked for me: cd tramp find . -print | grep 'CVS/R' | xargs perl -pi -e 's/bonny/cirian/go' However, I did need to re-login to the server because my old login record was lost. Ted -- Ted Stern

Re: CVS access: host name change

2001-07-13 Thread Lee Cantey
On Fri Jul 13, Lee writes: def find_cvs_dirs (start_dir): def callback(arg, directory, files): for file in files: if os.path.isdir(file) and file == CVS: arg.append(os.path.join(directory, file)) dirs = [] os.path.walk(., callback, dirs) return

cvs access

2000-09-13 Thread Harry Putnam
Following the instructions in tramp infoz (From Jun 7 tramp.texi): *cvs -d :pserver:[EMAIL PROTECTED]:/services/emacs-rcp/cvsroot login* CVS password: *(just hit RET here)* Isn't working for me: cvs -d :pserver:[EMAIL PROTECTED]:/services/emacs-rcp/cvsroot login (Logging in to [EMAIL

Re: cvs access

2000-09-13 Thread Henrik Holm
[Harry Putnam] cvs -d :pserver:[EMAIL PROTECTED]:/services/emacs-rcp/cvsroot login (Logging in to [EMAIL PROTECTED]) CVS password:RET Just gives me back the prompt in a second or two. this is, as far as I remember, my experience as well. I think it is working as expected. have you

Re: cvs access

2000-09-13 Thread Harry Putnam
On Wed, Sep 13, 2000 at 07:43:02PM -0500, Henrik Holm wrote: [Harry Putnam] cvs -d :pserver:[EMAIL PROTECTED]:/services/emacs-rcp/cvsroot login (Logging in to [EMAIL PROTECTED]) CVS password:RET Just gives me back the prompt in a second or two. this is, as far as I remember,