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

svn cp svn://foo/ svn://bar/, replacing bar/ with foo/

From: Alexey Mahotkin <alexm_at_hsys.msk.ru>
Date: 2004-01-25 22:54:13 CET

Hello,

I would like to replace one directory with another one.

  svn cp svn://foo/ svn://bar/

makes it so that foo turns out at svn://bar/foo/. I can do

  svn rm svn://bar/
  svn cp svn://foo/ svn://bar/

but I'd like to do atomically.

Playing with traling slashes does not help.

Please keep me in Cc: list, I am not subscribed.

Thank you,

--alexm

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 25 23:32:35 2004

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.