Hoy traté de reintegrar una rama de un proyecto hacia el "trunk". Normalmente cuando hago esto con subclipse todo funciona perfectamente, pero me salió un error como este:
Working copy and merge source not ready for reintegration
svn: Reintegrate can only be used if revisions 4443 through 4776 were previously merged from https://example.com/svn/myproject/trunk to the reintegrate source, but this is not the case:
branches/mybranch/foo.php
Missing ranges: /trunk/foo.php:4721-4775
Esto se puede solucionar así:
- Hacer switch al branch
- Hacer merge nada mas del archivo problemático
- Commit
- Switch al trunk
- Reintegrate