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

Re: trunk dir being created when creating branch

From: Dan <dan.macdaddy_at_gmail.com>
Date: Fri, 18 Jan 2008 14:35:54 +1030

Thanks Kevin, spot on.

The problem was that i created the branches/rb-1.0 directory before the
copy.

So note to self:

create /branches

then copy to /branches/rb-1.0

Thanks again for the help

On Jan 18, 2008 12:59 PM, Kevin Grover <kevin_at_kevingrover.net> wrote:

> Did you create directory branches/rb-1.0 before the copy? If so, don't -
> the copy will create it. That's the only way I can see you getting a trunk
> directory. Or, if you really have another trunk inside of first trunk
> directory.
>
> I use a command just like you showed all the time and do not get an extra
> directory (but I know the destination directory does not exist when I do the
> copy)
>
>
>
> On Jan 17, 2008 6:07 PM, Dan <dan.macdaddy+svn_at_gmail.com> wrote:
>
> > Hi,
> >
> > Just a quick question.
> >
> > when doing:
> >
> > svn copy -m "creating release branch 1.0" http://development:8090/svn-repos/Neo/trunk
> > http://development:8090/svn-repos/Neo/branches/rb-1.0
> >
> > Is there a way to avoid the trunk directory being created in
> > branches/rb-1.0 ??
> >
> > Using svn 1.4.6 on win xp.
> >
> >
> > Thanks
> >
>
>
Received on 2008-01-18 05:43:51 CET

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.