What replaces csup?

Warren Block wblock at wonkity.com
Tue Sep 18 13:41:16 UTC 2012


On Mon, 17 Sep 2012, pete wright wrote:

> On Mon, Sep 17, 2012 at 8:14 PM, Warren Block <wblock at wonkity.com> wrote:
>>
>> csup updates just the files that have changed without all the overhead. svn
>> export can get a copy of all the current files, but it copies all of them
>> every time, not just the changes.
>>
>
> yea i agree with you.  i wonder if it would be worth the effort of
> sharing a svn export via rsync or httpd to make fetching delta's
> easier and/or more efficient from a base install?

It's an interesting idea.  If the repository files were directly 
accessible in a filesystem, that filesystem could be shared with rsyncd 
and some exclude settings without needing an export at all.  With svn 
bdb, the files are not directly accessible, but I don't know for fsfs. 
Probably not, so a periodic export would still be required.


More information about the freebsd-questions mailing list