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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -