How to merge one single revision using Command Line
Posted
by HollerTrain
on Stack Overflow
See other posts from Stack Overflow
or by HollerTrain
Published on 2010-06-02T13:42:54Z
Indexed on
2010/06/02
13:54 UTC
Read the original article
Hit count: 173
svn
Hi I am trying to merge one single revision using CL in SVN using this command:
svn merge -r 5454 URL
but I am getting the following error
svn: Second revision required
My revision is not the latest revision but buried about 90 revisions from the latest update. Any thoughts on what I am doing wrong?
© Stack Overflow or respective owner