diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-27 08:57:29 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-27 08:57:29 +0000 |
| commit | 9f10a98f448568f9e728bf827320def8732200eb (patch) | |
| tree | 7cb92f28d74819fdbea6c99a667a099c60f498cd /bitbake/lib/bb/fetch/svn.py | |
| parent | d8f7680dc0221880a1eeb7bf2275642dfd3ce263 (diff) | |
| download | poky-9f10a98f448568f9e728bf827320def8732200eb.tar.gz | |
svn.py, git.py: Sync with bitbake trunk - comment changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@961 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/fetch/svn.py')
| -rw-r--r-- | bitbake/lib/bb/fetch/svn.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch/svn.py b/bitbake/lib/bb/fetch/svn.py index b95de2a79b..a5dc91aaff 100644 --- a/bitbake/lib/bb/fetch/svn.py +++ b/bitbake/lib/bb/fetch/svn.py | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | """ | 4 | """ |
| 5 | BitBake 'Fetch' implementations | 5 | BitBake 'Fetch' implementations |
| 6 | 6 | ||
| 7 | This implementation is for svn. It is based on the cvs implementation. | ||
| 8 | |||
| 9 | Copyright (C) 2004 Marcin Juszkiewicz | ||
| 10 | |||
| 7 | Classes for obtaining upstream sources for the | 11 | Classes for obtaining upstream sources for the |
| 8 | BitBake build tools. | 12 | BitBake build tools. |
| 9 | 13 | ||
