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

Re: Replacing a versioned file with new version?

From: Judson Wilson <judson_at_powerstandards.com>
Date: Wed, 02 Mar 2011 23:51:04 -0800

On 3/2/2011 11:29 PM, Mario Techera wrote:
> I would like to replace a versioned file with a new version from a non-versioned folder. The result
> should be as if I've simply modified the original file so that the versioning on the original file is maintained.
>
> How can I do this?
Open the replacement, select all, copy. Open the versioned file, select
all, paste. Commit. ?

If you want the versioned file to move/rename during the process, you
may need to add a move/rename step in there. I would suggest doing that
in 2 commits, one for the rename, one for the new content, just to make
following it a little bit easier.

Hope that is what you are asking,
- Judson

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2709192

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-03-03 08:51:14 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.