On Wed, Sep 29, 2010 at 3:32 AM, Rice Yeh wrote:
> Hi,
> I am trying to separate my project a-project into a-project/trunk and
> a-project/branches. First, I like to move a-project to a-project/trunk. But
> this is not allowed since trunk is inside a-project. I might first move
> a-project to tm
> Hi.
>
> 2010/9/29 Bob Archer :
> > svn cd a-project
> > svn trunk a-project/trunk
>
> What's that supposed to do?
Sorry... missed the mv
BOb
>
> MacBook-Pro:~ alex$ svn --version
> svn, version 1.6.5 (r38866)
>compiled Oct 16 2009, 02:54:10
>
> Copyright (C) 2000-2009 CollabNet.
> Su
Hi.
2010/9/29 Bob Archer :
> svn cd a-project
> svn trunk a-project/trunk
What's that supposed to do?
MacBook-Pro:~ alex$ svn --version
svn, version 1.6.5 (r38866)
compiled Oct 16 2009, 02:54:10
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigr
> On Sep 29, 2010, at 09:12, Edward Ned Harvey wrote:
>
> >> From: Rice Yeh [mailto:rice...@gmail.com]
> >>
> >> I am trying to separate my project a-project into a-
> project/trunk and
> >> a-project/branches. First, I like to move a-project to a-
> project/trunk.
> >> But this is not allowed s
On Sep 29, 2010, at 09:12, Edward Ned Harvey wrote:
>> From: Rice Yeh [mailto:rice...@gmail.com]
>>
>> I am trying to separate my project a-project into a-project/trunk and
>> a-project/branches. First, I like to move a-project to a-project/trunk.
>> But this is not allowed since trunk is insi
> From: Rice Yeh [mailto:rice...@gmail.com]
>
> I am trying to separate my project a-project into a-project/trunk and
> a-project/branches. First, I like to move a-project to a-project/trunk.
> But this is not allowed since trunk is inside a-project. I might first
> move a-project to tmp and the
On Sep 29, 2010, at 04:50, Cooke, Mark wrote:
> Why not just get a working copy, do your changes and then commit? No
> need for a temp directory, just create new "trunk/", move all the files
> and subfolders to the new dir (using svn tools of course), then commit.
>
> Or am I missing something o
> -Original Message-
> From: Tino Schwarze [mailto:subversion.li...@tisc.de]
> Sent: 29 September 2010 09:14
> To: users@subversion.apache.org
> Subject: Re: Is there a clean way to move a-project to a-project/trunk
>
> On Wed, Sep 29, 2010 at 03:32:07PM +0800, Rice
On Wed, Sep 29, 2010 at 03:32:07PM +0800, Rice Yeh wrote:
> I am trying to separate my project a-project into a-project/trunk and
> a-project/branches. First, I like to move a-project to a-project/trunk. But
> this is not allowed since trunk is inside a-project. I might first move
> a-project to