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

Re: bug with renaming a nonempty folder?

From: Jonathan Derryberry <jonderry_at_gmail.com>
Date: Thu, 16 Jul 2009 21:46:34 -0400

no, i do:

mkdir a
touch a/b
svn commit
svn mv a c
svn up

That causes a tree conflict.

On Thu, Jul 16, 2009 at 9:34 PM, Tyler Roscoe<tyler_at_cryptio.net> wrote:
> Please don't top-post.
>
> On Thu, Jul 16, 2009 at 09:32:25PM -0400, Jon Derryberry wrote:
>> Sorry, I meant that both the folder and text file were created in the
>> working copy and then committed, and then the folder was renamed. That
>> is what causes the problem. Thanks.
>
> So you do:
>
> svn mv foo foo2
> svn up
>
> ?
>
> Here again you should do:
>
> svn mv foo foo2
> svn commit
> svn up
>
>
> hth,
> tyler
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2371932

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-17 06:10:22 CEST

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.