On Wed, 2002-06-05 at 07:03, Vincent Massol wrote: > > > > -----Original Message----- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > Sent: 05 June 2002 11:18 > > To: Turbine Maven Developers List > > Subject: Re: new <repository><connection> tag issue > > > > On Wed, 2002-06-05 at 04:03, Vincent Massol wrote: > > > Hi, > > > > > > I was happy with it until I arrived at work this morning and tried > to > > > migrate one of the project to the new POM ... > > > > > > The issue is that we don't have any anonymous CVS user here and we > can't > > > have one (we're using OS logon for CVS access). Everyone has his own > > > username ... > > > > > > It was working fine before as only the CVS module was specified and > thus > > > the cvs executable was using the default CVSROOT > > > > > > Is it still possible to only specify the CVS module ? > > > Could we break connection in 2 ... one part for the CVSROOT and > another > > > part for the module name ? > > > > I did break it with a ":" character because I needed to differentiate. > > The maven descriptor separates the server from the module. > > Fine but I assumed that <connection>mymodule</connection> will not work, > right ? In other words, is it still possible to default to the CVSROOT > defined in CVS/ directories ? > > Not sure I have been clear enough. What I meant by "break" was : > > <repository> > <cvs> > <cvsroot/> > <module/> > </cvs> > </repository> > > but I understand Betwixt doesn't support this (i.e it breaks with a DTD > being : "(cvs|clearcase|starteam|...)") > > Hum ... > > Then maybe something like : > <connection>scm:cvs:default:mymodule</connection>
That's what's in there now :-) > -Vincent > > > > > > Thanks > > > -Vincent > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > > > http://tambora.zenplex.org > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
