Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dont use my personal username in docs
git-svn-id: http://svn.osgeo.org/qgis/trunk@15628 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 28, 2011
1 parent 84cb455 commit 1814547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/msvc.t2t
Expand Up @@ -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
Expand Down

0 comments on commit 1814547

Please sign in to comment.