Skip to content

Commit 2ea903a

Browse files
authored
remove SVN tip from samples (#2716)
Per #2565, this tip doesn't actually work anymore, so I'm removing it from the README ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`).
1 parent 74378fc commit 2ea903a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,6 @@ See the [getting started guide] to install the `flutter` tool.
105105
> If you want to run an add-to-app sample, there are additional requirements.
106106
> We suggest reading the [add-to-app documentation].
107107
108-
### Tip: minimize download size
109-
110-
As this repository is quite big, you can use
111-
[svn] to download a single example.
112-
For example:
113-
114-
```
115-
svn co https://github.com/flutter/samples/trunk/provider_shopper
116-
```
117-
118-
You can also use a [partial clone] to skip blob objects
119-
that aren't currently checked out, while including the full commit history:
120-
121-
```
122-
git clone --filter=blob:none https://github.com/flutter/samples.git
123-
```
124-
125108
## Interested in contributing?
126109

127110
See the [contributor's guide]!

0 commit comments

Comments
 (0)