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

Is there a replace or copy with replace command

From: Jojakim Stahl <JStahl_at_demig.de>
Date: 2003-09-11 10:15:55 CEST

I want to replace a item in the repos with another one. That ist performing
a delete followed by a copy in one transaction, all directly within the
repos.

Example:
Within the repos, the following two dirs exist:
root/dir1/contents_of_dir1
root/dir2/contents_of_dir1

I want to overwrite dir2 with dir1. Tried with
svn copy root/dir1 root/dir2 -m "Try to replace dir2 by dir1"

What happens is:
root/dir1/contents_of_dir1
root/dir2/contents_of_dir2
root/dir2/dir1/contents_of_dir1

But I just wanted to replace dir2:
root/dir1/contents_of_dir1
root/dir2/contents_of_dir1

Any solution?

Thanx, Joja

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 11 14:32:45 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.