Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: 4.0.1 - arguments test fails



On Jun 6, 12:51pm, Sven Wischnowsky wrote:
} Subject: Re: PATCH: Re: 4.0.1 - arguments test fails
}
} > Yes, you have to
} >   cvs -d '<the-sourceforge-stuff>' checkout -r zsh-4_0-patches zsh
} > and apply it.
} 
}   cvs [server aborted]: "commit" requires write access to the repository
} 
} What am I doing wrong?

Probably you checked out a copy using the cvs pserver.  You need to use
the ssh flavor of <the-sourceforge-stuff>:

CVS_RSH=ssh cvs -d 'wischnow@xxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/zsh' ...

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author