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?
(hopefully I've explained myself correctly!)
Best regards from Bavaria,
Mario
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2709184
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
On 3 March 2011 08:29, Mario Techera <mtec...@yahoo.com> wrote:
> Hello,
>
> 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?
Simply copy the new version into the working copy (overwriting the
current version) and then commit your change.
--
Regards,
Jean-Marc
--
. ___
. @@ // \\ "De Chelonian Mobile"
. (_,\/ \_/ \ TortoiseSVN
. \ \_/_\_/> The coolest Interface to (Sub)Version Control
. /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2709189
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
Best regards,
Mario
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2709302
Not really needed. Just copy the file in would be adequate.
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2709324