summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch/svn.py')
-rw-r--r--bitbake/lib/bb/fetch/svn.py4
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"""
5BitBake 'Fetch' implementations 5BitBake 'Fetch' implementations
6 6
7This implementation is for svn. It is based on the cvs implementation.
8
9Copyright (C) 2004 Marcin Juszkiewicz
10
7Classes for obtaining upstream sources for the 11Classes for obtaining upstream sources for the
8BitBake build tools. 12BitBake build tools.
9 13