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

Obtaining the list of added/removed files

From: Alexey Neyman <alex.neyman_at_auriga.ru>
Date: 2006-05-30 16:57:48 CEST

Hi, there.

Is it possible to have a list of deleted files between two URLs (and
revisions)?

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.

I searched the mail list archive. It seems that the only suggested
solution to retrieving the list of deleted/added files is to invoke
"svn log -q -v" and parse its output. However, this won't work since
in this setup, the "old" and "new" targets for the diff are at
different paths in the repository (one is on the vendor branch, the
other is on the trunk).

Moreover, the "svn log -q -v" lists the entire directory as being
deleted - meaning there are more stances required to determine the
actual list of files to be removed.

Any solutions suggested?

Regards,
Alexey.

-- 
... there must always be one Spathi
who picks the short Ta Puun stick.
                        -- Spathi captain Fwiffo, SC2
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 30 16:59:56 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.