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

Re[2]: Rename + Change in one commit

From: Lev Serebryakov <lev_at_serebryakov.spb.ru>
Date: 2003-08-29 18:09:15 CEST

Hello Ben,

Friday, August 29, 2003, 7:45:17 PM, you wrote:

>> svn move Old New
>> ${EDITOR} New/module.pm
>> svn ci
>> I got error.
BCS> This should not error. Show us details, so we can reproduce.
 Easy. Really, there are TWO level of renames. May be it is point:

 svn rename Old New
 svn rename New/Old2ndlevel New/New2ndlevel
 ${EDITOR} New/New2ndlevel/Module.pm
 svn ci -m "Test"

Adding trunk\New
Deleting trunk\New\Old2ndlevel
Adding trunk\New\New2ndlevel
svn: Filesystem has no item
svn: Commit failed (details follow):
svn: file not found: revision `32', path `/project/trunk/New/New2ndlevel'

  But I need such rename. Is it possible? Rename in two steps (two
  commits) is bad idea :(

-- 
Best regards,
 Lev                            mailto:lev@serebryakov.spb.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 29 18:09:49 2003

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.