[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-08 14:50:38 CEST

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 8 14:53:28 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.