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).
Sorry, I've never used subclipse, but from the command line it would be something like (picking a completely random example ;): svn diff https://svn.apache.org/repos/asf/jakarta/commons/proper/fileupload/tags/FILEUPLOAD_1_0/project.xml https://svn.apache.org/repos/asf/jakarta/commons/proper/fileupload/trunk/project.xml -- Martin Cooper > (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. > > (After all, how would it know where to find the tag if the tags > directory could be anywhere. Its this aspect of SVN that bothers me most > - a tag is something significant, yet SVN seems to treat it in a > cavalier do what you like way) > > Anyway, any help appreciated, otherwise being a release manager seems > like an impossibility if you can't compare two versions. > > Stephen > > --------------------------------------------------------------------- > 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]
