Opened 10 years ago
Closed 10 years ago
#45190 closed enhancement (worksforme)
llvm-3.5 : use https with svn when building
Reported by: | mk-macports@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | Cc: | ||
Port: | llvm-3.5 |
Description
Hi,
i fell over this weird bug:
http://stackoverflow.com/questions/21033706/svn-e175002-unable-to-connect-to-a-repository-at-url
resulting in me being unable to build llvm-3.5 and getting this error:
svn: E175002: Unable to connect to a repository at URL ...
Is there any reason in particular that you are not using https when fetching with svn? Otherwise this would solve 2 problems (weird bug above and insecure transfer) at once.
cheers
Change History (2)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | llvm snv https removed |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
comment:2 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Report your bug to Cisco if it is the same as the stackoverflow report.
As far as "insecure transfer" ... uh... no. It's not worth the extra CPU overhead to encrypt public data.
Note: See
TracTickets for help on using
tickets.
Much better would be to use a distfile, not fetch via svn. This would be solved by #44938.