Re: Building Subversion with CMake

2025-05-30 Thread Dr. Thomas Orgis via dev
Am Fri, 30 May 2025 12:13:44 +0200 schrieb Branko Čibej : > In light of which you'll be happy to know that Subversion's autotools > build isn't going anywhere and will remain the preferred build system > for Unix-like platforms. > Microsoft's tooling. CMake is basically a buffer for that, Than

Re: Building Subversion with CMake

2025-05-30 Thread Dr. Thomas Orgis via dev
Hi, I was asked off-list to post a lengtly post-note added to a bug report about the segfault of svn 1.14.5 in uri_escape() as a reply to this old thread, so it is in proper context and may be read with that in mind. So here I am quoting myself in reply to this: am Sat, 27 Jul 2024 21:23:54 +0200

Re: Adressing of below repository root in command line?

2025-05-26 Thread Dr. Thomas Orgis via dev
Am Fri, 23 May 2025 14:02:46 +0200 schrieb Branko Čibej : > >> And of course, if we support "^.", we obviously have to support > >> "^./any/relative/wc/path" in the same way. > > Not sure what you mean. ^/ is the repo root. ^./ is the repo path of > > the current working directory. Naturally, ^.

Re: Adressing of below repository root in command line?

2025-05-22 Thread Dr. Thomas Orgis via dev
Am Tue, 20 May 2025 17:08:21 +0200 schrieb Branko Čibej : > So, no, we don't currently have a syntax for relative URLs that would do > what you propose. I don't know offhand what all the ramifications would > be (other than, well, writing a bushel of tests for that), but if > someone steps forw

Adressing of below repository root in command line?

2025-05-20 Thread Dr. Thomas Orgis via dev
Hi, this may be some thing already convered, but then it may be hidden … I work a lot in a repository with several levels of directories that have copy/merge relations to each other. Hence I often need to do something like $ cd /checkout/some/dir $ svn merge ^/some/dir/foo/bar baz/flu (Ideally I

Re: segfault of svn 1.14.5 in uri_escape(), called by conflict_tree_get_details_local_missing() with NULL argument

2025-05-14 Thread Dr. Thomas Orgis via dev
Am Tue, 13 May 2025 17:55:18 +0200 schrieb Stefan Sperling : > In any case, I have nominated this fix now, so this issue will be > fixed in 1.14.6. > > Can you confirm that this fix helps your problematic case, too? > The patch is included below. Thanks a lot! I confirm that the patch fixes the

segfault of svn 1.14.5 in uri_escape(), called by conflict_tree_get_details_local_missing() with NULL argument

2025-05-09 Thread Dr. Thomas Orgis via dev
Dear all, recently my subversion build crashed on an internal repository of build scripts and patches. The operation svn merge ^/package/pkgsrc/devel/patches-2025Q1 patches-cvs/ was suppose to merge back changes from one patches directory to another. This results in a segfault due to a