'svn cp wc URL' bug
From: Ben Collins-Sussman <sussman_at_collab.net>
 
Date: 2004-12-04 15:38:05 CET 
I've had a long-standing beef with 'svn cp wc URL'.  Specifically, I 
 'svn cp wc URL' builds a repos transaction by walking over the 
 I've long insisted that there was a bug here, and now I have a script 
 Anyone mind if I file this?
 --------------------------------------
 #!/bin/sh
 rm -rf repos wc
 # Add two files
 # Put wc at revision 1.
 # Delete file1.
 # Change file2.
 # Change file2 again.
 # "Gee whiz, I want to make a snapshot of my wc."
 # Now checkout the tag.
 # Hey, look at that!  My tag has 'file1' in it!
 ---------------------------------------------------------------------
  | 
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.