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

Re: renaming an added (but not committed) file

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-08-08 15:40:12 CEST

On 8-Aug-05, at 8:50 AM, Ben Collins-Sussman wrote:
> On Aug 8, 2005, at 7:00 AM, A.T.Hofkamp wrote:
>
>> + svn mv --force x y
>> svn: Cannot copy or move 'x': it's not in the repository yet; try
>> committing first
>>
>> Is this a known problem?
>
> Sure, because 'svn mv' is just 'svn cp; svn rm'. You cannot 'svn
> cp' a schedule-add file. Instead, 'svn revert' the schedule-add
> directory, 'mv' it with unix, then 'svn add' it again.

Are there any plans to make the svn command line smart enough to do
this on its own? Or is there a much grander plan involving the
implementation of true renames?

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 8 15:41:11 2005

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.