Thanks again to both of you guys!
Alex
> 
> From: Brett Porter <[EMAIL PROTECTED]>
> Date: 2004/01/20 Tue PM 05:20:24 EST
> To: "'Maven Users List'" <[EMAIL PROTECTED]>
> Subject: RE: Re: Subversion repository connection string example
> 
> Mikael's right. When I tested, I was using a CVS version of the changelog
> plugin. Using the latest version of that will fix the changelog, file
> activity and developer activity reports. You also do not need all the extra
> ':', you can just use the normal repository format.
> 
> As far as the SCM plugin goes, it only has CVS support as it uses the ant
> tags. It is not for reporting - it is for operations such as checkout,
> release and update. In the future it will use Maven-SCM to support a variety
> of SCM providers including subversion.
> 
> Cheers,
> Brett
> 
> > -----Original Message-----
> > From: Alex Karasulu [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, 21 January 2004 3:49 AM
> > To: Maven Users List
> > Subject: Re: Re: Subversion repository connection string example
> > 
> > 
> > Mikael,
> > 
> > Ok so we're using the SCM plugin now?  And I have not given 
> > it a try just yet but will changelog work now if I used the 
> > CVS version of the changelog plugin?  Or is there more required here?
> > 
> > Thanks,
> > Alex
> > 
> > > 
> > > From: Mikael Lundgren <[EMAIL PROTECTED]>
> > > Date: 2004/01/20 Tue AM 11:41:48 EST
> > > To: Maven Users List <[EMAIL PROTECTED]>
> > > Subject: Re: Subversion repository connection string example
> > > 
> > > Well Alex,
> > > 
> > > i did forget to say that in order to get the changelog to work I did
> > > have to make some changes to the changelog plugin... This 
> > was discussed 
> > > a couple of months ago on the list. Since then there has 
> > been some work 
> > > on a new SCM plugin (or something like it) that would provide a 
> > > different approach to this issue. I haven't looked at that 
> > yet though.
> > > 
> > > The reason your changelog is empty is that the plugin does 
> > is unable 
> > > to
> > > correctly parse the log data supplied by subversion as it 
> > uses an old 
> > > data format for it.
> > > 
> > > /Mikael
> > > 
> > > Alex Karasulu wrote:
> > > 
> > > > Brett,
> > > > 
> > > > Thanks much! That rocks!
> > > > 
> > > > Alex
> > > > 
> > > > 
> > > >>From: Brett Porter <[EMAIL PROTECTED]>
> > > >>Date: 2004/01/19 Mon PM 05:17:19 EST
> > > >>To: "'Maven Users List'" <[EMAIL PROTECTED]>
> > > >>Subject: RE: Re: Subversion repository connection string example
> > > >>
> > > >>Alex,
> > > >>
> > > >>I have this sorted out - I'll commit and post to directory-dev 
> > > >>shortly. I think it needs to be something like: 
> > > >>scm:svn:http://svn.apache.org:repos/asf/incubator:directory/trunk
> > > >>
> > > >>I hope the maven-scm connection URL parser is smarter and doesn't 
> > > >>require 6 tokens just for the fun of it :)
> > > >>
> > > >>Cheers,
> > > >>Brett
> > > >>
> > > >>
> > > >>>-----Original Message-----
> > > >>>From: Alex Karasulu [mailto:[EMAIL PROTECTED]
> > > >>>Sent: Tuesday, 20 January 2004 6:26 AM
> > > >>>To: Maven Users List
> > > >>>Subject: Re: Re: Subversion repository connection string example
> > > >>>
> > > >>>
> > > >>>Mikael,
> > > >>>
> > > >>>Looks like maven stopped complaining but I got nothing from the 
> > > >>>changelog report.  It's empty.  This is progress though 
> > in my eyes.
> > > >>>
> > > >>>Thanks much,
> > > >>>Alex
> > > >>>
> > > >>>
> > > >>>>From: Mikael Lundgren <[EMAIL PROTECTED]>
> > > >>>>Date: 2004/01/19 Mon AM 02:29:48 EST
> > > >>>>To: Maven Users List <[EMAIL PROTECTED]>
> > > >>>>Subject: Re: Subversion repository connection string example
> > > >>>>
> > > >>>>Hi,
> > > >>>>
> > > >>>>sure i do ;-)
> > > >>>>
> > > >>>>Here is a snit from my project.xml file, sligtly edited 
> > to avoid a
> > > >>>>rush
> > > >>>>of testers connecting to my server ;-)
> > > >>>>
> > > >>>>
> > > >>>>   <repository>
> > > >>>>     <connection>
> > > >>>>       scm:svn:http://name.domain.com/repos/leif/dev/trunk
> > > >>>>     </connection>
> > > >>>>     <url>http://name.domain.com/repos/leif</url>
> > > >>>>   </repository>
> > > >>>>
> > > >>>>To make the changelog report work you'll need to add the
> > > >>>
> > > >>>following to
> > > >>>
> > > >>>>your project.properties (or build.properties)
> > > >>>>
> > > 
> > >>>>maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactor
> > > >>>>y
> > > >>>>
> > > >>>>This assumes that you are using the "original" scm 
> > code, I have no
> > > >>>>idea
> > > >>>>if this is needed with the scm plugin mentioned earlier on 
> > > >>>
> > > >>>this list.
> > > >>>
> > > >>>>Enjoy!
> > > >>>>
> > > >>>>/Mikael
> > > >>>>
> > > >>>>Alex Karasulu wrote:
> > > >>>>
> > > >>>>>Say does anyone have an example of a subversion <repository> 
> > > >>>>>configuration - I notice the docs on the project 
> > descriptor say 
> > > >>>>>subversion is supported but there are no examples for 
> > subversion.
> > > >>>>>
> > > >>>>>Thanks,
> > > >>>>>Alex
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>
> > > 
> > >>>-------------------------------------------------------------------
> > > >>>-
> > > >>>
> > > >>>>>-
> > > >>>>>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]
> > > 
> > > --
> > > Mikael Lundgren, LeanOn AB, www.LeanOn.se
> > > Phone: +46 18 146405, Mobile: +46 703 400105
> > > Kontroll p� projekt och tid: www.teamplanet.net
> > > 
> > > 
> > ---------------------------------------------------------------------
> > > 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]

Reply via email to