martes, 5 de octubre de 2010

Problemas con SVN merge

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í:
  1. Hacer switch al branch
  2. Hacer merge nada mas del archivo problemático
  3. Commit
  4. Switch al trunk
  5. Reintegrate

No hay comentarios.:

Publicar un comentario