svn copy failed, commits go to trunk?
From: William Finn <William.Finn_at_riverbed.com>
 
Date: Thu, 17 Jan 2008 10:40:12 -0800 
I'm fairly new to svn, so maybe I'm doing something stupid, but it seems
  
 svn copy trunk branch
 svn commit -m"Yay branching!" branch
 cd branch_directory
 work work work
 svn commit -m"All done working!"
 cd trunk_directory
 svn update
 svn merge
   - Nothing to merge...
 svn log
   - All my branch changes are here on the trunk
  
  
 So looking at my console I see the following:
 svn apparently choked with the original 'svn copy' when copying part of
 I ignored the message as my project files were all fine and the initial
  
 So if svn failed with the copy, why did it then proceed to happily
  
  
 Has this or something similar to this ever come up?
  | 
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.