RE: Need to restructure repo folders: Problem: SVN COPY is recursive

2013-03-15 Thread Tim.Williams
Yes, it appears I am headed toward a wrapper script to copy one file at a time. I wanted to make sure I was not missing something in SVN that would make it easier (a non-recursive copy, or something in svnmucc where I could copy a bunch a files and commit them all in a single new revision, for

RE: Need to restructure repo folders: Problem: SVN COPY is recursive

2013-03-15 Thread Tim.Williams
I am not very good at giving examples on a Friday afternoon, admittedly. I will try again. Original Folders \Barn\livestockNames.txt \Barn\chickens\chickenNames.txt \Barn\chickens\food\chickenFeed.txt New Structure I want: \NewBarn\livestockNames.txt \NewBarn\birds\chickenNames.txt \NewBarn\bir

Need to restructure repo folders: Problem: SVN COPY is recursive

2013-03-15 Thread Tim.Williams
Hi folks, We are changing our folder structure in the SVN repository and need to "map" content from old folders to the new folders. I was investigating the use of SVN COPY but the command is recursive, which leads to problems for us. For example, let's say our structure looks like: Original Fo