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

2013-03-15 Thread Bob Archer
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:

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

2013-03-15 Thread C. Michael Pilato
On 03/15/2013 03:11 PM, tim.willi...@ucb.com wrote: The only solution I can think of is to script a copy process on a file-by-file basis by first getting a list of files in folder \c, then SVN COPY each file individually into folder \e. Repeat for all folders. I can this in PERL but it seems

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

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

2013-03-15 Thread olli hauer
On 2013-03-15 21:07, tim.willi...@ucb.com wrote: 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:

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

2013-03-15 Thread C. Michael Pilato
On 03/15/2013 04:07 PM, tim.willi...@ucb.com wrote: 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:

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 olli hauer
On 2013-03-15 21:30, tim.willi...@ucb.com wrote: 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

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

2013-03-15 Thread Sven Uhlig
Am 15.03.2013 21:30, schrieb tim.willi...@ucb.com: 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

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

2013-03-15 Thread Thorsten Schöning
Guten Tag tim.willi...@ucb.com, am Freitag, 15. März 2013 um 21:30 schrieben Sie: It appears that I am stuck creating a new revision for every single file I need to move. As already said, you aren't, just checkout a working copy, do you copies, moves and deletes and commit after you are