Recently I asked how I should revert a change in SVN, but no-one here was sure how to do it smoothly. I promised to ask on a more appropriate list, however, this recently appeared on the cocoon dev list:

Antonio Gallardo wrote:

> Hi:
>
> I want revert changes in src/java/org/apache/cocoon/util/NetUtils.java
> from HEAD to 53864.
>
> How to do this?


svn merge -r HEAD:53864 src/java/org/apache/cocoon/util/NetUtils.java src/java/org/apache/cocoon/util/NetUtils.java



Vadim

Also useful (from the same thread):

http://svnbook.red-bean.com/en/1.0/ch04s04.html#svn-ch-4-sect-4.2

(although Antonio mentions that the docs are a little unclear)

so now we have our answer ;-)

Ross

Reply via email to