[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Copying/moving the children directories

From: Bob Hiestand <bob.hiestand_at_gmail.com>
Date: 2006-11-23 23:44:18 CET

On 11/21/06, emerson cargnin <echofloripa.yell@gmail.com> wrote:

> > That command does not create 'trunk', it copies trunk to a new
> > location, 'branches/project_name-1.2'.

> actually it copies...

Are you creating the destination tag prior to the copy operation? If
so, that's the issue. The copy will create a top level directory
named by the destination you provide if that destination does not
exist (but its parent does). If the destination does exist, then
you'll end up with an intermediate directory.

Just using the command as given is correct, if you're doing something
before that, please provide details.

Thank you,

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 23 23:44:53 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.