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

Re: svn commit: rev 7977 - trunk/www

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2003-12-11 22:05:11 CET

On 2003-12-11 12:51-0600, sussman@tigris.org wrote:
>
> +<p>The workaround for all problems of this sort is to do the legwork
> +yourself. That is: <i>you</i> need to be aware of any renamed paths,
> +discover them yourself using <tt>svn log -v</tt>, and then provide
> +them explicitly to the svn client. For example, instead of
> +running</p>
> +
> +<pre>
> +$ svn diff -r 1000:2000 http://host/repos/branches/mybranch/foo.c
> +svn: Filesystem has no item
> +svn: '/branches/mybranch/fooc..c' not found in the repository at revision 1000
> +</pre>
> +
> +...you would instead run
> +
> +<pre>
> +$ svn diff -r1000:2000 http://host/repos/trunk/foo.c
> +...
> +</pre>

Do you mean,

svn diff --old=http://host/repos/trunk/foo.c@1000 \
         --new=http://host/repos/branches/mybranch/foo.c@2000

right? =)

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 11 22:05:50 2003

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

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