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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -