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

Re: Get changed files only ?

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Thu, 23 Jun 2011 14:29:06 -0500

On Jun 23, 2011, at 03:32, Andrea Antonio Maleci wrote:

> I need to get full changed/added files from a revision to another.
> I need only that files not all branch.
> I suppose the only way is to do a script using svn log.
> There is another way to do this ?

Yes you'll need a script. The list of files could be got using "svn log -v" or "svn diff --summarize". This idea has come up several times on this list before over the years; you could search the archives to see if somebody has already posted a script that does this.
Received on 2011-06-23 21:29:45 CEST

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.