Christopher Hanks
Christopher Hanks

Reputation: 21

Tortoise SVN use previous version as most current version

I would like to use a previous version as the most current version using Tortoise SVN. I have a version of the application 4 submissions ago that I would like to use as the current version. I checked it out and I am having trouble submitting it because there are conflicts. Is there anyway to submit a copy forcing it to use the copy being submitted?

Thank you for the help,

Chris

Upvotes: 2

Views: 78

Answers (1)

Apeirogon Prime
Apeirogon Prime

Reputation: 1248

It is a very simple task

  1. Update you local svn copy
  2. Resolve the conflicts as "Accept-Mine"
  3. Submit your code.

In terms of Tortoise SVN

  1. Update Code (root folder)
  2. Select option "Resolve Conflicts using mine"
  3. Commit Code.

Upvotes: 1

Related Questions