[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: Tyler Roscoe <tyler_at_cryptio.net>
Date: Thu, 16 Jul 2009 18:34:30 -0700

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
Received on 2009-07-17 03:35:20 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.