[GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

Vaclav Petras wenzeslaus at gmail.com
Tue Sep 30 08:25:09 PDT 2014


On Tue, Sep 30, 2014 at 3:15 AM, Markus Neteler <neteler at osgeo.org> wrote:

> Hi,
>
> likely you will be affected by this recent issue:
>
> Tree conflict on 'grass_trunk/general/g.list'
>    > local dir unversioned, incoming dir add upon update
> Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help: r
> Resolved conflicted state of 'grass_trunk/general/g.list'
> Tree conflict on 'grass_trunk/general/g.remove'
>    > local dir unversioned, incoming dir add upon update
> Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help: r
>
>
> svn status | grep -v "^?"
> D       general/g.list
> D       general/g.list/Makefile
> D       general/g.list/g.list.html
> D       general/g.list/main.c
> D       general/g.list/testsuite
> D       general/g.list/testsuite/test_g_list.py
> D       general/g.remove
> D       general/g.remove/Makefile
> D       general/g.remove/check_reclass.c
> D       general/g.remove/g.remove.html
> D       general/g.remove/main.c
> D       general/g.remove/testsuite
> D       general/g.remove/testsuite/test_g_remove.py
>
> To solve that:
>
> # clean
> make distclean
>
> # revert mess
> svn -R revert general/g.list
> svn -R revert general/g.remove
>
> # update and check
> svn up
> svn status
>
> I had to do this on all my SVN copies of trunk.
>
> Confirmed, I had to do the same in all copies too some time ago. SVN is
not really good at renaming and deleting things, it is always confused and
I really don't understand why I need to do revert.


> Markus
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20140930/3a5d962b/attachment.html>


More information about the grass-dev mailing list