RE: Question to svn merge (merge just parts of a diff)
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 9 Feb 2016 11:27:34 +0100
> -----Original Message-----
If all these versions were just committed and updated via the repository, this is the intended behavior and there is nothing you can do about it. If on update the local file is unmodified, the file is replaced by the new version. I can't think of a version management system that does this differently. No merging happens in this situation
If you have local changes, and then an update comes in with changes, you have a different situation. In that case we start a merge operation, that may or may not complete automatically depending on the combination of local and remote changes. You can even configure your own 3-way-merge tool to handle this merge step by your own tool in the config file.
>
If everything is committed, then this is unrelated information. It is local modified vs unmodified that handles the first step.
Otherwise updates that skip revisions aren't possible, etc. etc.
I think you need a more complete sample, perhaps even as a pseudo-script to describe what you really want to ask.
Bert
>
|
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.