Re: Windows Build

2021-02-18 Thread Thomas Singer

Hi Alan,

This reads for me just like setting up Ubuntu 20.04 in Virtualbox, but 
is not related to Subversion. Did you miss some Subversion-relevant 
steps at the end?


BR
Tom


On 2021-02-18 19:47, Alan Fry wrote:

On Wed, Feb 17, 2021 at 11:31 AM Nathan Hartman 
wrote:


On Wed, Feb 17, 2021 at 11:12 AM Alan Fry  wrote:

For all that helped w/ the Linux build, thank you, I have a set of
repeatable build instructions for Subversion on linux.  If there is
value, I'd be happy to post those.  I verified those instructions
last night, building from ground up a VM that builds and
successfully runs 'make check'.


Yes, please do! It will likely help others. Also perhaps others will
chime in and offer suggestions on easier ways to do some things.



Sure.  For anyone who would like them, they are below.  Note that I have
not formatted them, so maybe soon I'll write up a nice html/markdown for
them.

 start

To generate a virtual machine that builds SVN
Download iso: ubuntu-20.04.2-desktop-amd64.iso



Create a new virtual machine in Virtualbox
Name:  SVN Build
OS: Linux / Ubuntu 64bit
4096MB of ram
virtual hard disk
VDI (Virtualbox Disk image)
Dymanic allocated
Max 200g

Select your VM and click settings:

System tab:
Deselect floppy
Set to 4 processors

Display Tab:
Set video memory to 128k

Start
Select ubuntu-20.04.2-desktop-amd64.iso at boot



At install complete, let the system reboot

When it comes back up, install guest additions :

$ sudo add-apt-repository multiverse
$ sudo apt install virtualbox-guest-dkms virtualbox-guest-x11

restart machine

Your VM machine is now setup.  Log in as the user you have setup.



Re: JavaHL test failure and warning in 1.14.1

2021-02-18 Thread Alexandr Miloslavskiy
Going to take longer, sorry. I'm bombarded with things to take care 
of... While trying to have vacation, huh. Again, of the flaky test 
stands in the way, I wouldn't mind of you just comment it out for now.


Re: svn commit: r1886490 - in /subversion/trunk/subversion: include/private/ libsvn_subr/ libsvn_wc/ tests/cmdline/ tests/libsvn_subr/ tests/libsvn_wc/

2021-02-18 Thread Evgeny Kotkov
Daniel Shahaf  writes:

> Thanks for checking.  How about adding it somewhere, then?

Yes, that will probably be useful.  Would you have an opportunity to do so?


Thanks,
Evgeny Kotkov


Re: Windows Build

2021-02-18 Thread Alan Fry
On Wed, Feb 17, 2021 at 11:31 AM Nathan Hartman 
wrote:

> On Wed, Feb 17, 2021 at 11:12 AM Alan Fry  wrote:
> > For all that helped w/ the Linux build, thank you, I have a set of
> > repeatable build instructions for Subversion on linux.  If there is
> > value, I'd be happy to post those.  I verified those instructions
> > last night, building from ground up a VM that builds and
> > successfully runs 'make check'.
>
> Yes, please do! It will likely help others. Also perhaps others will
> chime in and offer suggestions on easier ways to do some things.
>

Sure.  For anyone who would like them, they are below.  Note that I have
not formatted them, so maybe soon I'll write up a nice html/markdown for
them.

 start

To generate a virtual machine that builds SVN
Download iso: ubuntu-20.04.2-desktop-amd64.iso



Create a new virtual machine in Virtualbox
Name:  SVN Build
OS: Linux / Ubuntu 64bit
4096MB of ram
virtual hard disk
VDI (Virtualbox Disk image)
Dymanic allocated
Max 200g

Select your VM and click settings:

System tab:
Deselect floppy
Set to 4 processors

Display Tab:
Set video memory to 128k

Start
Select ubuntu-20.04.2-desktop-amd64.iso at boot



At install complete, let the system reboot

When it comes back up, install guest additions :

$ sudo add-apt-repository multiverse
$ sudo apt install virtualbox-guest-dkms virtualbox-guest-x11

restart machine

Your VM machine is now setup.  Log in as the user you have setup.


Re: svn commit: r1886490 - in /subversion/trunk/subversion: include/private/ libsvn_subr/ libsvn_wc/ tests/cmdline/ tests/libsvn_subr/ tests/libsvn_wc/

2021-02-18 Thread Daniel Shahaf
Evgeny Kotkov wrote on Thu, 18 Feb 2021 11:23 +00:00:
> Daniel Shahaf  writes:
> 
> > > Noting that this change only fixes "svn checkout", but not "svn export".
> > > Export uses a separate implementation of the delta editor, and it should
> > > be possible to update it in a similar way — but I'm leaving that for
> > > future work for now.
> >
> > Are this problem and its proposed solution documented in a jira ticket?
> 
> No, I don't think so.
> 
> (Apparently, SVN-3264 [1] describes the checkout case, but I haven't done
> a thorough search to see if export is mentioned somewhere.)
> 

Thanks for checking.  How about adding it somewhere, then?

Cheers,

Daniel

> [1] https://issues.apache.org/jira/browse/SVN-3264
> 
> 
> Regards,
> Evgeny Kotkov
>


Re: svn commit: r1886490 - in /subversion/trunk/subversion: include/private/ libsvn_subr/ libsvn_wc/ tests/cmdline/ tests/libsvn_subr/ tests/libsvn_wc/

2021-02-18 Thread Evgeny Kotkov
Daniel Shahaf  writes:

> > Noting that this change only fixes "svn checkout", but not "svn export".
> > Export uses a separate implementation of the delta editor, and it should
> > be possible to update it in a similar way — but I'm leaving that for
> > future work for now.
>
> Are this problem and its proposed solution documented in a jira ticket?

No, I don't think so.

(Apparently, SVN-3264 [1] describes the checkout case, but I haven't done
a thorough search to see if export is mentioned somewhere.)

[1] https://issues.apache.org/jira/browse/SVN-3264


Regards,
Evgeny Kotkov