using multiple trees with subversion
Paolo Bonzini
bonzini@gnu.org
Wed Oct 19 14:05:00 GMT 2005
> Having 5 subversion trees will need much more space (for local
> pristine copies), which I don't really have. Is there any way to force
> subversion use one pristine tree for all modified trees, or is my way
> of handling things completely rotten?
I have a script called svn-switch-patch that undoes the changes in the
local tree and applies a patch on top of it. It is not perfect (you
cannot have three-way conflict resolution), but it is good enough for
most occasions and you actually end up having *less* stuff on disk. And
it can be used offline exactly because of the working copy.
Paolo
More information about the Gcc
mailing list