tortoisesvn - SVN - delete a revision, or make an older revision the head -


i'm new svn , i've never had revert previous revision, although can copy of revision repository okay. i'm using tortoisesvn , visual studio svn plugin.

i'd restore trunk previous revision.

how can restore trunk - e.g. rollback previous revision , make head?

thanks

what need so-called reverse merge:

svn merge -r head:<rev_you_want_to_revert_to> 

see tortoise svn merge documentation details on how tortoise svn. see the svn book (copied link another stackoverflow question; it's faq).


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -