Re: [EXTERNAL] Re: svn crashes when connection to server refused

2022-01-18 Thread Marco Atzeri

On 18.01.2022 18:31, Brian Inglis wrote:

On 2022-01-17 23:15, Marco Atzeri wrote:

On 18.01.2022 03:03, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote:


Submitted details for adding Cygwin packages to the Apache Subversion 
Binary Packages web page:


 https://subversion.apache.org/packages.html

to the Subversion ML:

 https://lists.apache.org/list?us...@subversion.apache.org:2022-1

Also noticed that current subversion cygport, patches, etc. are not yet 
checked in to the git-cygwin-packages repo:


https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/subversion.git;a=summary 



Now they are in sync.

Uploading to git repository is always one of the things to do later ...

Regards
Marco



--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [EXTERNAL] Re: svn crashes when connection to server refused

2022-01-18 Thread Brian Inglis

On 2022-01-17 23:15, Marco Atzeri wrote:

On 18.01.2022 03:03, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote:

Subversion seems to have along list of upstream issues
can you check if the issue was already noted and solved upstream ?
If so I can deploy a new release.


Looks like 1.14.1 dated Feb 2021 is the latest official release, per 
their website;

and that's what we have in Cygwin.

I also tried to check out and build it right from the repository, but 
there were some
issues  Once finally built I got an error message that the 
https:// scheme wasn’t
supported.  I guess I missed some configuration peculiarities for 
Cygwin (but also,
I noticed that for some reason the source code treats Cygwin as 
Windows -- particularly
how the pathname is assumed to have the drive letters, and that is 
really baffling --

so I am not exactly sure what was meant by that by the SVN developers).



you can rebuild with the same Cygwin setting and patches reusing the
content of the cygwin source packages. You can use Setup to download it.
It should appear under /usr/src.

You will need to install the package cygport to replicate the build

There is large manual to understand the script settings in
usr/share/doc/cygport/html/manual/toc_index.html


Submitted details for adding Cygwin packages to the Apache Subversion 
Binary Packages web page:


https://subversion.apache.org/packages.html

to the Subversion ML:

https://lists.apache.org/list?us...@subversion.apache.org:2022-1

Also noticed that current subversion cygport, patches, etc. are not yet 
checked in to the git-cygwin-packages repo:


https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/subversion.git;a=summary

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [EXTERNAL] Re: svn crashes when connection to server refused

2022-01-18 Thread Brian Inglis

On 2022-01-17 19:03, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote:

Subversion seems to have along list of upstream issues
can you check if the issue was already noted and solved upstream ?
If so I can deploy a new release.



Thanks for the suggestion!
Looks like 1.14.1 dated Feb 2021 is the latest official release, per their 
website;
and that's what we have in Cygwin.
I also tried to check out and build it right from the repository, but there 
were some
issues  Once finally built I got an error message that the https:// scheme 
wasn’t
supported.  I guess I missed some configuration peculiarities for Cygwin (but 
also,
I noticed that for some reason the source code treats Cygwin as Windows -- 
particularly
how the pathname is assumed to have the drive letters, and that is really 
baffling --
so I am not exactly sure what was meant by that by the SVN developers).


You should normally be able to build from git-cygwin-packages repo for 
subversion containing cygport, patches, and any other Cygwin files, but 
the current release has not yet been checked in at:


https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/subversion.git

although you can see from the tree 21 patches were available to apply.

So you have to download the source package which will include the 
current cygport, patches, and any other Cygwin files.


It is often a good idea also to look for relevant source patches 
available in packages' sources from upstream, as well as other distros 
such as Fedora (closely related to and used by some to build some Cygwin 
tools, parts of releases, and packages), Debian, MacPorts, and OpenSuSE 
where available:


https://src.fedoraproject.org/rpms/subversion/tree/rawhide
https://salsa.debian.org/lts-team/packages/subversion/-/tree/master/debian/patches
https://github.com/macports/macports-ports/tree/0a3636ef019083102b8eb19ba230d173a2a37afe/devel/subversion/files
https://github.com/bmwiedemann/openSUSE/tree/master/packages/s/subversion
[Thanks to those who pointed me to those package sources repos]

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [EXTERNAL] Re: svn crashes when connection to server refused

2022-01-17 Thread Marco Atzeri



On 18.01.2022 03:03, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote:

Subversion seems to have along list of upstream issues

can you check if the issue was already noted and solved upstream ?
If so I can deploy a new release.


Thanks for the suggestion!

Looks like 1.14.1 dated Feb 2021 is the latest official release, per their 
website;
and that's what we have in Cygwin.

I also tried to check out and build it right from the repository, but there 
were some
issues  Once finally built I got an error message that the https:// scheme 
wasn’t
supported.  I guess I missed some configuration peculiarities for Cygwin (but 
also,
I noticed that for some reason the source code treats Cygwin as Windows -- 
particularly
how the pathname is assumed to have the drive letters, and that is really 
baffling --
so I am not exactly sure what was meant by that by the SVN developers).

Anton Lavrentiev
Contractor NIH/NLM/NCBI




you can rebuild with the same Cygwin setting and patches reusing the
content of the cygwin source packages. You can use Setup to download it.
It should appear under /usr/src.

You will need to install the package cygport to replicate the build

There is large manual to understand the script settings in
usr/share/doc/cygport/html/manual/toc_index.html



--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


RE: [EXTERNAL] Re: svn crashes when connection to server refused

2022-01-17 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> Subversion seems to have along list of upstream issues
> 
> can you check if the issue was already noted and solved upstream ?
> If so I can deploy a new release.

Thanks for the suggestion!

Looks like 1.14.1 dated Feb 2021 is the latest official release, per their 
website;
and that's what we have in Cygwin.

I also tried to check out and build it right from the repository, but there 
were some
issues  Once finally built I got an error message that the https:// scheme 
wasn’t
supported.  I guess I missed some configuration peculiarities for Cygwin (but 
also,
I noticed that for some reason the source code treats Cygwin as Windows -- 
particularly
how the pathname is assumed to have the drive letters, and that is really 
baffling --
so I am not exactly sure what was meant by that by the SVN developers).

Anton Lavrentiev
Contractor NIH/NLM/NCBI


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple