tortoisesvn - SVN Change the HEAD to a particular revision and the set HEAD back to top -


i came across many posts showed ways revert changes of commit in working copy , commit again. there way following.

supposed have following versions.

103 -> head 102 

i want make to

103  102 -> head 

do tasks , change back.

103 -> head 102 

is there way without making version 104?

no, regular user can't perform such operation. revisions in subversion immutable.

the process of undoing changes made in commits described in svnbook | undoing changes , tortoisesvn manual | undoind changes.

ps looks trying solve problem in awkward way. describe problem in details , ask advise in separate question. don't forget read documentation before asking questions.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -