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

Re: Trying to revert to an older reversion

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-30 20:58:27 CEST

On Oct 29, 2004, at 11:44 PM, R Smith wrote:

> Hi. I'm trying to use "svn copy" to revert to an older revision of a
> directory, but I keep getting the directory I want inside the existing
> directory.

'svn copy' doesn't overwrite things. It works like the unix 'cp'
command does, when copying directories: 'svn cp A B' will create B if
it doesn't exist already. If B already exists, it will create B/A.

Use the 'svn merge' command to undo changes to a directory. See
chapter 4, "Undoing Changes".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 30 20:59:01 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.