On Tue, Sep 22, 2015 at 3:44 PM, Giuseppe Amatulli <[email protected]> wrote: > Thanks Markus & Martin! > > By the way i try to commit my first version of the add on and i get this > error > > svn add /home/selv/grass7_svn/grass7/raster/r.stream.watersheds/
You need to commit from the directory: cd /home/selv/grass7_svn/grass7/raster # add directory and files within svn add r.stream.watersheds # update the SVN mime types: sh /home/selv/grass7_svn/tools/module_svn_propset.sh r.stream.watersheds/* # commit svn commit -m "r.stream.watersheds and r.stream.variables: initial commit" r.stream.watersheds hope this helps Markus _______________________________________________ grass-psc mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-psc
