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

Rename + Change in one commit

From: Lev Serebryakov <lev_at_serebryakov.spb.ru>
Date: 2003-08-29 17:39:35 CEST

Hello users,

  I need to rename some perl modules, which I'm developing.

  So, I need rename files (and directories: here are some structure),
  and change all *.pm files (change `package' strings, references to
  other modules, etc).

  If I do:

  svn move Old New
  ${EDITOR} New/module.pm
  svn ci

  I got error.

  If I do

  ${EDITOR} Old/module.pm
  svn move Old New
  svn ci

  I got error...

  How I could do such operations in one step, as one atomic operation?

-- 
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 17:40:03 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.