Re: Compression Question

2021-12-14 Thread Luke Mauldin
When compression is enabled at the SVN level, what exactly does it compress? Does it just compress the original file content and the deltas? > On Dec 14, 2021, at 8:44 AM, Mark Phippard wrote: > > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: >> >> From reading

Compression Question

2021-12-13 Thread Luke Mauldin
From reading the documentation, I can see that Subversion 1.14 supports both zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS which supports native zstd compression. Some of the repos I host are relatively large (60K revisions and 60GB+) and I am wondering what combinat

Re: ASF Subversion version

2021-12-13 Thread Luke Mauldin
AM Stefan Sperling wrote: >> >>> On Mon, Dec 13, 2021 at 07:14:46AM -0600, Luke Mauldin wrote: >>> It looks like the stashing functionality is still experimental. Do you >>> think there will be more funding in the future to complete it or do you >>> think

Re: ASF Subversion version

2021-12-13 Thread Luke Mauldin
021 at 07:21:44PM -0600, Luke Mauldin wrote: >> That really is unfortunate to hear about the lack of funding. I see in the >> past few years there has been a lot of work done on the conflict resolver in >> version 10 and multiple stash implementations in versions 11+. Are those

Re: ASF Subversion version

2021-12-12 Thread Luke Mauldin
”? Luke > On Dec 11, 2021, at 10:21 AM, Stefan Sperling wrote: > > On Sat, Dec 11, 2021 at 06:59:31AM -0600, Luke Mauldin wrote: >> Does the subversion project receive any funding from the ASF to hire >> professional developers to complete more complex tasks or is developm

Re: ASF Subversion version

2021-12-11 Thread Luke Mauldin
2021 10:54Bo Berglund skrev: >> On Fri, 10 Dec 2021 07:59:02 -0600, Luke Mauldin >> wrote: >> >> >Gotcha, thank you. >> > >> >> On Dec 10, 2021, at 7:14 AM, Mark Phippard wrote: >> >> >> >> ?On Fri, Dec 10, 2021 at 8:12 AM Luke

Re: ASF Subversion version

2021-12-10 Thread Luke Mauldin
Gotcha, thank you. > On Dec 10, 2021, at 7:14 AM, Mark Phippard wrote: > > On Fri, Dec 10, 2021 at 8:12 AM Luke Mauldin wrote: >> >> I noticed that the ASF is still running Subversion 1.9.x which was released >> quite a few years ago. Does anyone know why the

ASF Subversion version

2021-12-10 Thread Luke Mauldin
I noticed that the ASF is still running Subversion 1.9.x which was released quite a few years ago. Does anyone know why they haven’t at least upgraded to the 10.x LTS release which itself is over 2 years old at this point? Luke

Re: svndumpfilter: finding source commit for error?

2021-12-09 Thread Luke Mauldin
Did this problematic commit occur due to a bug at the time in Subversion or a user error? Luke > On Dec 9, 2021, at 12:47 PM, Stefan Sperling wrote: > > On Thu, Dec 09, 2021 at 06:29:14PM +, Kristofer wrote: >> Hi Stefan and thanks for the hints. Then I need to line up a lot of >> argumen

Re: Full text search

2021-11-29 Thread Luke Mauldin
We have hound setup and it is nice but it only indexes the HEAD commit and so it isn’t useful for searching history. > On Nov 29, 2021, at 5:30 PM, Mark Phippard wrote: > > On Mon, Nov 29, 2021 at 10:19 AM Luke Mauldin wrote: >> >> I saw the —search argument but that

Re: Full text search

2021-11-29 Thread Luke Mauldin
I saw the —search argument but that only searches commit metadata. I would like to do a search of the changed text of the files in the commit. > On Nov 29, 2021, at 9:14 AM, Mark Phippard wrote: > > On Mon, Nov 29, 2021 at 10:10 AM Luke Mauldin wrote: >> >> Is there a

Full text search

2021-11-29 Thread Luke Mauldin
Is there a recommended way to do a full text search of commits that include changed text. For example if I wanted “svn log” to show me all of that commits that have an added or deleted line that contains “foo”, is that possible? Git has similar functionality in “git log -S foo” Using “svn diff -

Re: Svnadmin verify question

2021-11-03 Thread Luke Mauldin
Does the Svnadmin verify do checksum checks? How does it verify validity? > On Nov 3, 2021, at 1:44 PM, Nathan Hartman wrote: > > On Tue, Nov 2, 2021 at 5:09 PM Luke Mauldin wrote: >> >> Can anyone tell me the details of the svnadmin verify command? Does >> su

Svnadmin verify question

2021-11-02 Thread Luke Mauldin
Can anyone tell me the details of the svnadmin verify command? Does subversion store any internal hash of each commit to verify its correctness and that it has not changed over time due to disk/memory errors or software bugs? Luke Mauldin

Re: Current project status

2021-10-29 Thread Luke Mauldin
On Oct 29, 2021, at 12:36 PM, Mark Phippard wrote: > > On Fri, Oct 29, 2021 at 1:26 PM Luke Mauldin wrote: >> >> Sorry to hear about the Teams / Sharepoint migration, that seems to be >> occurring industry wide. “Its moving to the cloud so it has to be better”. &g

Re: Current project status

2021-10-29 Thread Luke Mauldin
gt; Looking into the subersion apache repository (source code) one can see that > There is continued commiting to the source code. I would not say that this is > a dead project, in contrary. > > From: Luke Mauldin > Sent: Donnerstag, 28. Oktober 2021 15:26 > To: Stuempfig,

Re: Current project status

2021-10-28 Thread Luke Mauldin
. I know that there are various options you can set in Git to allow 90% of text similarity to be tracked as a rename but its just a pain and not intuitive at all. Luke > On Oct 28, 2021, at 8:43 AM, Mark Phippard wrote: > > On Thu, Oct 28, 2021 at 9:26 AM Luke Mauldin wrote: >>

Re: Current project status

2021-10-28 Thread Luke Mauldin
t; > > Regards > Thomas > > From: Justin MASSIOT | Zentek > Sent: Donnerstag, 28. Oktober 2021 09:47 > To: Luke Mauldin > Cc: Nico Kadel-Garcia ; Subversion > > Subject: Re: Current project status > > Luke, > > If the 3D models are "source&

Re: Current project status

2021-10-27 Thread Luke Mauldin
Let me clarify. The binaries can be unity 3d models or other engineering assets. They are not compiled code. > On Oct 27, 2021, at 5:42 PM, Nico Kadel-Garcia wrote: > > On Wed, Oct 27, 2021 at 6:31 PM Luke Mauldin wrote: >> >> We are considering using Subversion for

Current project status

2021-10-27 Thread Luke Mauldin
future of Subversion look like? Is it still being actively worked on? Is anyone sponsoring it? Luke Mauldin