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

Re: Obtaining the list of added/removed files

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-05-30 21:46:44 CEST

Alexey Neyman wrote:

> Again, the same setup: I imported several large repository snapshots
> on a vendor branch. Then I deleted some files and directories on the
> trunk. Now I'm trying to get a patch agains one of those snapshots of
> vendor sources, in order to merge back to their CVS. The problem is
> that the directory I deleted does not appear in that patch at all.

What is the command you are running? If the original vendor branch is in
/vendor/foo, you copied it into /myfoo and modified it there, you need
something like:

svn diff http://URL/vendor/foo http://URL/myfoo

If you instead imported and modified it within the same path (so, say you
commit your modifications within /vendor/foo), you want something like:

svn diff http://URL/vendor/foo@NNN http://URL/vendor/foo@HEAD

where NNN is the first revision at which /vendor/foo was committed (find it
out with svn log).

-- 
Giovanni Bajo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 30 21:50:38 2006

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.