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 finis

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

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: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread C. Michael Pilato
On 03/15/2013 03:58 PM, Daniel Shahaf wrote: > C. Michael Pilato wrote on Fri, Mar 15, 2013 at 09:42:53 -0400: >> The question is: what is the very first revision for the directory which is >> called "branch10" in HEAD? You should be able to get the answer using this >> command: >> >>svn log

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 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 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: > \Ne

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

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread Daniel Shahaf
C. Michael Pilato wrote on Fri, Mar 15, 2013 at 09:42:53 -0400: > On 03/15/2013 06:48 AM, Tom wrote: > > > > Hi mailing list :) > > > > Please, help me to find out what is going on in our repository. I am > > preparing some automatic tool > > to work with svn and there is one thing, which is conf

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 see

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:

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

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread C. Michael Pilato
On 03/15/2013 11:02 AM, Tom wrote: >> The question is: what is the very first revision for the directory which is >> called "branch10" in HEAD? You should be able to get the answer using this >> command: >> >>svn log -q -r1:HEAD --limit 1 https:\\...\branch10 > > I tried this for both my bra

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread Tom
Hi Michael. > Your first syntax instructs Subversion to: > >- find the 'line of history' that intersects the path > "https:\\...\branch10" in revision 11893 (the @ rev) >- walk that line of history until you get to revision 11893 > (the -r rev) >- checkout that object (regard

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread C. Michael Pilato
On 03/15/2013 06:48 AM, Tom wrote: > > Hi mailing list :) > > Please, help me to find out what is going on in our repository. I am > preparing some automatic tool > to work with svn and there is one thing, which is confusing to me. > > I want to do checkout to some revision: > If I use peg revis

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread Tom
Hi Thorsten, sorry to confuse You, I was meaning checkout command > But when I try to ommit peg revision: this was meant as "try to omit peg revision: " like "do without peg revision" - Please excuse my bad English :) So my post was all about checkout. Although I think the info command is beh

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread Thorsten Schöning
Guten Tag Tom, am Freitag, 15. März 2013 um 11:48 schrieben Sie: > But when I try to ommit peg revision: > svn co https:\\...\branch10 -r 11893 co is the wrong command for committing, you need ci. Besides that, you can' commit to old revisions, only to HEAD. Mit freundlichen Grüßen, Thorsten

confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread Tom
Hi mailing list :) Please, help me to find out what is going on in our repository. I am preparing some automatic tool to work with svn and there is one thing, which is confusing to me. I want to do checkout to some revision: If I use peg revision everything is ok as expected: svn co https:\\...