Hello,
How to check supported platform for particular subversion version?
I wanted to check if currently installed subversion supports MS server 2016.
Rakshith Nayak M
Cell:- +919632087075
=-=-=
Notice: The information contained in this e-mail
message and/or attachments t
Hello,
As I read the SVN LTS policy, it states that support ends 4 years
after the initial release. Since Subversion 1.9 was released on Aug 5,
2015, does that now mean subversion 1.9 will not longer receive
security patches (now that it is Aug 6th)?
Thank you,
Ed
On 06.08.2019 16:08, ken edward wrote:
> Hello,
>
> As I read the SVN LTS policy, it states that support ends 4 years
> after the initial release. Since Subversion 1.9 was released on Aug 5,
> 2015, does that now mean subversion 1.9 will not longer receive
> security patches (now that it is Aug 6th
Barry Scott wrote on Mon, 05 Aug 2019 10:14 +00:00:
> Changes:
> * Built against subversion 1.12.2, 1.11.1, 1.10.6 and 1.9.12
Subversion 1.11.1 is no longer supported by the Subversion project (it was a
non-LTS release).
Subversion 1.9.12 may have EOL'd yesterday; we're currently discussing tha
About 2 years ago I have created an SVN a setup where the production server
runs VisualSvn 3.7 (using svn 1.9.7 I believe) on Windows Server 16.
For backup I have set up another svn server on an Ubuntu Server 18 LTS and I am
using svnsync nightly to replicate all changes from the production serv
> On 6 Aug 2019, at 15:50, Daniel Shahaf wrote:
>
> Barry Scott wrote on Mon, 05 Aug 2019 10:14 +00:00:
>> Changes:
>> * Built against subversion 1.12.2, 1.11.1, 1.10.6 and 1.9.12
>
> Subversion 1.11.1 is no longer supported by the Subversion project (it was a
> non-LTS release).
>
> Subve
Hello,
Build box is an Ubuntu 18.04 where only standard system updates are applied.
Built svn 1.11.0 from sources with no problems, now trying to build the latest
1.12.2 is throwing the following error.
[...]
cd subversion/svnmucc && /bin/bash "/usr/local/src/subversion-1.12.2/libtool"
--ta
Nevermind.
Seeing that /usr/local/lib was included in the compile line as "rpath", I tried
moving all existing libsvn_* files from /usr/local/lib to an "old_1.11"
directory (they came from the 1.11 compilation)
After that, "make" just went fine.
Regards,
Juanga
I have a svn 1.9.7 system to maintain.
The main server (on Windows Server 2016) is backed up using svnsync over the
Internet to a backup server set up on Ubuntu Server 18 LTS.
The backups are done using a batch file running once every night on the main
server.
Each repository is synced using a co