Can you show us the command you used and the exact error you got?
Normally, doing a rollback via Merge doesn't cause any issues unless
you're attempting to roll back something other than the previous
revision.
--
David Weintraub
qaz...@gmail.com
Please alway reply to the list!
The simplest syntax is this:
$ svn merge -c -XXX file
Where XXX is the revision you want to remove from the source. For
example, you would probably want to do:
$ svn merge -c -52 #Remove changes made in version #52 from the file.
See if that helps.
--
David Weintraub
qaz...@gmail.com