From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 15 May 2017 13:52:09 +0200 Subject: [Buildroot] Hop tout set svn credentials when using svn to download tarballs In-Reply-To: (Samir Mouhoune's message of "Thu, 11 May 2017 05:35:17 +0000") References: Message-ID: <87a86ejq1i.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Samir" == Samir Mouhoune writes: > Hi, > I would like to know if is there a way to set svn credentials (username and > password) when using secure svn server to download some pkgs tarballs. The details depends on your subversion configuration (E.G. plain svn:// or svn-over-ssh), but one option is to tweak the exact command used to access svn repos under Build options->Commands->Subversion command and add the desired svn arguments (E.G. --username foo --password bar). -- Bye, Peter Korsgaard