Re: svn unlock all files locked by a specific user

2025-03-19 Thread Sean McBride
Thanks to you both. I ended up doing this on the server: ``` svnadmin lslocks /usr/local/repositories/reponame/ | grep -B3 "Owner: alice" | grep "Path: " | sed 's/^Path: \//svn unlock --force "/' | sed 's/$/"/' > ~/svnunlock.sh ``` then running that result on my own computer against my local

svn unlock all files locked by a specific user

2025-03-19 Thread Sean McBride
Hi all, Is there an easy way to force unlock all files currently locked by a specific user? Consider an employee that leaves, and needing to then unlock anything she still had locked. Thanks, Sean

Re: svnserve frequently die at assertion in utf.c

2025-01-07 Thread Sean McBride
On 7 Jan 2025, at 2:07, Guido Jäkel wrote: > I'm no developer, but Google probably tell me to add the right flags: Yes, -fsanitize=thread is the main flag. You should also build in debug so that you get filenames and line numbers. Are you saying svn's own test suite does not pass under Thread S

Re: svnserve frequently die at assertion in utf.c

2025-01-06 Thread Sean McBride
On 6 Jan 2025, at 16:32, Daniel Sahlberg wrote: > To me, this proves that my basic program is correct and that with a mutex, > the shared memory is protected and without the mutex we get errors. I have > tested this under both Ubuntu and Guix with the same results. If you really want to prove c

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Sean McBride
On 24 May 2024, at 9:10, Johan Corveleyn wrote: > What lots of people these days are looking for (myself included) is a > > modern "Code Forge" [1][2][3], like GitHub/Lab/... or like the Forgejo > > project [4] with its cloud-hosted platform Codeberg [5], but then for > > Subversion. I've never t

Re: GUI interface to Subversion via web browser?

2024-05-23 Thread Sean McBride
On 22 May 2024, at 17:52, Yasuhito FUTATSUKI wrote: > ViewVC 1.2.3 does not support Python 3. The fact that their newest release, 1.2.3, still requires python 2 does not exactly fill me with confidence with respect to the health of the project. :( Sean

Re: [External] : Re: Can't connect to github anymore

2024-01-16 Thread Sean McBride
On 16 Jan 2024, at 15:44, Daniel Sahlberg wrote: > TortoiseSVN, the Windows client, has some scripts that actually allow > "diffing" of Word and Excel documents. So does Araxis Merge (not affiliated, just a happy customer). Sean

Re: SVN update not working in MacOS Sonoma

2023-10-11 Thread Sean McBride
On 6 Oct 2023, at 10:40, Daniel Sahlberg wrote: > Pavel has confirmed that Subversion works for him without any issues on macOS > 14 FWIW svn 1.14.2 from MacPorts has been working for me fine throughout the macOS 14 beta cycle, and with the final release. Sean

Re: precommit hook to prevent large commits?

2023-03-10 Thread Sean McBride
On 30 May 2019, at 3:12, Andreas Stieger wrote: I'm looking to update my precommit hook to reject commits that are larger than x megabytes. The proposed transaction is passed as a parameter to the hook. Hand that to svnlook (svnlook -t $TXN changed), and iterate over all entries. Filter out

Re: How to accept ~ (obstructed by item of a different kind) status files?

2023-02-21 Thread Sean McBride
On 21 Feb 2023, at 15:57, Nathan Hartman wrote: > $ svn remove --keep-local file > $ svn add file Thanks to you both. Somehow, after all these years, I had no idea you could both svn remove and svn add a file at the same path without a commit in-between. Cheers, Sean

How to accept ~ (obstructed by item of a different kind) status files?

2023-02-21 Thread Sean McBride
Hi all, Today I hit something I never saw before: a ~ in svn status output. Indeed, a file that is a symlink in the repo was (deliberately) changed to a plain file in my working copy. I appreciate that this could be a mistake generally, but when it's deliberate, how do I signal to svn that it'

How much is too much data in an svn repository?

2022-09-22 Thread Sean McBride
Hi all, Our svn repo is about 110 GB for a full checkout. Larger on the server of course, with all history, weighting about 142 GB. There haven't been any performance issues, it's working great. But now some users are interested in committing an additional 200 GB of mostly large binary files.

Re: svn binary packages for macOS

2021-10-06 Thread Sean McBride
On Tue, 5 Oct 2021 17:45:39 -0500, Ryan Schmidt said: >I am a manager of MacPorts. MacPorts supports Mac OS X 10.4 and later >and provides binaries for Mac OS X 10.6 and later. See: > >https://ports.macports.org/port/subversion Ryan, Thanks! That worked for me. It was able to install svn 1.14.

Re: svn binary packages for macOS

2021-10-04 Thread Sean McBride
On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: >I personally use Homebrew. The SVN package is all precompiled so it is >easy to install. Myself and other SVN devs have even improved the >formula over the years. Mark, Not sure if this is veering off-topic for this list, but I've tried usi

Re: svn binary packages for macOS

2021-10-04 Thread Sean McBride
On Mon, 4 Oct 2021 17:23:56 +0200, Daniel Sahlberg said: >I don't pretend to know anything about Macos, but WANdisco is providing >Subversion 1.10.6 for Mac OS 10.9. Is that version of Mac OS supported by >Fink/Homebrew/MacPorts? If not, then I think it is reasonable to keep the >link - at least u

Re: svn binary packages for macOS

2021-10-03 Thread Sean McBride
On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: >Homebrew and MacPorts are both listed. I saw that, but I thought they required Xcode... >Honestly once those projects >supported SVN it kind of removed all of the incentive to publish a >package. That is why we stopped providing one from Co

svn binary packages for macOS

2021-10-03 Thread Sean McBride
Hi all, Not sure who maintains the list of binary packages here: But you should probably remove WANdisco from the list. They haven't published one since version 1.11.1 in 2019 (for any OS):

Re: Cannot locate mod_dav_svn on macosx 10.13 default apache2

2019-09-17 Thread Sean McBride
ve svn through httpd. Personally, I use these: <http://opensource.wandisco.com/osx/> They include the module. Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.

Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Sean McBride
On Sun, 11 Aug 2019 12:18:54 +0800, wuzhouhui said: >I'm searching some review tools which are suitable for codes versioned >by Subversion, any recommends? I've never tried it, but: <https://rhodecode.com/> Cheers, -- _______

precommit hook to prevent large commits?

2019-05-29 Thread Sean McBride
Hi all, I'm looking to update my precommit hook to reject commits that are larger than x megabytes. Anyone out there already done this? Or could suggest how? Thanks, -- Sean McBride, B. Eng s...@rogue-researc

Re: Can we delete file or folder in svn permanently ?

2015-06-17 Thread Sean McBride
On Wed, 17 Jun 2015 14:45:42 -0700, Mohsin said: >I want to delete file / folder from all revisions. Totally delete. Because somebody accidentally committed something like a password? Cheers, -- ____ Sean McBride, B. Eng

E000013: permission denied: doing 'svnadmin upgrade'

2015-05-02 Thread Sean McBride
cquired. Please wait; upgrading the repository may take some time... svnadmin: E13: Can't create temporary file from template 'svn-XX': Permission denied Should I just sudo, or is this a symptom of a real problem? Thanks, -- ______

Re: svn always fails with E120171, but only from some clients

2014-10-24 Thread Sean McBride
d version of OpenSSL or do they use the OS's version? Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

svn always fails with E120171, but only from some clients

2014-10-24 Thread Sean McBride
d it reports at the end: "Verify return code: 0 (ok)" I'm now feeling pretty stuck. :( Any suggestions on what this problem is, or how I can diagnose it further? PS: First post to this list, please be gentle. :) Thanks, -- ______