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

Re: How to checkout only the changes

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 30 Mar 2017 19:41:01 +0000

Andrew Reedick wrote on Thu, Mar 30, 2017 at 13:09:26 +0000:
> svn log --diff -r $REV "$SVNREPO" | grep '^+++' | perl -pe 's/^\+\+\+ //; s/\t.*$//' | while read i

'svn diff --summarize' or 'svn log -qv' would be better. (They're O(1)
as opposed to O(revision size).)
Received on 2017-03-30 21:46:27 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.