Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Branko Čibej
On 17. 6. 25 09:45, Daniel Sahlberg wrote: I personally think it should be possible to specify any legal filenames in the --targets file. Files with preceding or trailing whitespace is possible under Linux. It seems NTFS also allow this but the Windows shell trim both ends, cmd.exe allow creati

Re: Deleted files breaks svn info -r HEAD output

2025-06-17 Thread Ondra Medek
IMO it's necessary to distinguish server errors: - "data errors" like files have been deleted. Then issue a warning and continue processing. - and other errors (e.g. internal server error etc.) where processing may stop. Andy On Tue, 17 Jun 2025 at 13:34, Lorenz via users wrote: > > Hi, > > th

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Branko Čibej
On 17. 6. 25 09:45, Daniel Sahlberg wrote: Den tis 17 juni 2025 kl 06:24 skrev Yasuhito FUTATSUKI : Hello, On 2025/06/16 18:06, 管理员 wrote: > If the file name ends with a space, it cannot be save to a file then use the --targets options: > > For example: > > File

Re: Deleted files breaks svn info -r HEAD output

2025-06-17 Thread Lorenz via users
Hi, the non-exiting file case is handled by the client. It generates a warning that the file does not exist in the local database and/or in the file system. I would assume there are different messages for the two cases. in the deleted file case the wrror is generated by the server. The files exis

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Ryan Carsten Schmidt
On Jun 17, 2025, at 02:45, Daniel Sahlberg wrote: > Files with preceding or trailing whitespace is possible under Linux. It seems > NTFS also allow this but the Windows shell trim both ends, cmd.exe allow > creating files with preceding whitespace. I haven't checked macOS. macOS, being a POSIX-

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Daniel Sahlberg
Den tis 17 juni 2025 kl 06:24 skrev Yasuhito FUTATSUKI < futat...@yf.bsdclub.org>: > Hello, > > On 2025/06/16 18:06, 管理员 wrote: > > If the file name ends with a space, it cannot be save to a file then use > the --targets options: > > > > For example: > > > > Files: > > > > /Users/abc/trunk/aaa > >

Re: filename ends with a space, cannot use the --targets option.

2025-06-16 Thread Yasuhito FUTATSUKI
Hello, On 2025/06/16 18:06, 管理员 wrote: > If the file name ends with a space, it cannot be save to a file then use the > --targets options: > > For example: > > Files: > > /Users/abc/trunk/aaa > /Users/abc/trunk/aa // ends with a space. > > create a file: /Users/abc/trunk/1.txt, contents

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-16 Thread Pavel Lyalyakin via users
On Sat, 14 Jun 2025 at 21:39, Graham Leggett via users < users@subversion.apache.org> wrote: > On 14 Jun 2025, at 16:52, Branko Čibej wrote: > > That error comes from Serf; and there's no more descriptive message > available. Looking at the code, this happens when something goes badly > wrong wit

Re: Deleted files breaks svn info -r HEAD output

2025-06-16 Thread Ondra Medek
Hello Lorenz, `svn info` should handle deleted files the same way as nonexistent files, i.e. print a warning (to stderr) and continue processing the next file (param). So, for nonexistent files, the order of params does not matter, the stdout contains output for existing files and warnings are pri

Re: Deleted files breaks svn info -r HEAD output

2025-06-16 Thread Lorenz via users
Hi, think about it: how would subversion reference a file that no longer exists in the repositiory? Anyways, have a look at https://svnbook.red-bean.com/en/1.6/svn.advanced.pegrevs.html Lorenz -- Ondra Medek wrote: >Hello, > >I have an existing file `exist.txt`, nonexistent file `noexist.txt`

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
On 14 Jun 2025, at 16:52, Branko Čibej wrote: > That error comes from Serf; and there's no more descriptive message > available. Looking at the code, this happens when something goes badly wrong > with the network; it can't be the result of something the server sent over > the wire. > > Which

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Branko Čibej
On 14. 6. 25 16:00, Graham Leggett wrote: Hi all, Is there a way to get a more descriptive error message than "An error occurred"? That error comes from Serf; and there's no more descriptive message available. Looking at the code, this happens when something goes badly wrong with the networ

Re: [Bug] Properties diff not subject to external diff command

2025-06-07 Thread Michael Osipov
On 2025/06/07 13:00:15 Branko Čibej wrote: > On 7. 6. 25 12:19, Yasuhito FUTATSUKI wrote: > > Hello, > > > > On 2025/06/07 18:09, Daniel Sahlberg wrote: > >> lör 7 juni 2025 kl. 10:46 skrev Michael Osipov: > >> > >>> Folks, > >>> > >>> using > >>> svn, Version 1.14.5 (r1922182) > >>> übersetzt

Re: [Bug] Properties diff not subject to external diff command

2025-06-07 Thread Branko Čibej
On 7. 6. 25 12:19, Yasuhito FUTATSUKI wrote: Hello, On 2025/06/07 18:09, Daniel Sahlberg wrote: lör 7 juni 2025 kl. 10:46 skrev Michael Osipov: Folks, using svn, Version 1.14.5 (r1922182) übersetzt am Apr 6 2025, um 14:15:38 auf amd64-portbld-freebsd13.4 with config $ cat /usr/local/et

Re: [Bug] Properties diff not subject to external diff command

2025-06-07 Thread Yasuhito FUTATSUKI
Hello, On 2025/06/07 18:09, Daniel Sahlberg wrote: > lör 7 juni 2025 kl. 10:46 skrev Michael Osipov : > >> Folks, >> >> using >> svn, Version 1.14.5 (r1922182) >>übersetzt am Apr 6 2025, um 14:15:38 auf amd64-portbld-freebsd13.4 >> >> with config >> $ cat /usr/local/etc/subversion/config >>

Re: [Bug] Properties diff not subject to external diff command

2025-06-07 Thread Daniel Sahlberg
lör 7 juni 2025 kl. 10:46 skrev Michael Osipov : > Folks, > > using > svn, Version 1.14.5 (r1922182) >übersetzt am Apr 6 2025, um 14:15:38 auf amd64-portbld-freebsd13.4 > > with config > $ cat /usr/local/etc/subversion/config > [helpers] > diff-cmd = colordiff > > Consider the following statu

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-04 Thread Ondra Medek
Ok I see changes are not simple and it could be a bigger change, maybe breaking (relaxing) some current lock rules. But mind that even the current implementation has flaws - SVN-2507. So, my approach is to prefer simplicity and usability over holes-free implementation. From my point of view, it's i

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-03 Thread Branko Čibej
On 3. 6. 25 17:26, Ondra Medek wrote: Remarks to Andreas reply. First, I would like to quote Stefan Küng's comment from SVN-2507: "First, remember that locking is often done by non-technical people (e.g., designers working on images, non-devs working on word docs, ...) so they're happy if they ca

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-03 Thread Ondra Medek
Remarks to Andreas reply. First, I would like to quote Stefan Küng's comment from SVN-2507: "First, remember that locking is often done by non-technical people (e.g., designers working on images, non-devs working on word docs, ...) so they're happy if they can use svn at all." - So, the point is n

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-03 Thread Andreas Stieger
On 2025-06-03 10:59, Daniel Sahlberg wrote: I think the best option would be to teach `svn commit` to SET a lock after commit (much like it can be told to not RELEASE the lock on an already committed file). Then your workflow would be: 1. Create a new empty file. 2. Add it. 3. Commit it, with

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-03 Thread Daniel Sahlberg
Hi, Reading up on SVN-2507 it seems very clear that consensus was that the stale locks after deleting a file with --no-unlock is considered a bug. I haven't checked all use cases but it seems to be some nasty unintuitive problems. I think the best option would be to teach `svn commit` to SET a lo

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-03 Thread Ondra Medek
Thanks for replies to all. Just to the sentence: > Subversion ... can only detect conflicts, not resolve them ... IMO Subversion locks (or locks in general) are a collaboration tool to prevent conflicts (without other communication channels). It works well with files in the repository. It seems

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-02 Thread Branko Čibej
You can only lock files that are in the repository. A new file in the working copy, even after being "svn add"-ed, can't be locked until it's committed. Daniel is correct, tree conflicts are the only mechanism that can reliably detect the issue. Resolving it requires users to talk to each other; S

Re: How to lock or prevent conflicts for a new file with SVN

2025-06-02 Thread Daniel Sahlberg
Hi I think the answer on Stack Overflow is spot on, there is no way to avoid this problem. As already explained there, the tree conflict is probably the easiest solution anyway compared to a ”central naming authority” or other manual workaround. Kind regards Daniel mån 2 juni 2025 kl. 17:22 skrev

Re: SVN Digital Ocean Marketplace image

2025-05-30 Thread Peter Balogh
Hi, I'm happy to share that our image was approved, it's available in DigitalOcean's Marketplace at https://marketplace.digitalocean.com/apps/svnplus There's lot of room for improvement, but let us know, if you see any issues, or if you want to see anything improved You can help us cover o

Re: Detect if a revision is exclusively the result of merge(s)?

2025-05-14 Thread Andreas Stieger
On 2025-05-14 03:41, Sassone, Brian via users wrote: Can I reliably determine if a specific revision is exclusively the result of one or more merge operations? Without resorting to parsing difference listings? No. Changes to svn:mergeinfo are meta-information about the textual or tree cha

Re: Corruption when merging UTF-16 LE files

2025-05-06 Thread Andreas Stieger
Hello Christopher, On 2025-05-05 21:12, Christopher Guinnup wrote: When attempting to merge UTF-16 LE files that have merge conflicts, SVN inserts junk characters, which I suspect are merge conflict notations in the wrong encoding. Last time I checked subversion did not support by default t

Re: Implications of duplicate UUIDs on a server

2025-05-05 Thread Doug Robinson
Andreas: On Wed, Apr 30, 2025 at 5:28 PM Andreas Stieger wrote: > On 2025-04-30 17:07, Doug Robinson wrote: > > On Wed, Apr 30, 2025 at 10:25 AM Doug Robinson > wrote: > >> On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger >> wrote: >> >>> WANdisco is not a typical Subversion server implementati

Re: Apache Subversion 1.14.5 package

2025-05-05 Thread Doug Robinson
Folks: On Sun, May 4, 2025 at 6:07 PM Nico Kadel-Garcia wrote: > On Fri, May 2, 2025 at 2:15 PM Doug Robinson > wrote: > >> On Wed, Feb 12, 2025 at 4:15 PM suruvumohan >> wrote: >> >>> I have been trying to find Subversion 1.14.5 package for Oracle linux >>> 8.x and 9.x platforms, but nowhere

Re: Apache Subversion 1.14.5 package

2025-05-04 Thread Nico Kadel-Garcia
On Fri, May 2, 2025 at 2:15 PM Doug Robinson wrote: > Mohan: > > On Wed, Feb 12, 2025 at 4:15 PM suruvumohan wrote: > >> I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x >> and 9.x platforms, but nowhere I could find them. >> Can someone please help me with the relevant

Re: Apache Subversion 1.14.5 package

2025-05-02 Thread Doug Robinson
Mohan: On Wed, Feb 12, 2025 at 4:15 PM suruvumohan wrote: > I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x > and 9.x platforms, but nowhere I could find them. > Can someone please help me with the relevant package? > >From how I understand things, Oracle linux is a va

Re: Implications of duplicate UUIDs on a server

2025-04-30 Thread Andreas Stieger
On 2025-04-30 17:07, Doug Robinson wrote: On Wed, Apr 30, 2025 at 10:25 AM Doug Robinson wrote: On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger wrote: WANdisco is not a typical Subversion server implementation. For synchronous multi-site replication (as opposed to sv

Re: Implications of duplicate UUIDs on a server

2025-04-30 Thread Doug Robinson
Folks: I missed replying to one more detail that should be corrected. On Wed, Apr 30, 2025 at 10:25 AM Doug Robinson wrote: > On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger > wrote: > >> WANdisco is not a typical Subversion server implementation. For >> synchronous multi-site replication (as

Re: Implications of duplicate UUIDs on a server

2025-04-30 Thread Doug Robinson
Andreas, et. al.: On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger wrote: > > On 2025-04-29 18:53, LWChris wrote: > > Therefore we suspect it was some kind of caching issue in the SVN > > server (WANdisco) due to same path same UUID same commit number; after > > restarting the SVN server, the iss

Re: Implications of duplicate UUIDs on a server

2025-04-30 Thread Andreas Stieger
On 2025-04-29 18:53, LWChris wrote: Therefore we suspect it was some kind of caching issue in the SVN server (WANdisco) due to same path same UUID same commit number; after restarting the SVN server, the issue went away. But I don't know if WANdisco is a "typical server implementation", or if

Re: Implications of duplicate UUIDs on a server

2025-04-29 Thread LWChris
On 2025-04-28 18:11, Andreas Stieger wrote:> However, I am not aware of anything breaking for the server itself, access to the on-disk repository date is purely path based unless I am mistaken.We noticed the issue that all had the same UUID while we were trying to figure out a problem we encountere

Re: SVN MFA

2025-04-28 Thread Andreas Stieger
It has been a while since I worked on that platform, so I cannot test out a working configuration for an authoritative answer. In any case the VisualSVN Server commercial product claims integrated windows AUTH and 2FA support. AndreasOn 28. Apr 2025, at 20:19, Prasu S wrote:Hello Andreas,We are u

Re: SVN MFA

2025-04-28 Thread Prasu S
Hello Andreas, We are using an Apache server, which is installed on a Windows server. We want to implement OTP. We are using Tortoise SVN to access the repositories.I'm checking to see how we can implement MFA. Thanks! Regards, Prasanna On Tue, Apr 22, 2025 at 12:44 PM Prasu S wrote: > Thanks

Re: Implications of duplicate UUIDs on a server

2025-04-28 Thread Andreas Stieger
On 2025-04-28 17:11, LWChris wrote: I intend to quick fix that by calling "svnadmin setuuid" after copying the template, for future repositories. Correct. Recommended for future repositories. But what to do about the existing ones? What are the implications of duplicate UUIDs on a server?

Re: Implications of duplicate UUIDs on a server

2025-04-28 Thread Daniel Sahlberg
Hi, Den mån 28 apr. 2025 kl 17:18 skrev LWChris : > Hi, > > for a long time, a company I am working with now has set up new > repositories using a “template” repository, which is a folder on the server > with a “configured but empty” repository, that was just copied over and > over to the SVN ser

Re: svn status --xml with -u and --depth=empty lost the entry block

2025-04-28 Thread Daniel Sahlberg
Hi, Den sön 27 apr. 2025 kl 13:02 skrev Jian Wang : > Hi~ > I'm coding to use svn in my Unity project, and want find a way to get file > status > I've tried `svn status` command, in most cases it works well, > however when -u and --depth=empty are both enabled, the entry block is > missing. > Th

Re: svn status --xml with -u and --depth=empty lost the entry block

2025-04-27 Thread Lorenz via users
Hi, hm, with depth=empty you're telling svn to only consider the root folder itself. In that case the entry tag would be empty ( and therefore perhaps omitted) in case there are no changes/updates regarding the folder. Lorenz -- Jian Wang wrote: >Hi~ >I'm coding to use svn in my Unity project,

Re: SVN MFA

2025-04-24 Thread Jeffrey Walton
On Tue, Apr 22, 2025 at 11:49 AM Peter Balogh wrote: > > Andreas can you please share more about this? > I've been looking for a solution for this for a while, but I only found > hacks like when entering your password, also add your OTP at the end > every time you do an svn operation Yuk, what a

Re: SVN MFA

2025-04-22 Thread Peter Balogh
Hi, I have rather simple implementation plan, to handle a special response with a 2fa challenge in cli, or by opening a browser window for auth, than storing the session cookie next to usual svn credentials I wrote up my plans in the dev mailing list, I'm happy to further discuss it, before I

Re: SVN MFA

2025-04-22 Thread Prasu S
Thanks Andreas for your quick response. Does Apache Subversion support organisation MFA or external MFA? We are using Tortoise SVN to access the repositories. Is it possible to set up MFA through Tortoise SVN? Thanks On Tue, Apr 22, 2025 at 11:29 AM Andreas Stieger wrote: > Hello, > > On 20

Re: SVN MFA

2025-04-22 Thread Mark Phippard
Supporting this from a CLI is next to impossible. I would look at how it is done with Git and see if it is possible to make the SVN CLI directly use the Git Credential Manager: https://github.com/git-ecosystem/git-credential-manager You would then need to work backwards from there to an Apache sol

Re: SVN MFA

2025-04-22 Thread Peter Balogh
Hi, Andreas can you please share more about this? I've been looking for a solution for this for a while, but I only found hacks like when entering your password, also add your OTP at the end every time you do an svn operation Is a modern OTP or Oauth authentication possible with httpd and the s

Re: SVN MFA

2025-04-22 Thread Peter Balogh
Hi, We're working on contributing a 2FA solution to subversion, if you can share your requirements, we'll try to support it in the future What server are you planning to use? apache or svnserve? What MFA solution would satisfy your requirements? One time passwords, external 2nd factor like Duo

Re: SVN MFA

2025-04-22 Thread Andreas Stieger
Hello, On 2025-04-22 16:37, Prasu S wrote: Our team is using SVN as a version control tool for source code. We are looking into implementing MFA. Does SVN have built-in MFA capabilities? If so, can you please point me to the documentation? I appreciate any help you can provide. Apache Subve

Re: I think I found a Bug on SVN Cleanup

2025-04-19 Thread Branko Čibej
On 17. 4. 25 22:51, Jan Kohlmeyer wrote: Hi Nathan, * Which directory are you in when you run "svn cleanup --remove-unversioned --include-externals"? I am in the root directory of the repository. Did you mean "in the root directory of the working copy"? Subversion working copies are

AW: [EXT] Re: [EXT] Re: I think I found a Bug on SVN Cleanup

2025-04-17 Thread Jan Kohlmeyer
If i am in a or a\b and do this, „Performing status on external“ is not listet. Regards, Jan Von: Nathan Hartman Gesendet: Donnerstag, 17. April 2025 21:19 An: Jan Kohlmeyer Cc: Daniel Sahlberg ; users@subversion.apache.org Betreff: [EXT] Re: [EXT] Re: I think I found a Bug on SVN Cleanup Sie erha

Re: [EXT] Re: I think I found a Bug on SVN Cleanup

2025-04-17 Thread Nathan Hartman
On Thu, Apr 17, 2025 at 9:59 AM Jan Kohlmeyer wrote: > Hi Daniel, > > > >- What will be deleted? > > > > the external Folder in my Repo will be deleted. > > If I have > > > Path: a/b/c > > Url: ^/../OtherDir > > > > And do svn cleanup --include-externals it will not be updated and with svn >

AW: [EXT] Re: I think I found a Bug on SVN Cleanup

2025-04-17 Thread Jan Kohlmeyer
ted in my local copy that I run the cleanup on. Than I can run Update-Command and the ‚c‘ Folder will be checked out again. Grards, Jan Von: Daniel Sahlberg Gesendet: Donnerstag, 17. April 2025 11:34 An: Nathan Hartman Cc: Jan Kohlmeyer ; users@subversion.apache.org Betreff: [EXT] Re: I think I

Re: I think I found a Bug on SVN Cleanup

2025-04-17 Thread Daniel Sahlberg
Den ons 16 apr. 2025 kl 23:27 skrev Nathan Hartman : > On Wed, Apr 16, 2025 at 9:38 AM Jan Kohlmeyer > wrote: > > > > Hi, I think I found a Bug on SVN Cleanup: > > > > > > > > * What steps led to the issue: > > > > > > > > I have an Repository with externals. > > > > One external has a depth of t

Re: I think I found a Bug on SVN Cleanup

2025-04-16 Thread Nathan Hartman
On Wed, Apr 16, 2025 at 9:38 AM Jan Kohlmeyer wrote: > > Hi, I think I found a Bug on SVN Cleanup: > > > > * What steps led to the issue: > > > > I have an Repository with externals. > > One external has a depth of three directorys: > > Path: Dir1/Dir2/Dir3 > > Url: ^/../OtherDir > > > > Run clean

Re: svn unlock all files locked by a specific user

2025-03-24 Thread Branko Čibej
On 19. 3. 25 19:10, Sean McBride wrote: 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. You'll have to script it. You can use 'svn ls -R -v URL' to get the

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

Re: svn unlock all files locked by a specific user

2025-03-19 Thread Andreas Stieger
On 2025-03-19 19:10, Sean McBride wrote: Is there an easy way to force unlock all files currently locked by a specific user? It's easy enough to get a full list: https://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html#svn.advanced.locking.break-steal grep -B3 [...], grep, awk/cu

Re: ./configure --with-berkeley-db gives incomplete message

2025-03-19 Thread Michael Osipov
On 2025/03/18 23:27:58 Yasuhito FUTATSUKI wrote: > Hello, > > On 2025/03/19 3:21, Michael Osipov wrote: > > On 2025/03/18 16:41:07 Nathan Hartman wrote: > >> On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov > >> wrote: > >> > >>> Folks, > >>> > >>> the configure script for 1.14.5 gives me: > >>>

Re: ./configure --with-berkeley-db gives incomplete message

2025-03-18 Thread Yasuhito FUTATSUKI
Hello, On 2025/03/19 3:21, Michael Osipov wrote: > On 2025/03/18 16:41:07 Nathan Hartman wrote: >> On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov wrote: >> >>> Folks, >>> >>> the configure script for 1.14.5 gives me: >>> --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS] >>>

Re: ./configure --with-berkeley-db gives incomplete message

2025-03-18 Thread Michael Osipov
On 2025/03/18 16:41:07 Nathan Hartman wrote: > On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov wrote: > > > Folks, > > > > the configure script for 1.14.5 gives me: > > --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS] > > The Subversion Berkeley DB based files

Re: ./configure --with-berkeley-db gives incomplete message

2025-03-18 Thread Nathan Hartman
On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov wrote: > Folks, > > the configure script for 1.14.5 gives me: > --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS] > The Subversion Berkeley DB based filesystem > library > requires Berkel

Re: Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64

2025-03-10 Thread Branko Čibej
On 10. 3. 25 13:45, John Frankish wrote: Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64 using the same distro (tinycorelinux) and the same machine. Building from source using: CC="gcc -ggdb" CXX="g++ -ggdb" ./configure --prefix=/usr/local -disable-static --locals

Re: Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64

2025-03-10 Thread Branko Čibej
On 10. 3. 25 13:45, John Frankish wrote: Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64 using the same distro (tinycorelinux) and the same machine. Building from source using: CC="gcc -ggdb" CXX="g++ -ggdb" ./configure --prefix=/usr/local -disable-static --locals

Re: Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64

2025-03-10 Thread Branko Čibej
On 10. 3. 25 20:09, Branko Čibej wrote: On 10. 3. 25 13:45, John Frankish wrote: Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64 using the same distro (tinycorelinux) and the same machine. Building from source using: CC="gcc -ggdb" CXX="g++ -ggdb" ./configure --pr

Re: Seeking Feedback on SVNPlus.com – A modern SVN Solution

2025-03-05 Thread Peter Balogh
Hi, I've never used Phabricator, but did spend hours setting up Phorge and it was still not able to create a review from a branch without a command line software on my desktop RhodeCode after setting up, the instructions asked me to create a pull request. There was no button for it, and supp

Re: Seeking Feedback on SVNPlus.com – A modern SVN Solution

2025-03-05 Thread Justin MASSIOT
Hello Peter, Always great to hear fresh initiatives around Subversion :-) Some years ago, I was actively looking for such a tool. And even now that Git is all over the place, I'm convinced that SVN has a role to play. [1] And because Phabricator has winded down, I finally chose *RhodeCode* which i

Re: AW: svnserve frequently die at assertion in utf.c

2025-03-02 Thread Branko Čibej
On 7. 1. 25 10:47, Jäkel, Guido wrote: Building and running the test suite non-parallel shows up a single failure # make clean # EXTRA_CFLAGS="-fsanitize=thread" EXTRA_LDFLAGS="$EXTRA_CFLAGS" make check [...] [028/122] locks-test..

Re: Apache Subversion 1.14.5 package

2025-02-14 Thread Nico Kadel-Garcia
On Fri, Feb 14, 2025 at 7:01 AM Daniel Sahlberg wrote: > > Den ons 12 feb. 2025 kl 22:15 skrev suruvumohan : >> >> Hi Team, >> >> I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x >> and 9.x platforms, but nowhere I could find them. >> Can someone please help me with the r

Re: Apache Subversion 1.14.5 package

2025-02-14 Thread Daniel Sahlberg
Den ons 12 feb. 2025 kl 22:15 skrev suruvumohan : > Hi Team, > > I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x > and 9.x platforms, but nowhere I could find them. > Can someone please help me with the relevant package? > Hi. I think you are better off asking in the su

Re: Inquiry for SVN server

2025-02-03 Thread Daniel Sahlberg
Den mån 3 feb. 2025 kl 12:41 skrev Bhagyashri Narule < bhagyashri.nar...@titagarh.in>: > Hello Apache SVN Team, > > I hope this email finds you well. I am reaching out to inquire about > setting up a *locally hosted SVN server* for our team. We require a > solution that supports *remote access, us

Re: How to restore repositories from backup server

2025-01-17 Thread Daniel Sahlberg
fre 17 jan. 2025 kl. 18:43 skrev Nathan Hartman : > I don't know whether GPG-Agent can be configured to unlock > automatically at startup. (That probably would bring us back to the > issue of how to securely store the pin that would unlock it > automatically; it would probably end up being in plai

Re: How to restore repositories from backup server

2025-01-17 Thread Nathan Hartman
On Fri, Jan 17, 2025 at 7:40 AM Johan Corveleyn wrote: > Oh, and according to this cirata (previously wandisco) blog article it > should be possible to setup a Gnome Keyring without a GUI: > > https://community.cirata.com/s/article/How-to-set-up-encrypted-svn-password-storage-using-gnome-keyring-i

Re: How to restore repositories from backup server

2025-01-17 Thread Daniel Sahlberg
Den fre 17 jan. 2025 kl 07:25 skrev Bo Berglund : > On Fri, 17 Jan 2025 07:03:34 +0100, Daniel Sahlberg > wrote: > > >I agree with Bo here although I don’t understand enough about recent > >Linux-on-the-desktop development. A long time ago, setting DISPLAY was the > >way to declare where you want

Re: How to restore repositories from backup server

2025-01-17 Thread Johan Corveleyn
On Fri, Jan 17, 2025 at 1:27 PM Johan Corveleyn wrote: > > On Fri, Jan 17, 2025 at 7:24 AM Bo Berglund wrote: > ... > > -- > > $ svn --version: > > svn, version 1.14.2 (r1899510) > >compiled Jan 31 2023, 18:14:10 on aarch64-unknown-linux-gnu

Re: How to restore repositories from backup server

2025-01-17 Thread Johan Corveleyn
On Fri, Jan 17, 2025 at 7:24 AM Bo Berglund wrote: ... > -- > $ svn --version: > svn, version 1.14.2 (r1899510) >compiled Jan 31 2023, 18:14:10 on aarch64-unknown-linux-gnu > ... > The following authentication credential caches are available:

Re: How to restore repositories from backup server

2025-01-16 Thread Bo Berglund
On Fri, 17 Jan 2025 07:03:34 +0100, Daniel Sahlberg wrote: >I agree with Bo here although I don’t understand enough about recent >Linux-on-the-desktop development. A long time ago, setting DISPLAY was the >way to declare where you wanted to your GUI to appear. When SSH-ing into a >box you wasn’t

Re: How to restore repositories from backup server

2025-01-16 Thread Daniel Sahlberg
fre 17 jan. 2025 kl. 01:49 skrev Ryan Carsten Schmidt < subversion-2...@ryandesign.com>: > On Jan 16, 2025, at 17:09, Bo Berglund wrote: > > > > It should return the request for password into the channel that issued > the > > command rather than firing up a completely unrelated comm channel. (of >

Re: How to restore repositories from backup server

2025-01-16 Thread Ryan Carsten Schmidt
On Jan 16, 2025, at 17:09, Bo Berglund wrote: > > It should return the request for password into the channel that issued the > command rather than firing up a completely unrelated comm channel. (of course) > > If you get a landline phone call you do not reply in a cellphone, right? I understand

Re: How to restore repositories from backup server

2025-01-16 Thread Bo Berglund
On Thu, 16 Jan 2025 14:24:48 -0600, Ryan Carsten Schmidt wrote: >> Sooo strange that it should throw up something in a completely different >> environment than where the trigger was. > >How should subversion detect that it is running in an ssh session rather than >in a local terminal? > >What do

Re: How to restore repositories from backup server

2025-01-16 Thread Ryan Carsten Schmidt
On Jan 16, 2025, at 10:29, Bo Berglund wrote: > > I have now built an RPi4B device using the latest 64 bit PiOS and on that I > get > a version of svn that *does* allow plaintext password cache. But it also came > with a desktop and the first thing that happened when I tried a subversion > comman

Re: How to restore repositories from backup server

2025-01-16 Thread Bo Berglund
On Mon, 13 Jan 2025 17:45:31 +0100, Daniel Sahlberg wrote: >> A separate RPi4 image can be built here and then transferred over via >> Internet >> so they can burn it to a blank SDcard and start the RPi device up there. >> Once on that netywork I can manage it from here via VPN. >> >> Meanwhile I

RE: Re: How to restore repositories from backup server

2025-01-16 Thread Eliseo Diler
On 2025/01/12 23:29:05 Bo Berglund wrote: > On Sun, 12 Jan 2025 18:39:29 +0100, Daniel Sahlberg > wrote: > > >sön 12 jan. 2025 kl. 18:30 skrev Bo Berglund : > > > >> On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt > >> wrote: > >> > >> >On Jan 12, 2025, at 01:45, Bo Berglund wrote: > >>

Re: How to restore repositories from backup server

2025-01-13 Thread Daniel Sahlberg
mån 13 jan. 2025 kl. 17:36 skrev Bo Berglund : > On Mon, 13 Jan 2025 07:59:35 +0100, Daniel Sahlberg > wrote: > > >Den mån 13 jan. 2025 kl 00:29 skrev Bo Berglund : > > > >> So in which versions has the plaintext cache been removed? > >> > > > >There is no simple answer to this question. The best

Re: How to restore repositories from backup server

2025-01-13 Thread Bo Berglund
On Mon, 13 Jan 2025 07:59:35 +0100, Daniel Sahlberg wrote: >Den mån 13 jan. 2025 kl 00:29 skrev Bo Berglund : > >> So in which versions has the plaintext cache been removed? >> > >There is no simple answer to this question. The best answer I can give is >that in 1.12 the compile time default was

Re: How to restore repositories from backup server

2025-01-12 Thread Daniel Sahlberg
Den mån 13 jan. 2025 kl 00:29 skrev Bo Berglund : > So in which versions has the plaintext cache been removed? > There is no simple answer to this question. The best answer I can give is that in 1.12 the compile time default was changed [1] to stop writing to the plaintext password store. This wi

Re: How to restore repositories from backup server

2025-01-12 Thread Bo Berglund
On Sun, 12 Jan 2025 18:39:29 +0100, Daniel Sahlberg wrote: >sön 12 jan. 2025 kl. 18:30 skrev Bo Berglund : > >> On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt >> wrote: >> >> >On Jan 12, 2025, at 01:45, Bo Berglund wrote: >> >> >> >> I am not specifically interested in a *plaintext* pa

Re: How to restore repositories from backup server

2025-01-12 Thread Daniel Sahlberg
sön 12 jan. 2025 kl. 18:30 skrev Bo Berglund : > On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt > wrote: > > >On Jan 12, 2025, at 01:45, Bo Berglund wrote: > >> > >> I am not specifically interested in a *plaintext* password store, what > I want is > >> to store the passwords locally (e

Re: How to restore repositories from backup server

2025-01-12 Thread Bo Berglund
On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt wrote: >On Jan 12, 2025, at 01:45, Bo Berglund wrote: >> >> I am not specifically interested in a *plaintext* password store, what I >> want is >> to store the passwords locally (encrypted is fine) and accessible by svn when >> the system

Re: How to restore repositories from backup server

2025-01-12 Thread Ryan Carsten Schmidt
On Jan 12, 2025, at 01:45, Bo Berglund wrote: > > I am not specifically interested in a *plaintext* password store, what I want > is > to store the passwords locally (encrypted is fine) and accessible by svn when > the system does not have a GUI desktop. As far as I know, a plaintext password is

Re: How to restore repositories from backup server

2025-01-11 Thread Bo Berglund
On Sun, 12 Jan 2025 06:52:55 +0100, Daniel Sahlberg wrote: >> But it is not working on the Ubuntu server on the main LAN. >> What can I do in order for the script to run without asking for my >> password? >> Svn version on the linux server is: 1.14.1 >> >> I have not used svn on that machine pre

Re: How to restore repositories from backup server

2025-01-11 Thread Daniel Sahlberg
lör 11 jan. 2025 kl. 23:31 skrev Bo Berglund : > On Thu, 9 Jan 2025 15:20:46 +0100, Johan Corveleyn > wrote: > > >On Thu, Jan 9, 2025 at 1:26?PM Daniel Sahlberg > > wrote: > >... > >> The only solution that will make sure you actually have a working sync > >> is to monitor that the sync script co

Re: How to restore repositories from backup server

2025-01-11 Thread Ryan Carsten Schmidt
On Jan 11, 2025, at 16:31, Bo Berglund wrote: > > (I don't know how to craft a Windows bat file to do the checking above so that > is why I turned to the Linux server...) Doesn't the Windows Subsystem for Linux allow you to run Linux scripts on a Windows machine, if that's what you want to do?

Re: How to restore repositories from backup server

2025-01-11 Thread Bo Berglund
On Thu, 9 Jan 2025 15:20:46 +0100, Johan Corveleyn wrote: >On Thu, Jan 9, 2025 at 1:26?PM Daniel Sahlberg > wrote: >... >> The only solution that will make sure you actually have a working sync >> is to monitor that the sync script completes without errors. Maybe you >> could have a script that l

Re: How to restore repositories from backup server

2025-01-09 Thread Andreas Stieger
On 2025-01-09 15:20, Johan Corveleyn wrote: On Thu, Jan 9, 2025 at 1:26 PM Daniel Sahlberg wrote: ... The only solution that will make sure you actually have a working sync is to monitor that the sync script completes without errors. Maybe you could have a script that looks for the svn:sync

Re: How to restore repositories from backup server

2025-01-09 Thread Johan Corveleyn
On Thu, Jan 9, 2025 at 1:26 PM Daniel Sahlberg wrote: ... > The only solution that will make sure you actually have a working sync is to > monitor that the sync script completes without errors. Maybe you could have a > script that looks for the svn:sync-lock property (something like svn proplist

Re: How to restore repositories from backup server

2025-01-09 Thread Daniel Sahlberg
Den tors 9 jan. 2025 kl 13:09 skrev Bo Berglund : ... > > 4) From then on it took a while but it finally reached rev 4521 and exited > successfully. > > Now my two repositories seem to be exactly the same, which is the whole > purpose. > Good, this is exactly what I was expecting - after an inter

Re: How to restore repositories from backup server

2025-01-09 Thread Bo Berglund
On Wed, 08 Jan 2025 15:02:51 +0100, Bo Berglund wrote: >Where can I find a howto that is used with Apache SVN to do the sync config >properly? So I asked ChatGPT and got a reply which I checked against the svnbook and the state of my existing working repositories. This way I could create a new

Re: How to restore repositories from backup server

2025-01-08 Thread Bo Berglund
On Wed, 08 Jan 2025 12:10:33 +0100, Bo Berglund wrote: >Regarding repository names, are they stored anywhere internally in the repo or >is it just the top level directory name? > >If it is "just a name" then I should be able to rename the existing mirror dir >and then create a new "pc" repo desti

Re: How to restore repositories from backup server

2025-01-08 Thread Bo Berglund
e you have fewer but bigger revisions, I would >suspect it to take a lot less time. I know that there are binaries (excutable files) stored along with the sources so those are one big item at a time, I guess... >It sounds like a good plan to make a new repository and re-initialize the >sync. You

  1   2   3   4   5   6   7   8   9   10   >