copy-merge in Subversion?
From: Lezz Giles <lgiles_at_tripadvisor.com>
Date: Wed, 18 Aug 2010 08:47:22 -0400
Imagine the following scenario:
- trunk has several large files (> 20M) which are updated regularly. These files are +only+ changed on trunk.
The merge of the large files from trunk takes an excessive amount of time and creates new very large versions of files
I'm thinking about writing a script that will detect the situation where a merge can actually be done as a copy.
Naturally the script will have to handle file creations, deletions and moves on the branch, so it won't be trivial.
What I'd really like is a true 'svn rebase', but that doesn't seem to be possible.
Is this a realistic approach to my problem, or is there another approach?
Thanks
|
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.