Can I merge development lines owned by different servers?
There is only replication taking place across server boundaries. However, you can check-out a replica from the repository and merge it into any development line owned by your host. But you can’t merge the branch owned by your server into a replica of another server. • Can I store changes, made to a branch owned by my local host buttercup, onto another machine sunflower and thus merge the changes into another branch or into the trunk which is owned by sunflower? First of all you can only carry out a merge action in your workspace. In repositories new versions are stored, there is no merging taking place. Across server boundaries there is only replication possible, you can not change ownership of a branch. Therefore the foreign repository will deny the check in. But the branch owner is able to merge a replica of another host into his own branch or trunk. Conventional CVS operations carry out this action. • The situation is as follows: From the repository of my local host buttercup I chec