[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs diff -r RC_FOO_BAR equivalent?

From: Edvard Majakari <edvard.majakari_at_staselog.com>
Date: 2004-09-23 15:14:06 CEST

Max Bowsher <maxbowsher@gmail.com> writes:

> What *exactly* do you want to see the differences between?
>
> Differences *from* a tag *to* the current state of your WC?
> svn diff --old svn://repos/project/tags/RC_FOO_BAR --new .
> Note the added "--new" compared to your command.

Yep, that does it, thank you.

> See "svn help diff" to understand why.

Still, I think I shouldn't need to type that much. I think there should be
at least a way to tell svn that tag RC_FOO_BAR is related to current
project, and as such it should be able to deduce url path by itself. Thus,
at least in theory, svn diff --tag RC_FOO_BAR should be sufficient (as it
is in CVS): without arguments, contents of .svn are read and the directory
is compared to that in repository with given tag (recursively).

-- 
# Edvard Majakari		Software Engineer
# PGP PUBLIC KEY available    	Soli Deo Gloria!
$_ = '456476617264204d616a616b6172692c20612043687269737469616e20'; print
join('',map{chr hex}(split/(\w{2})/)),uc substr(crypt(60281449,'es'),2,4),"\n";
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 23 15:14:40 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.