[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem with merging a branch back to trunk

From: Sebastian Bergmann <sb_at_sebastian-bergmann.de>
Date: Thu, 13 Nov 2008 07:08:26 -0500

 I have a branch (feature/test_dependencies) that started out as a copy
 from trunk.

 All changes that have been made to trunk since the branch was created
 have been merged to the branch to keep it in sync.

 Now I want to merge the branch back to trunk but it does not work.

 I tried both

   $ svn merge svn+ssh://sb@svn.phpunit.de/var/svn/phpunit/phpunit/branches/feature/test_dependencies
   svn: Target path does not exist

 and

   $ svn merge -r 3952:4023 svn+ssh://sb@svn.phpunit.de/var/svn/phpunit/phpunit/branches/feature/test_dependencies
   svn: Working copy path 'PHPUnit/Tests/TextUI/debug.phpt' does not
   exist in repository

 where 3952 is the revision that started the branch and 4023 is the
 current revision.

 'PHPUnit/Tests/TextUI/debug.phpt' exists in both the branch and trunk.

 You can reproduce the situation like this

   - svn co svn://svn.phpunit.de/phpunit/phpunit/trunk
   - svn merge svn://svn.phpunit.de/phpunit/phpunit/branches/feature/test_dependencies

 Any help appreciated,
Sebastian

-- 
Sebastian Bergmann                          http://sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-13 13:09:09 CET

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.