On 8/22/05, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > OK. Maybe because its late I'm being stupid. But I can't seem to compare > HEAD to a tag in SVN (in Eclipse subclipse). > > (I don't want this to be an SVN rant, but so far for me SVN has done > well on the new features, but failed the basics) > > Also, does anyone know if the jdiff or clirr maven tasks work with SVN. > jdiff doesn't seem to on a quick try, I haven't dug yet.
The latest release version of the maven jdiff plugin only works with cvs. The plugin code in svn trunk has been patched to work with svn, but it has not been released yet. If you download and install the svn trunk version, it will work. I have never gotten the maven clirr plugin to work. I run clirr against jars using the command line: java -jar ~/clirr-core-0.4/clirr-core-0.4-uber.jar -o $1 -n $2 where $1 is the old jar and $2 is the new jar. > > (After all, how would it know where to find the tag if the tags > directory could be anywhere. The scm plugin and the patched jdiff plugin use the properties pom.repository.connection, maven.scm.svn.tagBase and the tag name to locate the tag. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
