Dont use my personal username in docs

git-svn-id: http://svn.osgeo.org/qgis/trunk@15628 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2011-03-28 14:20:17 +00:00
parent 84cb4557e9
commit 1814547ff3
2 changed files with 2 additions and 2 deletions

View File

@ -743,7 +743,7 @@ svn to the source directory qgis-trunk:
or using git-svn (from the git shell):
git svn clone --username timlinux --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
git svn clone --username $USER --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
Create a 'build' directory somewhere. This will be where all the build output

View File

@ -102,7 +102,7 @@ svn co https://svn.osgeo.org/qgis/trunk/qgis qgis-trunk
or using git-svn (from the git shell):
```
git svn clone --username timlinux --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
git svn clone --username $USER --revision 15611:HEAD https://svn.osgeo.org/qgis/trunk/qgis
```
Create a 'build' directory somewhere. This will be where all the build output