[GRASS-dev] Reverting svn submission

I'm trying to revert r40901, an update to the description of the -f flag in trunk/raster/r.out.gdal/main.c:

svn merge -c -40901 https://svn.osgeo.org/grass/grass/trunk/

but I think I neglected to append the extra directories "raster/r.out.gdal/main.c" to the end of the above command; can someone verify if I screwed something up?

What is the correct revert command?

Sorry for the trouble,

--
Eric Patton

Patton, Eric wrote:

I'm trying to revert r40901, an update to the description of the -f flag in trunk/raster/r.out.gdal/main.c:

svn merge -c -40901 https://svn.osgeo.org/grass/grass/trunk/

but I think I neglected to append the extra directories
"raster/r.out.gdal/main.c" to the end of the above command; can
someone verify if I screwed something up?

What is the correct revert command?

I think that the above is correct. The change only affected that one
file, so reverting it will only affect one file.

Note that "svn merge" only affects the working copy; you still need to
use "svn commit" to push the change the repository.

--
Glynn Clements <glynn@gclements.plus.com>