David
David

Reputation: 93

SVN - make old revision the trunk

I have updated to a previous revision and now want to make this revision the new trunk.

No branches or tags - I simply want to replace the trunk with an old revision.

How is this best achieved

Upvotes: 1

Views: 1458

Answers (1)

Steven D. Majewski
Steven D. Majewski

Reputation: 2167

svn merge the HEAD with the revision you want to revert to. read this or else just look at some of the many repeats of this FAQ in the "Related" list to the right -->

Upvotes: 1

Related Questions