summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-04 15:53:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-04 15:53:56 +0000
commitd19a8ba6d4d89c34b71cc58e04d29ea3f1cf007f (patch)
tree947786133c8fead8e5c5f3d2271b12a2bba0e0cd /DOCS
parentd36623c01964c5eb9150862924dc717812033c9f (diff)
downloadmpv-d19a8ba6d4d89c34b71cc58e04d29ea3f1cf007f.tar.bz2
mpv-d19a8ba6d4d89c34b71cc58e04d29ea3f1cf007f.tar.xz
Clarify that ssh is not required for committing to MPlayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30834 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/svn-howto.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index 832fb302be..932dad237d 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -25,6 +25,10 @@ http://subversion.apache.org/
Consult these resources whenever you have problems, they are quite exhaustive.
+You do not need a special checkout that works through ssh or similar in order
+to be able to commit changes. All you need is the username and password pair
+that you received from the MPlayer Subversion server admin.
+
What follows now is a basic introduction to Subversion and some MPlayer-specific
guidelines. Read it at least once, if you are granted commit privileges to the
MPlayer project you are expected to be familiar with these rules.