svn copy bug from working copy
From: Cengiz Alaettinoglu <cengiz_at_packetdesign.com>
Date: 2005-03-09 19:19:07 CET
The following bug report is with subversion version 1.1.2 at client
Add file foo containing 1 to the repository
Check this out to a different directory
[elf bug]$ cd ..
Modify the file and commit
[elf bug-copy2]$ echo 3 > foo
Go to the original copy and modify there also
[elf bug-copy2]$ cd ../bug
We are not ready to commit these changes to the trunk, make a branch for
[elf bug]$ svn copy . $SVNROOT/bug-branch
Check out the branch
[elf bug]$ cd ..
foo on trunk contained 1 and then 3. But foo on the branch contained 1
[elf bug-branch]$ svn log foo
------------------------------------------------------------------------
Create a branch.
------------------------------------------------------------------------
Foo contains 1.
------------------------------------------------------------------------
I can speculate that when copying the branch svn made a copy from
---------------------------------------------------------------------
|
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.