Supporting this from a CLI is next to impossible. I would look at how
it is done with Git and see if it is possible to make the SVN CLI
directly use the Git Credential Manager:
https://github.com/git-ecosystem/git-credential-manager
You would then need to work backwards from there to an Apache sol
en
remembered it was a feature we (CollabNet) added in our authz module.
I seem to recall we proposed it on dev@ list and may have even sent a
patch but not sure.
One thing I remember is that implementing this feature does leak the
existence of the nodes you are not allowed to see in the WC metadata
because an entry is added in the WC that indicates the item exists but
you do not have access to it. That may have been why it was decided
not to include this in SVN.
Mark
exists: https://get.assembla.com/
> Seriously, if we'd ever start such a sub-project under the Apache
> Subversion umbrella one day, I'd be interested in joining the effort
> :-).
The Apache project for this is Allura: https://allura.apache.org/
Mark
different OS as well as the
Python bindings it included for ViewVC.
I do not think the version of SVN is really that critical to upgrade
as most improvements happen on the client, but given that the versions
of Apache httpd and OpenSSL are likely ancient and full of CVE's you
should probably try to move to something else.
Mark
I would also ask the project you are contributing to how they like to
receive contributions. Maybe they have it documented. If they receive
patches via mailing list like Apache projects do, then maybe you can
see that list for examples of other contributions and what they look
like. The Subversion project had a commit message style the committers
care about so I always would review recent contributions as a reminder
... of course you can also see those by running svn log to get a sense
of what commit message style is in the project.
Mark
On Fri, Dec 1, 2023 at 4:27 PM Daniel Sahlberg
wrote:
>
> fre 1 dec. 2023 kl. 22:15 skrev Mark Phippard :
>>
>> Correct me if I am wrong Nathan, but there is no option that allows
>> plaintext passwords on Linux.
>> https://subversion.apache.org/docs/release-notes
/subversion/trunk/CHANGES
Mark
On Fri, Dec 1, 2023 at 12:55 AM Nathan Hartman wrote:
>
> On Thu, Nov 30, 2023 at 6:43 PM Bo Berglund wrote:
> >
> > When I installed subversion on a Raspberry Pi4B and checked the installed
> > version afterwards it printed this:
> &g
tes a checksum of the file and compares that against
what it thinks it should be. If they are different it says the file is
modified. So something has changed.
If you are confident nothing should have changed, just run svn revert
and let SVN put back the version it thinks you should have.
Mark
g security vulnerabilities to your
machine in the long term.
Mark
On Wed, Nov 1, 2023 at 12:20 PM JITHIN K wrote:
>
>
>
> On Wed, Nov 1, 2023 at 9:44 PM Stanimir Stamenkov via users
> wrote:
>>
>> Wed, 1 Nov 2023 20:36:17 +0530, /JITHIN K/:
>>
>> > The Subvers
OSS projects that are packaged into it.
Mark
On Mon, Oct 30, 2023 at 9:32 AM JITHIN K wrote:
>
>
> On Thu, Oct 26, 2023 at 7:36 PM Mark Phippard wrote:
>>
>> On Thu, Oct 26, 2023 at 9:59 AM Nathan Hartman
>> wrote:
>> >>
>> >>
der releases of Ubuntu.
I would add that I do not believe there are compelling reasons to
upgrade from 1.13 to 1.14 if your distro hasn't. I would recommend
sticking with what your distro is providing unless there is some
highly compelling reason to install your own package. This is
especially true on a server.
If you really have a need for 1.14, I would upgrade your entire distro
to a version that provides it.
Mark
tory.
If anything, having a single revision with a lot of changes in it
hurts performance of some commands. For example svn log -v is really
harmed by having a single revision with a lot of changed paths.
Mark
Where can I find the correct version of the docs for subversion 1.14.1
Mark
From: Daniel Sahlberg
Sent: Friday, September 1, 2023 5:54 AM
To: Mark Wood-Patrick
Cc: users@subversion.apache.org
Subject: Re: Problem storing passwords when using subversion
Importance: High
External email: Use
Many thanks for the response much appreciated, after fixing an issue with gpg
its working now
Regards
Mark
From: Daniel Sahlberg
Sent: Friday, September 1, 2023 5:54 AM
To: Mark Wood-Patrick
Cc: users@subversion.apache.org
Subject: Re: Problem storing passwords when using subversion
I'm using subversion 1.14.1 on CentOS release 6.8 and trying to get subversion
to store my credentials.
Viewing ~/.subversion/servers it seems like passwords should be stored by
default.
In
~/.subversion/config
I have:
password-stores = gpg-agent,gnome-keyring,kwallet
However, when
ting SVN to run
on OS/400 this feature was a godsend. We would not have wanted EBCDIC
bytes stored in the repository and it would have made it impossible to
interoperate with any other platform.
Not that this port was ever significant to the community, but we were
glad it worked this way. To each his own I guess.
Mark
at were meant for that like an object storage platform like S3 or
minio or a package manager like Maven, Nuget etc.
A big negative of Subversion repositories is you cannot ever delete
anything. Do you really need to keep all these binaries forever?
Mark
On Mon, Sep 19, 2022 at 8:49 AM Graham Leggett wrote:
>
> On 19 Sep 2022, at 13:36, Mark Phippard wrote:
>
> Daniel gave the answer I was typing. Here is info on enabling IPv6 for your
> JVM:
>
> https://stackoverflow.com/questions/18697091/ipv6-support-in-java
>
>
). I
> would assume Apache Subversion is using OS defaults when it comes to trying
> IPv4 or IPv6 first if a certain server has both addresses. When it comes to
> SVNKit I can't guess how Java handles IPv4 och IPv6 connections.
>
Daniel gave the answer I was typing. Here is info on enabling IPv6 for your JVM:
https://stackoverflow.com/questions/18697091/ipv6-support-in-java
Mark
dependencies those scripts rely on that
needs to be installed on the server.
Mark
On Fri, Apr 1, 2022 at 3:08 AM Ashim Kapoor wrote:
>
> Dear Mark,
>
> Could you please answer my query about the isolation level for
> transactions in Subversion?
> Is it always the highest which does not allow for any transaction
> anomalies ? Is there a switch which lower
w-data and group : root
I would use www-data. No point in using root if you do not need to.
That said, I think you could also use root.
What you should not do is use root to restore the repository. If you
do, then all of the repository files will be owned by root and
unreadable by your server until you run chown.
Mark
ly asking an OpenSSL question. A search for that
message yields this:
https://stackoverflow.com/questions/34156938/openssl-hangs-during-pkcs12-export-with-loading-screen-into-random-state
Mark
> On Feb 25, 2022, at 1:26 PM, Daniel Shahaf wrote:
>
> Mark Phippard wrote on Fri, 25 Feb 2022 17:59 +00:00:
>>> On Fri, Feb 25, 2022 at 12:29 PM Daniel Shahaf
>>> wrote:
>>>
>>> Mark Phippard wrote on Fri, Feb 25, 2022 at 10:39:13 -0500:
On Fri, Feb 25, 2022 at 12:29 PM Daniel Shahaf wrote:
>
> Mark Phippard wrote on Fri, Feb 25, 2022 at 10:39:13 -0500:
> > On Fri, Feb 25, 2022 at 10:19 AM Daniel Shahaf
> > wrote:
> > >
> > > Nathan Hartman wrote on Thu, 24 Feb 2022 23:44 +00:00:
> >
On Fri, Feb 25, 2022 at 10:19 AM Daniel Shahaf wrote:
>
> Nathan Hartman wrote on Thu, 24 Feb 2022 23:44 +00:00:
> > On Thu, Feb 24, 2022 at 2:33 PM Mark Phippard wrote:
> >>
> >> On Thu, Feb 24, 2022 at 10:51 AM Lorenz wrote:
> >>
> >> > ju
n the WC?
It is a hard problem to solve.
Mark
On Sat, Feb 19, 2022 at 11:07 AM Mark Phippard wrote:
>
> On Sat, Feb 19, 2022 at 9:48 AM William Muriithi
> wrote:
> >
> > Morning Mark
> >
> > Thanks a lot for the quick suggestion. I don't have a proxy in front
> > of the SVN though. T
On Sat, Feb 19, 2022 at 9:48 AM William Muriithi
wrote:
>
> Morning Mark
>
> Thanks a lot for the quick suggestion. I don't have a proxy in front
> of the SVN though. The svn client (Which is also subversion 1.14)
> connects to apache server that is running mod_dav_sv
estination" header and
it needs to be rewritten by the proxy to change the https to http.
Here is one example:
https://stackoverflow.com/questions/2479346/502-bad-gateway-with-nginx-apache-subversion-ssl-svn-copy
The answer will depend on the Proxy being used.
Mark
On Thu, Jan 6, 2022 at 2:00 PM Xsawer xsawer wrote:
>
> Hi Mark,
> thanks for very quick answer.
> I confirm this works on 1.10.2 (r1835932).
> Is there a way how to achieve the same result on 1.7.14 (r1542130) ? The
> documentation you posted writes about having this featu
~/config folder
with a value of "backup".
See:
https://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html
Mark
f the benefits simply by upgrading. You do not
need to dump/load. As noted, you ought to try to move to the 1.14.x
release if at all possible.
Mark
20211215
The files you listed come from a 3rd party distribution of SVN called SVN
Edge. Their statement is here:
https://ctf.open.collab.net/sf/wiki/do/viewPage/projects.svnedge/wiki/Log4Shell
Mark
the 'resolve-incoming-add' branch: Make a FAILing test PASS again.
* subversion/tests/libsvn_client/conflicts-test.c
(test_merge_incoming_added_dir_merge2): Account for the nested
'add vs add' tree conflict on the new file, and for the change
in property conflict behaviour (to be investigated later).
Mark
You should really contact VisualSVN, but I will save you the trouble
since they recently posted this here:
https://www.visualsvn.com/company/news/visualsvn-products-are-not-affected-by-CVE-2021-44228
The tldr; is No you are not vulnerable and do not need to do anything.
Mark
are storing this on ZFS with compression enabled then
the entire file is just compressed.
Mark
ght be one example but there are likely others.
You would need to contact the place you got this from for updates.
All that said ... my understanding is that log4j 1.x does not have
this problem that is going around.
Mark
you)
if Subversion provided zstd compression since it is being done at the
file system layer.
Mark
There is a set of benchmarks comparing the algorithms (lz4, zstd, zlib
etc) and the tradeoffs here:
http://facebook.github.io/zstd/
cheers
Mark
On Mon, Dec 13, 2021 at 10:14 PM Nathan Hartman
wrote:
> On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin
> wrote:
> >
> >
ing a checkout can look a bit like a DoS attack in
terms of sending a lot of GET requests in a short timespan.
You could also stick a proxy in front of your server and do the rate
limiting there. That could be a good way to trial this out too. As you
could just point a specific client at the proxy to make sure svn
operations all work OK.
Mark
t to look for any web apps you might be using with
your Subversion server such as a repository browser or other tool that
is written in Java. But a vanilla Subversion server (or client) should
be fine.
Mark
?
ASF Infra uses the package provided by the Linux distro they are using
rather than building and maintaining their own package.
Mark
tool like OpenGrok or Hound:
https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok
https://github.com/hound-search/hound
Mark
d-bean.com/nightly/en/svn.ref.svn.html#svn.ref.svn.sw.search
https://subversion.apache.org/docs/release-notes/1.8.html#svn-log-search
Mark
king copy .svn folder. There was a patch sent to the mailing list
several weeks ago to make this optional. It would be a great feature
for people that work primarily with large binary files.
Mark
adopt in the folder structure. SVN's extreme flexibility has also
made it difficult to develop some of the features we wanted like merge
tracking because it became an endless slog of dealing with weird edge
cases.
Mark
On Thu, Oct 28, 2021 at 11:15 AM Stefan Sperling wrote:
>
> On Thu, Oct 28, 2021 at 10:24:55AM -0400, Mark Phippard wrote:
> > SVN's design handles renames well from a version control history point
> > of view, but it does not handle them well when doing things like merg
so that a user
was not forced to checkout unwanted files. Aside from the rename
handling, I think Git is better because of the code review workflows
it can provide better than SVN.
Mark
want to use a GUI client like TortoiseSVN. I have
not followed that recently but it is usually pretty active and there
is always room to make significant improvements in GUI clients that do
not require any changes in the core SVN API as most of them are just
about optimizing workflows.
Mark
es prefer"
directive to your Apache conf. See:
https://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default
Mark
On Sun, Oct 17, 2021 at 11:01 AM Nathan Hartman
wrote:
>
> On Sat, Oct 16, 2021 at 9:25 AM Mark Phippard wrote:
> >
> > In terms of the policy, I think it should be that our latest LTS
> > release must be available. If they have other packages available that
> > i
d so
they need to provide an older version. I would be OK with an exception
like this but I would prefer to have the packagers raise it to us.
Mark
process. It has been a documented limitation since SVN 1.7 release
notes: https://subversion.apache.org/docs/release-notes/1.7#httpd-2.4-support
Mark
s opposed to the
TortoiseSVN GUI, but that is the best way to learn. TSVN can install the
command line client as part of its installer.
If you are on MacOS os Linux, then just install the command line client and
try that ... again using a local repository and file:// protocol.
Mark
On Mon, Oct 4, 2021 at 1:00 PM Sean McBride wrote:
>
> On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said:
>
> >I personally use Homebrew. The SVN package is all precompiled so it is
> >easy to install. Myself and other SVN devs have even improved the
> >formu
On Oct 4, 2021, at 12:00 PM, Nathan Hartman wrote:
>
> On Mon, Oct 4, 2021 at 11:44 AM Mark Phippard wrote:
>>
>>> On Mon, Oct 4, 2021 at 11:24 AM Daniel Sahlberg
>>> wrote:
>>>
>>> If "only providing outdated versions" is a reason
eption we made and
that was after they added the command line binaries as part of their
installer. But AFAIK, clients like Cornerstone and Versions are GUI
clients. Other clients with a long and close relationship with SVN
such as Subclipse and AnkhSVN have never been listed on this page for
that reason.
Thanks
Mark
ack to SVN from the OS. So Google "Too
many levels of symbolic links" if you have not already and you may
find some ideas.
Mark
On Sun, Oct 3, 2021 at 7:17 PM Sean McBride wrote:
> On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said:
>
> >Homebrew and MacPorts are both listed.
>
> I saw that, but I thought they required Xcode...
>
> >Honestly once those projects
> >supported SVN it kin
helped to get the package fully working on the new Apple Silicon.
Mark
On Mon, Jul 19, 2021 at 6:21 PM Mark Phippard wrote:
>
> On Mon, Jul 19, 2021 at 5:36 PM Daniel Sahlberg
> wrote:
> >
> > Den tis 13 juli 2021 kl 15:44 skrev Branko Čibej :
> >>
> >> On 10.06.2021 07:44, Daniel Sahlberg wrote:
> >> >
guide:
> https://techcommunity.microsoft.com/t5/iis-support-blog/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world/ba-p/846222,
> rewriting incoming request to http://127.0.0.1:81/{R:1}
>
> Now IIS is doing SSL offloading and forwarding the (unencrypted) traffic
> internally to VisualSVN Server.
>
> I've so far just made some minor tests, will migrate our production
> repositories and do more detailed testing in the next few days.
Try the svn copy command and see if that works. It usually will not
until/unless the HTTP "Destination" header is rewritten. You can do
this on the Apache side if IIS cannot do it.
Mark
On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote:
>
> Hi, Mark
>
> How can i enable svnsync logging to debug process?
Please keep replies on list. It is best to keep the audience as wide
as possible.
I am not aware of any great ways to log from a client other than using
Wiresha
ail for
the same reason. My guess is that since this is such a large transaction a
timeout is happening somewhere between the svnsync (client) and your server.
I realize that does not help a lot but it does mean you might be able to
tune your server or client and get it to work and sync this revision.
Mark
>
ere is nothing obvious in
your example where it seems like your shell would do something
unexpected.
Mark
slightly older version included in MacOS. The PR can always be
reverted if there turns out to be an issue.
Thanks
Mark
On Fri, May 21, 2021 at 2:14 PM jackson wrote:
>
> HI Mark ,
>
> Thank you so much , i will enable the debug mode and do the testing and let
> you know once done.
I would suggest taking a look at the Apache error.log once you do as
it will grow very fast. The LDAP module log
ld lead to some
solutions. From what you have provided so far though, it sounds like
the solutions would be in Apache httpd fixes more than it would be
Subversion.
Mark
advise on this please
>
>
> Also let us know we can do rsync for this?
>
> Thanks & Regards,
> Jackson J
You do not have to do anything. Just point the new server at the existing
repositories or move them to new location. You can use rsync, tar or whatever
method you prefer.
Mark
I created a PR to switch Homebrew to the system sqlite.
https://github.com/Homebrew/homebrew-core/pull/76970
Feel free to comment on the PR if you have any concerns or want to
support the change.
Thanks
Mark
On Mon, May 10, 2021 at 9:33 AM Mark Phippard wrote:
>
> On Sun, May 9, 2021 at
On Sun, May 9, 2021 at 11:40 AM Mark Phippard wrote:
>
> Looking for some ideas ...
>
> I just submitted a PR to Homebrew to build JavaHL on Apple Silicon:
>
> https://github.com/Homebrew/homebrew-core/pull/76900
>
> In testing this I came across a problem I also have run
Looking for some ideas ...
I just submitted a PR to Homebrew to build JavaHL on Apple Silicon:
https://github.com/Homebrew/homebrew-core/pull/76900
In testing this I came across a problem I also have run into on Intel.
I think this started happening in Big Sur but it could also be a
recent Eclip
R, so not sure how that front
> will develop.
Thanks for updating back, and good to know Eclipse is making its way
towards supporting Apple Silicon. If I get some time, I will take a
look at the Homebrew formula and submit a PR if I get anywhere with
it.
Mark
amiliar with the SASL options in the client config, but this
is an example from the documentation:
--config-option servers:global:http-library=serf
So any value from the servers or config file can be passed on the command line.
Hope this helps
Mark
JVM. This means that
the JVM can only load native libraries that are the same architecture.
So you actually need Subversion and the JavaHL library compiled for
Intel processors.
I have held off on installing Eclipse on my Mac until it supports Apple Silicon.
Mark
homebrew-core/blob/HEAD/Formula/subversion.rb#L24
I wonder if this could be improved now because AFAIK, they are
supporting OpenJDK on Apple Silicon in Homebrew now. So it seems like
they could add the Java bindings back to the Subversion formula.
Mark
Nathan,
Thank you for the very detailed response. I will look into these.
Much appreciated!
Mark Rutz<mailto:mark.r...@comtechmobile.com>
From: Nathan Hartman
Sent: Monday, February 1, 2021 3:58 PM
To: Mark Rutz
Cc: users@subversion.apache.org
Subject: Re: Migrate from StarT
strategies and tools.
Mark Rutz<mailto:mark.r...@comtechmobile.com>
Test Engineering Manager
Comtech Mobile Datacom Corporation<http://www.comtechmobile.com/>
(240) 686-3362 (w)
(202) 843-4678 (c)
NOTICE TO RECIPIENT: This email, including attachments, may contain information
which i
nkins there is probably more than one way to do this,
but here is one I have used:
https://plugins.jenkins.io/credentials-binding/
Mark
se
problems are fixable and the next rsync would still work and would fix the
problem too.
The safer way is to use svnadmin hotcopy but you would have to script it
since you need to run it for each repository. The advantage of rsync is
that you can just process the entire root folder where your repositories
are stored.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
On Wed, Nov 4, 2020 at 4:32 PM Nathan Hartman
wrote:
> On Wed, Nov 4, 2020 at 3:32 PM Mark Phippard wrote:
> >
> > Just a general fyi ... I went to https://svn.haxx.se/ today to search
> the lists and noticed there is a banner on the site saying it is going
> offline forev
rote the code assumed it failed to
get a lock because it was already locked. If the problem is anti-virus that
could be true as the A/V software may have started scanning the files and
is preventing the SVN server from locking them. We certainly see that type
problem happen in working copies on Windows fairly regularly.
--
Thanks
Mark Phippard
it is.
--
Thanks
Mark Phippard
straight up not a problem and I would never entertain it
as one. The second one is somewhat a problem though "3" is an arbitrary
number and there are a lot of ways to deal with brute force login attempts.
For example, SVN Edge throttles the login attempts making it impractical
"-extfile" option of the
# "openssl x509" utility, name here the section containing the
# X.509v3 extensions to use:
So this solution is only going to help if you have the same problem, but
maybe you can follow the same path towards finding your solution.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
issued in the top dir
> propagate into the support dir and update these files too?
>
Yes, if you use the svn:externals feature to do this:
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html
Mark
unsubscribe
Mark Eramo
Manager, Salesforce Administration, HBS IT
Travis 307
Harvard Business School
Soldiers Field
Boston, MA 02163
phone: 617.495.2421
email: mer...@hbs.edu<mailto:mer...@hbs.edu>
https://www.hbs.edu/it
twitter.com/HarvardHBS
On Sat, Apr 25, 2020 at 2:18 PM Daniel Shahaf
wrote:
> Mark Phippard wrote on Sat, 25 Apr 2020 18:01 +00:00:
> > But the final goal should be something like this (in order of
> importance):
> >
> > 1. Do not store a pristine in working copy for the file
> > 2.
On Sat, Apr 25, 2020 at 1:54 PM Johan Corveleyn wrote:
> On Sat, Apr 25, 2020 at 11:18 AM Daniel Shahaf
> wrote:
> >
> > Karl Fogel wrote on Fri, 24 Apr 2020 13:43 -0500:
> > > On 24 Apr 2020, Mark Phippard wrote:
> > > >I think this would be a good i
to
restore a binary.
If I can find any of those old threads I will share them. So far the only
one I found was about how using a larger xdelta window size could give
better compression, but the thread I recall was about not doing it at all.
It also assume that the xdelta is of no real value because it does not
shrink the amount of bytes that have to be transferred.
--
Thanks
Mark Phippard
ver worked this way. The svn:ignore property only ignores
new unversioned files from being added. Perhaps you were using a GUI client
in the past that offered a feature like you describe? I doubt it would have
piggy-backed off the svn:ignore property though. More likely the GUI would
have added its own property.
Mark
> >
> >
> > Is there currently any workaround to this without building Subversion
> from source cod
>
> Use python 3.
>
>
The bindings do not support Python 3, so that is not an option. The
upcoming Subversion 1.14 LTS release will add support for Python 3 but
until then once has no choice but use Python 2 if they are using the
bindings.
Aside from that ... unfortunately I have no help to offer on the original
problem.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
?"
> type message
>
I have always been under the impression the client and server just
negotiate the availability of KeepAlive and manage with our without it.
That said, since SVN 1.7 the client has needed KeepAlive enabled for
performance to be decent:
http://subversion.apache.org/docs/re
t threads on this. Here is one:
https://svn.haxx.se/users/archive-2017-10/0072.shtml
Mark Phippard
http://markphip.blogspot.com/
shown any examples of where or how you are limited. It has
to be some other product like an IDE or something.
Mark
entially renamed the file when you changed the case. Subversion is
case-sensitive even if the OS is not. You could rename the back to the
original case or use the svn mv command to tell Subversion about the rename.
https://subversion.apache.org/faq.html#case-change
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
for a global file for configuration?
>
>
The location hierarchy is explained in the book here:
http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html
--
Thanks
Mark Phippard
For a server using 1.9.x is fine. I mostly use SVN 1.8.
You are not missing much just some of the fixes since 1.9.7
http://svn.apache.org/repos/asf/subversion/branches/1.9.x/CHANGES
Mark
> On Sep 11, 2019, at 12:41 PM, Stefan Karlsson wrote:
>
> Hi
>
> I have a Synology Di
That had to be a typo. 1.3.9 is the latest Serf release and the one whose
release notes mention 1.1.1.
Mark
On Wed, Sep 4, 2019 at 9:03 AM swdev wrote:
> Just downloaded serf-1.3.2 (by editing get-deps.sh).
> Trying to build serf give the same error as per my original post.
> I thi
1 - 100 of 935 matches
Mail list logo