From: Joe P. <joe...@sn...> - 2004-12-03 23:02:19
|
On Tuesday 30 November 2004 12:03, bbales wrote: <...> > So I spent three hours trying to get > cvs -d:pserver:ano...@cv...:/cvsroot/hpoj co hpoj > to work. Never get a prompt back and it eventually times out. > cvs -d:pserver:ano...@cv...:/cvsroot/hpoj login > asks for a password, but never get prompt back after newline. It may not matter to you any longer, but it looks like we were trying to use the CVS command strings for hpoj that are listed on this page: http://hpoj.sourceforge.net/download-cvs.shtml Those strings won't work. The command strings listed on this page do currently work, but you have to substitute "hpoj" for "modulename": http://sourceforge.net/cvs/?group_id=9973 These strings will work, but it seems that only the second one is actually required: cvs -d:pserver:ano...@cv...:/cvsroot/hpoj login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/hpoj co hpoj -- Joe Piolunek |