[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: Mark Phippard <markphip_at_gmail.com>
Date: Sat, 25 Mar 2017 12:56:32 -0400

On Sat, Mar 25, 2017 at 10:59 AM, <horst.schlonz_at_gmx.de> wrote:

> On 3/24/2017 7:56 PM, Ryan Schmidt wrote:
>
>>
>> On Mar 24, 2017, at 15:04, horst.schlonz_at_gmx.de wrote:
>>
>> Is there a way to export only the changes, that occured in a specific
>>> revision? Like export or checkout only the added or modified files in their
>>> respective paths? Deletions and cheap copies cannot be treated that way,
>>> obviously. Please CC as I am not subscribed.
>>>
>>
>> There's no built-in command to do that.
>>
>> Maybe somebody wrote a script for this?
>
> I'd like to index these files, but I don't want to index the same files
> again and again.
>

You could maintain a working copy and just run svn update and scrape the
output to identify changes. Otherwise you need to run svn log -v with a
script and then use svn cat to get the individual files.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2017-03-25 17:56:45 CET

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.