Hi all,
I want to merge a folder from a different repository.
The merge source is like:
\Suites\xxxx
\Suites\yyyy
The merge destination is like:
\Suites\zzzz
I want to achieve this outcome:
\Suites\xxxx
\Suites\yyyy
\Suites\zzzz
The command line i use is:
c:\Builds\Source\Applications\ApplicationsTest>svn merge --dry-run
--accept mine-full -r 95976:HEAD http://svn/test <http://svn/test>
/trunk/Applications/ApplicationsTest_at_HEAD
<mailto:vn/Reflex/trunk/Applications/ApplicationsTest_at_HEAD> .
( where HEAD revision is ~15000 )
( where revision 95976 is the initial creation of \Suites\xxxx and
\Suites\yyyy )
But i kept getting this kinda merge:
Skipped 'Suites\xxxx\aaaaa
Skipped 'Suites\xxxx\aaaaa\Log'
Skipped missing target: 'Suites\xxxx\aaaaa\qqqqq.cpp
How do make sure \Suites\xxxx is properly added to the merge destination
so i do not miss any file? Thanks.
svn server version: 1.5.5
svn client version: 1.5.6
Best Regards,
Lee
This e-mail is confidential and may be read, copied and used only by the intended recipient. If you have received it in error, please contact the sender immediately by return e-mail. Please then delete the e-mail and do not disclose its contents to any other person.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380317
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-05 09:40:21 CEST