mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Document git-svn auth
This commit is contained in:
parent
8a05ae3be6
commit
4a63ace610
1 changed files with 2 additions and 3 deletions
|
@ -722,9 +722,8 @@ http://svn.code.sf.net/p/project/code/svn;trunk=trunk;tags=tags;branches=branche
|
||||||
|
|
||||||
For a Subversion repo that requires authentication, you can precede the repo
|
For a Subversion repo that requires authentication, you can precede the repo
|
||||||
URL with username:password@ and those parameters will be passed as @option{--username}
|
URL with username:password@ and those parameters will be passed as @option{--username}
|
||||||
and @option{--password} to the SVN checkout command. (This works only for
|
and @option{--password} to the SVN checkout command. (This now works for both
|
||||||
plain svn and not for git-svn - one of the very few cases where using svn is
|
svn and git-svn)
|
||||||
advisable).
|
|
||||||
|
|
||||||
If the Repo Type is @code{srclib}, then you must specify the name of the
|
If the Repo Type is @code{srclib}, then you must specify the name of the
|
||||||
according srclib .txt file. For example if @code{scrlibs/FooBar.txt} exist
|
according srclib .txt file. For example if @code{scrlibs/FooBar.txt} exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue