On 5/1/06, Allison Bloodworth <abloodworth@berkeley.edu> wrote:
[snip]
> create), and I made a trunk directory and a branches/allison directory and
> then moved everything from events to events/trunk (see commands used below).
> Then to copy what was in the trunk directory to the allison branch, I was
> unable to do move things in the way the book suggested:
>
> svn copy svn+ssh://events@svn.berkeley.edu/svn/events/trunk
> svn+ssh://events@svn.berkeley.edu/svn/events/branches/Allison
>
> ...because it created a trunk directory under "allison". I had to instead to
[snip]
The problem is that the Allison directory existed before you tried to
do the copy. Its the same as working with the filesystem, 'cp trunk
branches/allison' creates 'branches/allison/trunk' if allison is an
existing directory. If you had only created the branches directory,
not the Allison directory, this should have worked.
-Baz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 3 10:13:33 2006