From: Michael W. <mw...@ic...> - 2004-06-14 09:02:06
|
On Fri, Jun 11, 2004 at 04:10:06PM -0700, Matt Reynolds wrote: > On Fri, 2004-06-11 at 14:46, br...@br... wrote: > > I would like to create a separate cvs repository, so the java folks > > don't have to download the C stuff and vice versa. Unfortunately, > > looking at sourceforge, I'm having difficulty seeing how that is done. > > Still looking. > > > > Brian > > AFAI remember, SF doesn't really let you create new reps, just new > modules in the reps. You could just create a new module called "java" > and have it grab just the folders you want? > > Also, I'm trying to download the repository from CVS, but I can't seem > to login (just never returning from login). Any ideas why that might > be? The CVS server was originally cvs.mdbtools.sourceforge.net, but is now apparently cvs.sourceforge.net. Make sure you're using the right server name. For access to CVS via pserver, "cvs login" only adds a line to your ~/.cvspass file. If you have the correct server, but "cvs login" doesn't work, just add the following line to your ~/.cvspass file and try a checkout. (Of course if the login failed, the checkout probably will too...): /1 :pserver:ano...@cv...:2401/cvsroot/mdbtools A The "A" is the encoded form of the null password. -- Michael Wood <mw...@ic...> |