svn - Exclude a particular Revision from Subversion directory -
i have multiple revisions in svn repository.
say 5-10. update local directory pointing svn. so, directory updated latest revision. (here 10)
now, if want remove revision number 7 local directory, how should proceed.
still need 5,6,8,9,10.
thanks in advance
if understand correctly, need revert changes specific revision.
the way depends on svn client. example, in tortoise svn may open log of directory, right click on revision want revert , select "revert changes revision".
take account may not succeed if there changes overlapping changes being reverted.
Comments
Post a Comment