[GRASS-PSC] GRASS-Addons-SVN repository write access request
Markus Neteler
neteler at osgeo.org
Tue Sep 22 06:50:01 PDT 2015
On Tue, Sep 22, 2015 at 3:44 PM, Giuseppe Amatulli
<giuseppe.amatulli at gmail.com> 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
More information about the grass-psc
mailing list