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

Re: Copy and overwrite inside a repos

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-15 15:18:38 CEST

On Jul 15, 2005, at 5:01 AM, Romain Prévost wrote:

> Hi,
>
> I've got /repos/project1/file1 and /repos/project2/file1 (which is a
> copy of a binary).
> I've updated the project1/file1, and I would like to propagate this to
> project2, in one operation,
> like a svn copy -force /repos/project1/file1 /repos/project2/file1 but
> I can't figure out how to do this without deleting the file first. Can
> someone help me ?

"svn copy" will not overwrite. You need to 'svn merge' whatever
changeset modified /project1/file1 over to the /project2 area.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 15 15:20:17 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.