Tree conflicts on merging into a branch
From: Matthias Weyh <m.weyh_at_technisat.de>
Date: Thu, 6 May 2010 08:16:59 +0200
Hello,
Since I did not get any responses to my question on the users group and
I am looking forward to your answers.
Thanks,
-----Ursprüngliche Nachricht-----
Hello,
I have seen an issue with subversion in which tree conflicts are being
Please refer to the following sequence. Is this supposed to be happening
>svn co https://localhost/svn/test
>cd test
test>mkdir trunk
test>mkdir branches
test>mkdir tags
test>svn add trunk branches tags
test>svn commit -m "initial structure"
Committed revision 1.
test>svn switch https://localhost/svn/test/trunk
test>mkdir d1
test>mkdir d2
test>mkdir d3
test>echo loremipsum > d1\f1.txt
test>echo loremipsum > d2\f1.txt
test>echo loremipsum > d3\f1.txt
test>svn add d1 d2 d3
test>svn ci -m "stuff"
test>svn copy . https://localhost/svn/test/branches/b1 -m "created b1"
Committed revision 3.
test>svn rename d1 d1_r
test>svn commit -m "d1 renamed"
Committed revision 4.
test>svn switch https://localhost/svn/test/branches/b1
test>svn merge https://localhost/svn/test/trunk
D:\repositories\test>svn status -v
Best regards,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.