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.

Reply via email to