mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Remove support for git-svn with authentication
This commit is contained in:
parent
e8d7e69630
commit
49549f4cad
2 changed files with 12 additions and 20 deletions
|
@ -774,11 +774,6 @@ root dir.
|
|||
Here's an example of a complex git-svn Repo URL:
|
||||
http://svn.code.sf.net/p/project/code/svn;trunk=trunk;tags=tags;branches=branches
|
||||
|
||||
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}
|
||||
and @option{--password} to the SVN checkout command. (This now works for both
|
||||
svn and git-svn)
|
||||
|
||||
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
|
||||
and you want to use this srclib, then you have to set Repo to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue