Are you sure you have the trunk in the right place? Usually it would be /projectname/trunk.
Anyway, using this URL will probably work for now: scm:svn:http://server/svn/repos:trunk/projectname On Wed, 02 Mar 2005 12:01:39 +0100, Laurent Petit <[EMAIL PROTECTED]> wrote: > OK, that's what I was afraid of. > > Is there a known work-around which could : > - still let the scm plugin work (the 1.5-beta-3) > - make the CC plugin work > > together ? > > I've tried some combinations of commenting out some portions of > project.xml concerning the repository + adding the "deprecated" values > in project.properties for maven.scm.method, maven.scm.svn.root and > maven.scm.svn.module but I'm not sure about what I've done and if it's > stable enough. > > Thanks in advance, > > -- > Laurent > > > Brett Porter wrote: > > Yes, this is an outstanding bug, already known. Thanks! > > > > > > On Wed, 02 Mar 2005 11:34:38 +0100, Laurent Petit <[EMAIL PROTECTED]> wrote: > > > >>Hello, > >> > >>In my attempts to understand how to work with the cruisecontrol plugin > >>for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc > >>plugin snapshot + maven scm 1.5-beta-3) > >> > >>If I don't define a property called maven.scm.svn.module then the > >>cruisecontrol:configure goal crashes. > >> > >>But if I set this property to, for example, the value of my project's > >>name, what happens is that the generated configure.xml file contains the > >> following line : > >><svn > >>repositoryLocation="http://server/svn/repos/trunk/projectname/projectname" > >> > >>since I have the following repository declaration in my project.xml : > >> <repository> > >><connection>scm:svn:http://server/svn/repos/trunk/projectname</connection> > >> </repository> > >> > >>projectname is repeated 2 times in the CC config file. > >> > >>I don't see the reason of this maven.scm.svn.module. > >> > >>Maybe it's a remaining bug in the snapshot, so I wanted to report it to you. > >> > >>Or maybe I'm doing something wrong, so please let me know. > >> > >>Regards, > >> > >>-- > >>Laurent Petit > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
