Re: Implications of duplicate UUIDs on a server

2025-04-28 Thread Daniel Sahlberg
igration very difficult. We have - so far - decided against changing the UUIDs for the very reasons you mention. We almost never relocate (having a dedicated svn.example.com domain name which will not change, and no reasons to rename the repositories) and we never do foreign repository merges. Cheers, Daniel

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

2025-04-28 Thread Daniel Sahlberg
robably reasonable to indicate that "we stopped recursing on ddd.meta because it is a local file/path". But I could see a point in arguing that we shouldn't return an at all in these cases. > > So why when -u and --depth=empty are both enabled, the entry block is > missing? How can I tell if the target is unversioned in this case? > I assume you need -u to catch the case when the file is actually version controlled and is changed in the repository. Is there a particular reason why you need --depth=empty? Kind regards, Daniel

Re: I think I found a Bug on SVN Cleanup

2025-04-17 Thread Daniel Sahlberg
2 echo Expected outcome: No change to junk files, remain at tree layout 3 svn cleanup --include-externals "%WC%" echo Status: svn st pause echo Test 3 echo Expected outcome: Removal of junk files, back to tree layout 2 svn cleanup --include-externals --remove-unversioned echo Status: svn st pause cd .. ]]] (I've added som svn st and pauses between each test to allow inspecting the working copy). Relevant output: [[[ Test 1 Expected outcome: No change to junk files, remain at tree layout 3 Status: X top\a\b\c\d Performing status on external item at 'top\a\b\c\d': ? top\a\b\c\d\e\f\junk1.txt ? top\a\b\c\d\e\f\junk2.txt ? top\a\b\c\d\e\f\junk3.txt Press any key to continue . . . Test 2 Expected outcome: No change to junk files, remain at tree layout 3 Performing cleanup on external item at 'top\a\b\c\d'. Status: X top\a\b\c\d Performing status on external item at 'top\a\b\c\d': ? top\a\b\c\d\e\f\junk1.txt ? top\a\b\c\d\e\f\junk2.txt ? top\a\b\c\d\e\f\junk3.txt Press any key to continue . . . Test 3 Expected outcome: Removal of junk files, back to tree layout 2 Performing cleanup on external item at 'top\a\b\c\d'. D top\a\b\c\d\e\f\junk1.txt D top\a\b\c\d\e\f\junk2.txt D top\a\b\c\d\e\f\junk3.txt Status: X top\a\b\c\d Performing status on external item at 'top\a\b\c\d': Press any key to continue . . . ]]] I'd say it behaves as expected, but I fear we're missunderstanding what you mean is deleted (and what the expected behaviour is). Kind regards, Daniel

Re: Apache Subversion 1.14.5 package

2025-02-14 Thread Daniel Sahlberg
off asking in the support forums provided by Oracle. Kind regards, Daniel

Re: Inquiry for SVN server

2025-02-03 Thread Daniel Sahlberg
gest specific external vendors due to our requirement of being unbiased and vendor neutral. The Subversion website has a page with links to binary packages (see https://subversion.apache.org/packages.html). This is probably a good starting point, but there may be additional vendors not listed on this page. Kind regards, Daniel Sahlberg

Re: How to restore repositories from backup server

2025-01-17 Thread Daniel Sahlberg
nderstand the links (but I only read it quickly) the idea was to chain a pam module into the authentication to unlock the keychain (which require the same password for the account as for the keychain). It would work very much as Windows’ password store. Cheers Daniel

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 > &

Re: How to restore repositories from backup server

2025-01-16 Thread Daniel Sahlberg
e same uses logged in on the local console as the one running the ssh session. But we are running very much off-topic here. From a Subversion perspective we are just asking the password manager to get the password and then it is out of our hands. Cheers Daniel

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? > >> > > >

Re: How to restore repositories from backup server

2025-01-12 Thread Daniel Sahlberg
staller for the Ubuntu distribution? > You can always build your own. Otherwise I'd suggest you contact Canonical's support. Cheers, Daniel [1] https://subversion.apache.org/docs/release-notes/1.12.html#client-server-improvements [2] https://subversion-staging.apache.org/docs/release-n

Re: How to restore repositories from backup server

2025-01-12 Thread Daniel Sahlberg
available. But they are not very well suited for scheduled jobs since there is no user to unlock the keyring. And if the keyring is not locked, then there isn’t a big difference compared to storing the password in plain text. Cheers Daniel

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 >

Re: How to restore repositories from backup server

2025-01-09 Thread Daniel Sahlberg
ly 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 -v --revprop -r0 http://remote.server.tld/svn/repo) at a time when the sync SHOULD have completed? Kind regards, Daniel

Re: How to restore repositories from backup server

2025-01-08 Thread Daniel Sahlberg
e lock), you should be able to steal the lock and re-start from where it stopped - you don't need to do this in one big operation. Cheers, Daniel

Re: svnserve frequently die at assertion in utf.c

2025-01-07 Thread Daniel Sahlberg
translator" simultaneously and the error occurs when they try to put it back to the cache. I've been able to reproduce the issue on Debian 10 (running under VirtualBox), so I can check this using the ThreadSanitizer. Kind regards, Daniel Den tis 7 jan. 2025 kl 10:47 skrev Jäkel, Gui

Re: How to restore repositories from backup server

2025-01-07 Thread Daniel Sahlberg
gt;> > >> 1- Make a repo dump on the main server and load that into the mirror. > >> That should bring the mirror to rev 4518 (same as main) > > > >> 2- Check out the involved 3 projects fresh from the main repo > >> > >> 3- Using the emailings as base commit the same files as are listed there > >> Thus recreating the 10 revisions that are missing. > >> > >> 4- Perform a manual sync to the mirror repo to bring that to rev 4528 > I would not do a manual dump/load but rather resolve the lock and do an svnsync syncronize-run to bring the repo up to the same revision as main. Cheers, Daniel

Re: svnserve frequently die at assertion in utf.c

2025-01-06 Thread Daniel Sahlberg
L=N, where N is the number of parallell threads during testing) and does it randomly fail? If you check the tests.log file after a failure, do you see the same assertion as in svnserve? Cheers, Daniel #include #include #include #include #include #include /* Struct for a linked list, store the thre

Re: How to restore repositories from backup server

2024-12-28 Thread Daniel Sahlberg
lör 28 dec. 2024 kl. 15:45 skrev Bo Berglund : > On Sat, 28 Dec 2024 12:13:24 +0100, Bo Berglund > wrote: > > >If the dump file I have for the original repository *can* be used on the > clone > >instead with the suggested commands in a cmd window then I can do a real > test > >before I touch the

Re: How to restore repositories from backup server

2024-12-27 Thread Daniel Sahlberg
ed new txn, based on original revision 1 > * adding path : test ... done. > * adding path : test/a ... done. > > where they place the dumpfile (repos-backup) last with a < char in front > of it. > Does this work on Windows? If so is this correct for this job: > > svnadmin load E:\SVNREPOS\repositoryname < dumpfilename > > I don't want to do this erroneously and screw up the repositories Do a backup and just try? Cheers Daniel > > TIA > > -- > Bo Berglund > Developer in Sweden > >

Re: How to restore repositories from backup server

2024-12-22 Thread Daniel Sahlberg
the file:// protocol, you may replace this with http:// or svn:// depending on your deployment situation. Also note that I'm doing this on a single machine so you need to consider which machine to do each step. First I setup two repositories, one main and one which will be the mirror:

Re: svnserve frequently die at assertion in utf.c

2024-12-18 Thread Daniel Sahlberg
leaning towards a race condition with separate threads accessing the same translate handler simultaneous and some error in the mutex/atomic-swap handling. There was a previous report with some issue running Subversion on Guix where we tracked it down to mutexes not really behaving giving the mutex guarantees. I never found the actual solution, only that several threads were able to aquire the same mutex simultaneous. Cheers, Daniel

Re: mod_authz_svn single tree access

2024-12-16 Thread Daniel Sahlberg
e > desired path. > > Cheers > Richard Tresidder > > Hi, That is a very useful feature, unfortunately I'm not sure if there is anyone with enough time to implement it. A patch would be highly welcome. I know this exact functionality exists in at least one o

Re: Inquiry on Setting Up Apache Subversion with Azure AD Integration

2024-12-11 Thread Daniel Sahlberg
;2. *Best Practices*: Any recommended best practices for maintaining >and securing our Subversion setup. > > We appreciate your assistance and look forward to your detailed response. > If there are any additional resources or documentation that you can > provide, it would be g

[SECURITY][ANNOUNCE] Apache Subversion 1.14.5 released

2024-12-08 Thread Daniel Sahlberg
tures: Stefan Sperling [rsa2048/4F7DBAA99A59B973] with fingerprint: 8BC4 DAE0 C5A4 D65F 4044 0107 4F7D BAA9 9A59 B973 Nathan Hartman (CODE SIGNING KEY) [rsa4096/583F00ADF981C39F] with fingerprint: 3F8E 467C B336 6E30 13E1 120D 583F 00AD F981 C39F Daniel Sahlberg [ed

Re: SVN Invalid Authz Configuration

2024-11-25 Thread Daniel Sahlberg
ment for autentication/authorization to pinpoint the exact issue - and if there is an issue in the authz-db file, try to remove part of it to figure out where the error lies. Hope it works out and please report back if you find the issue. Kind regards, Daniel >

Re: svn log gives E130003: Malformed XML via DAV

2024-10-19 Thread Daniel Sahlberg
evprops, > svn_boolean_t descending_order, > ``` Thank you for the patch! I've comitted this in r1921423. Kind regards, Daniel

Re: [PATCH] Fix missing log-item close tag in on-the-wire XML

2024-10-15 Thread Daniel Sahlberg
d_inner_call() > could be merged into interesting_merge() if you prefer that. > Thank you for the patch! In the discussion about issue 4177, Daniel Shahaf mentioned that there was an inconsistency about the number of times the receiver callback was called, so it seems likely you have found that is

Re: How to delete fiiles on the server that were accidentally part of an import?

2024-09-24 Thread Daniel Sahlberg
we can improve the book to be more clear in this regard - feel free to make a suggestion. Kind regards, Daniel

Re: Issue with SVN Checkout Due to Malformed XML Response

2024-09-10 Thread Daniel Sahlberg
ould be named this way. But before spending more time, can you please investigate if you can reproduce the issue with the latest version? Kind regards, Daniel

Re: [EXTERNAL] Re: svnsync Error About Disallowed "non-regular" Property

2024-08-17 Thread Daniel Sahlberg
1992-01-29T13:14:31.00Z > That is really weird. Are you sure the host "my" actually resolves to the same machine on both computers? Are you sure there are no proxies that affect the replies (in particular from remote-host)? Kind regards, Daniel

Re: Compatibility of Subversion 1.10

2024-08-06 Thread Daniel Sahlberg
if you run into trouble. Red Hat will probably make sure that the versions of Apache Httpd, Perl etc included in RHEL are compatible with the version of Subversion in the same distribution. It is probably best to direct any questions through your support contract with Red Hat. Kind regards, Daniel Sa

Re: [Bugs] svnlook history --limit

2024-07-24 Thread Daniel Sahlberg
d...@subversion.apache.org or start a issuse first. > Please send it to d...@subversion.apache.org. The issue tracker is only used for long-standing issues. Kind regards Daniel

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Daniel Sahlberg
k out new working copies. Please check the help texts for more information. Kind regards, Daniel > > Regards, > > > <https://www.youtube.com/user/trustncdex> <https://twitter.com/ncdex> > <https://www.linkedin.com/company/27547/> > <https://www.

Re: Nginx reverse proxy corrupting filenames

2024-06-20 Thread Daniel Sahlberg
> > { > > set $fixed_destination http$1; > > } > > proxy_set_header Destination $fixed_destination; > I have absolutely no experience with Nginx but this seems to set the Destination header, much like the examples in the FAQ for IIS. But it seems it keep the hostname and port - maybe you need to change it a bit more to match what Apache Httpd is expecting (hostname localhost, port 3691). > } > > } > > I wasn't able to find any mention of a similar problem via Google or > in Subversion's Jira. > > Can you help me figure this out, please? > If you get this to work, would you consider writing an instruction that we could add to the FAQ? Nginx has been mentioned in the past but I don't know if anyone got it to work. Kind regards, Daniel Sahlberg

Re: PoshSvn – Subversion for PowerShell

2024-06-20 Thread Daniel Sahlberg
Den tors 20 juni 2024 kl 20:27 skrev Timofey Zhakov : > > The actual name of the project is 'PoshSvn'; not 'Poshsvn'. Could you > please fix it? > Oops, I know I missed something. Sorry and thanks for the review. Fixed in r1918475 - ok now? Kind regards, Daniel

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Daniel Sahlberg
irst but it might be an easier solution than manually carrying over any changes to the new working copy. I'd avoid editing wc.db - it usually works but I'd be careful asking endusers to do it. Kind regards, Daniel

Re: SVN over NFS/CIFS (Windows client to Linux server)

2024-06-18 Thread Daniel Sahlberg
t; > Any recommendations would be appreciated! > Why do you need to store the working copy on a network share? Can you adjust your workflow to make sure every user has their own working copy, stored on local disk? Kind regards, Daniel

Re: Loss by accident, clean up unversioned files

2024-06-14 Thread Daniel Sahlberg
uff. Kind regards, Daniel Den fre 14 juni 2024 kl 17:15 skrev Ayyanar Raja : > Dear Andreas, > > Why it is happened. What is the root actually? > > In future, Google Groups will be closed completely, where is our forum > running now ? > > -- > Best Regards, > Ayyan

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Daniel Sahlberg
opy. > I've read through the svnbook, and the above seems plausible. > > I am just wondering if anyone has some guidance and suggestions, since > we are making a significant jump to newer version of SVN. > There should be no major difference. > > Thanks for your help > > Kind regards, Daniel

Re: [EXTERNAL] Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-06-02 Thread Daniel Sahlberg
have asked this before: - Can you log in to the server and do an svn checkout https://localhost/[...] locally and does this succeed? You might have to update the Apache HTTPD configuration to allow the vhost to reply to "localhost" (or you could add the server name to the local hosts file pointing to 127.0.0.1 and do a checkout of https://[server]/[url]). What I'd like to accomplish is a checkout that doesn't leave the machine. Does this make a difference? Kind regards, Daniel

RE: Re: [EXTERNAL] Re: Moved file resolution fails

2024-05-30 Thread Sands, Daniel N. via users
On 2024/02/15 17:42:59 "Sands, Daniel N. via users" wrote: > On Thu, 2024-02-15 at 08:55 -0500, Nico Kadel-Garcia wrote: > > [You don't often get email from nka...@gmail.com. Learn why this is > > important at https://aka.ms/LearnAboutSenderIdentification ] >

Re: SVN issue - Repository - not able to login

2024-05-27 Thread Daniel Sahlberg
Den mån 27 maj 2024 kl 14:50 skrev Roshan Pardeshi < roshan.parde...@ncdex.com>: > Hello Daniel, > > We are using below mentioned path for access in SVN through > TortoiseSVN->Repo Browser. > > svn://___.__.__.___(server ip)/SVN/aedge > So you are using svnser

Re: SVN issue - Repository - not able to login

2024-05-23 Thread Daniel Sahlberg
n.serverconfig.svnserve.auth.general https://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn Kind regards, Daniel

Re: SVN issue - Repository - not able to login

2024-05-23 Thread Daniel Sahlberg
; # cd /SVN > # svnadmin create YAALA (Repository Name: YAALA) > Which protocol are you using to access the repository? Do you have other repositories where this works? Can you share your server configuration? Kind regards, Daniel Sahlberg

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Daniel Sahlberg
kages from newer Ubuntu releases - in that case you are probably better off by upgrading to that version.. If you can't find a binary package you can maybe build Subversion yourself. In that case make sure to build the Python bindings for Python 3. Kind regards, Daniel

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Daniel Sahlberg
b interface from VisualSVN beats everything else at the moment. But if you don’t want to use Windows then it is no option. > > So is there something available apart from WebSVN and are there some howto > sites > showing actual screenshots from its use? > > > -- > Bo Berglund > Developer in Sweden Kind regards Daniel > >

Re: `svnadmin create` on an existing set of source files

2024-05-21 Thread Daniel Sahlberg
version, the "repository" is a specific directory (containing the history for each file) and then you checkout a separate directory "working copy" where you have the actual source files. So you need to do cd /var svnadmin create test-repo svn import test-svn file:///var/test-repo You can the check out a new working copy svn co file:///var/repo wc Hope this helps! Kind regards Daniel Sahlberg

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Daniel Sahlberg
options to access the repository, see the Subversion book: https://svnbook.red-bean.com/en/1.7/svn.serverconfig.choosing.html Kind regards, Daniel

Re: [EXTERNAL] Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-17 Thread Daniel Sahlberg
Den fre 17 maj 2024 kl 00:20 skrev Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users : > > BTW: as Daniel asked: You previously mentioned Subversion 1.14.1, is > > that on the server or on the client? > > I've been testing with SVN 1.14.1 on bot

Re: PoshSvn – Subversion for PowerShell

2024-05-17 Thread Daniel Sahlberg
rShell way to seldom. I will try to find time to test this out a little bit in the next few weeks. I was thinking about adding a link to your project on the Subversion website. There is already page for Binary packages[1] and this would make a nice addition. (Although, we have previously limited that page to strictly Apache Subversion builds and this a different kind of client, so we might have to create a new page for "ecosystem" - this should be discussed in the dev@ list). Kind regards, Daniel Sahlberg [1] https://subversion.apache.org/packages.html

Re: [EXTERNAL] Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-11 Thread Daniel Sahlberg
Hi, I've added a few comments/questions below. Kind regards, Daniel Sahlberg Den lör 11 maj 2024 kl 03:00 skrev Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users : > > How did you upgrade your server from RHEL 6 to RHEL 8? > > Because so much changed

Re: TortoiseSVN & Office 365 Single Sign-On

2024-04-30 Thread Daniel Sahlberg
ps://groups.google.com/g/tortoisesvn-dev/c/ByECclvGKi8) and also on the Subversion dev list ( https://lists.apache.org/thread/f3f516vkm16ss67g9xfrjrfdcp70ymd0). I'm very interested in getting this working but unfortunately I don't have much time to do it myself right now. Kind regards, Daniel S

Re: Error | svnauthz: E220003: Section appears more than once in the authz file: [groups]

2024-04-18 Thread Daniel Sahlberg
..@subversion.apache.org. It is not possible to switch back to the old authz parse code in version 1.14. Kind regards, Daniel [1] https://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/authz_parse.c?revision=1875971&view=markup#l310 > Regards, > Bernhard > > &

Re: Feature request: distinguish between disconnect to server and to proxy

2024-04-14 Thread Daniel Sahlberg
ome on d...@subversion.apache.org. I took a quick look at the code and I think the error comes from the call to serf_connection_create2() in /subversion/libsvn_ra_serf/serf.c (see [1]). You probably need to create a new error code and then check for this error code in /subversion/libsvn_r

Re: Repo access with HTTPS and an access token (or: GCM for svn?)

2024-03-29 Thread Daniel Sahlberg
ecret = > This was actually discussed over on the TortoiseSVN dev list today in the following thread https://groups.google.com/g/tortoisesvn-dev/c/ByECclvGKi8 I think the steps outlined by Thomas Åkerström is quite similar to what you are also suggesting. This should probably be discussed further on d...@subversion.apache.org. Kind regards, Daniel

Re: SVN does not trust cert

2024-03-25 Thread Daniel Sahlberg
e command). I'm not familiar with openssl debugging but there seems to be a lot of useful information on the certificate chain. Verify that all the intermediary certificates are available and that the root certificate is trusted by your client. Kind regards, Daniel > > > Stanley Gil

Re: SVN does not trust cert

2024-03-25 Thread Daniel Sahlberg
certificate compared to what OpenSSL on the client is supporting. Which platform are you on and what are the versions of Subversion and the linked OpenSSL library? Kind regards, Daniel

Re: E200004 error during commit

2024-03-16 Thread Daniel Sahlberg
repository, the easiest way is probably to restore the backup. If you don't have a backup and have to try to manually restore the repository, Daniel Shahaf goes into quite a bit of detail in these previous threads on the mailing list: https://lists.apache.org/thread/8sokdqly67db11g6vs5v547xw

Re: SVN log --xml version omits line count

2024-03-05 Thread Daniel Sahlberg
" could break down if someone has that exact string in a log message). With XML, there is no need to know how long the log message is; a well-behaved parser should be able to find out. Kind regards, Daniel > Sebb > Sample outputs below > -

Re: [EXTERNAL] Re: Moved file resolution fails

2024-02-15 Thread Sands, Daniel N. via users
On Thu, 2024-02-15 at 08:55 -0500, Nico Kadel-Garcia wrote: > [You don't often get email from nka...@gmail.com. Learn why this is > important at https://aka.ms/LearnAboutSenderIdentification ] > > On Wed, Feb 14, 2024 at 4:59 PM Sands, Daniel N. via users > wrote: >

Re: Moved file resolution fails

2024-02-14 Thread Sands, Daniel N. via users
> Okay, I finally figured out how to trip up SVN: > > I built my own experiment which I'll try to reconstruct here: > > mkdir test > > mkdir test/foo > > mkdir test/foo/bar > > mkdir test/baz > > echo "a" > test/foo/bar/example.c > > svn import test svn+ssh://theserver/var/svn/playground/test

Re: Moved file resolution fails

2024-02-14 Thread Sands, Daniel N. via users
On Tue, 2024-02-13 at 16:50 -0700, Daniel Sands wrote: > > Sorry for the late response, but I lack the time to dig deeper. It > > should work as in the example (test) that Stanimir Stamenkov posted > > earlier in this thread. > > > I don't fully follow that Der

Re: Moved file resolution fails

2024-02-13 Thread Sands, Daniel N. via users
> Sorry for the late response, but I lack the time to dig deeper. It > should work as in the example (test) that Stanimir Stamenkov posted > earlier in this thread. > > Is your case the same as in the DERBY issue that Stanimir referenced > [1]? Maybe you can narrow it down to a test with a reposit

Re: Moved file resolution fails

2024-02-05 Thread Sands, Daniel N. via users
> > Oh yes, a lot has changed since 1.8 (which is EOL for a long time > already). Actually, the major improvement came client-side in version > 1.10, with the interactive tree conflict resolver [1]. This uses a > lot > of information from both working copy and repository to figure out > what the

Re: Moved file resolution fails

2024-02-01 Thread Daniel Sahlberg
fre 2 feb. 2024 kl. 06:52 skrev Sands, Daniel N. via users < users@subversion.apache.org>: > > As far as I'm aware this is all client-side behavior - nothing to do > with the server. Resource move/rename > > has always been recorded as a _Delete_ of the original path and

Re: Moved file resolution fails

2024-02-01 Thread Sands, Daniel N. via users
> As far as I'm aware this is all client-side behavior - nothing to do with the > server. Resource move/rename > has always been recorded as a _Delete_ of the original path and a _Copy_ > (Add) from the previous path > revision. It could be I'm missing something here, also. As of 1.8, it now kno

Moved file resolution fails

2024-01-30 Thread Sands, Daniel N. via users
So far I have not found a use case where moved file resolution in 1.8+ works as advertised on 1.7 servers. But more specifically, I have the following case: The trunk has a directory, /foo/bar In my local branch, I have relocated bar to /baz/bar Meanwhile, in the trunk, file /foo/bar/example.c

Reintegrate can only be used if revisions XX through YY were previously merged ...

2024-01-21 Thread Daniel Sahlberg
back into a working state? Kind regards, Daniel Sahlberg

Re: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-16 Thread Daniel Sahlberg
ion or even switching to a hosting provider. But it is probably better to ask this question directly to CollabNet (now digital.ai), at least if you have a commercial license. Kind regards, Daniel > > RD > > -Original Message- > From: hartmannat...@apache.org > Sen

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

2024-01-16 Thread Daniel Sahlberg
OCX or XLSX as your "source". For Word, it uses a built-in comparison feature and for Excel it uses conditional formatting to highlight changes. Kind regards, Daniel

Re: Pricing for SVN

2024-01-11 Thread Daniel Sahlberg
re possible (and probably appreciated) if you use it. Kind regards, Daniel Sahlberg

Re: 100% CPU utilization by mod_authz_svn

2023-12-22 Thread Daniel Sahlberg
" Starting up, "*R*" Reading Request, > "*W*" Sending Reply, "*K*" Keepalive (read), "*D*" DNS Lookup, > "*C*" Closing connection, "*L*" Logging, "*G*" Gracefully finishing, > "*I*" Idle cleanup of worker, "*.*" Open slot with no current process > > *Srv* > > *PID* > > *Acc* > > *M* > > *CPU* > > *SS* > > *Req* > > *Dur* > > *Conn* > > *Child* > > *Slot* > > *Client* > > *Protocol* > > *VHost* > > *Request* > > *0-1* > > 232847 > > 0/20/27 > > *W* > > 1796.47 > > 183 > > 0 > > 77128 > > 0.0 > > 0.25 > > 0.28 > > 10.X.X.239 > > http/1.1 > > xyz:443 > > PROPFIND /repo/.polarion/user-management/users/… > > *0-1* > > 232847 > > 0/23/32 > > *W* > > 1761.15 > > 201 > > 0 > > 190003 > > 0.0 > > 0.18 > > 0.23 > > 10.X.X.239 > > http/1.1 > > xyz:443 > > GET /repo/!svn/bc/1731720/External/… > > *0-1* > > 232847 > > 0/24/35 > > *W* > > 1752.23 > > 182 > > 0 > > 81788 > > 0.0 > > 0.31 > > 0.36 > > 10.X.X.239 > > http/1.1 > > xyz:443 > > GET /repo/!svn/bc/1743998/External/… > > > > > Hi, There are other reports: https://lists.apache.org/thread/4vzo7tddyv556vs372kxb4hz83lomcdr https://lists.apache.org/thread/t9j8psdrkflfyb9rfb69dkq24lf26t84 Can you look at this to see if this is similar to your problem? I don't know if anything was ever done to this, as far as I understand this is caused by the parsing of the authorization file. Kind regards, Daniel

Re: How do I propose changes to Subversion repos?

2023-12-12 Thread Daniel Sahlberg
on server) ;-) /Daniel

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Daniel Sahlberg
pply the patch, otherwise you need to edit the file before applying it. The triple brackets are used in an e-mail to indicate something verbatim in a mail, such as: Suggested log message: [[[ * README: Add some nonsense as an example ]]] It could also be used to add the patch directly in the e-mail. Kind regards, Daniel > [1]: < > https://subversion.apache.org/docs/community-guide/general.html#patches> > [2]: https://svnbook.red-bean.com/nightly/en/svn.branchmerge.advanced.html#svn.branchmerge.nomergedata

Re: Subversion behind apache 2.4 proxy - Connection refused

2023-12-04 Thread Daniel Sahlberg
s in your httpd config? Maybe it is only listening on IPv4 ports (check with lsof -i)? Kind regards, Daniel > On 2023-12-03 22:02, Daniel Sahlberg wrote: > > Den sön 26 nov. 2023 kl 18:31 skrev Gunnar Grim : > >> Hi! >> >> I have subversion running in a Docker container

Re: Subversion behind apache 2.4 proxy - Connection refused

2023-12-03 Thread Daniel Sahlberg
ing is logged to the access- or error logs, even with log level debug. > > Hope someone can see what is wrong with my configuration. > On a cursory look all seems fine, but I didn't try to replicate your setup yet. > TIA, > Gunnar > > > Kind regards, Daniel Sahlberg

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-02 Thread Daniel Sahlberg
lör 2 dec. 2023 kl. 12:02 skrev Bo Berglund : > On Fri, 01 Dec 2023 11:21:32 +0100, Bo Berglund > wrote: > > >OK, I will have to test it again. > > > >But I have so many RPi units and some have this problem whereas others > don't so > >I have to somehow figure out how to test it on all to look fo

Re: Peforce GitLFS like features

2023-12-02 Thread Daniel Sahlberg
g large binary files is an area where the design of Subversion is superior to Git (where you need addons such as LFS). > > Robin > Kind regards, Daniel

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Daniel Sahlberg
that back as an option for > 1.15? https://svn.apache.org/repos/asf/subversion/trunk/CHANGES Wasn’t this change just to revert to the old default to enable plaintext cache unless disabled by configure? Kind regards Daniel <https://svn.apache.org/repos/asf/subversion/trunk/CHANGES> > &

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Daniel Sahlberg
nt) will work inside an SSH command line section... > I don't think any of those stores works on the command line. No idea what Subversion will do but I assume it will fall back to inputting the password on the command line. Kind regards, Daniel

Re: Is there a write opposite to "svn cat"?

2023-11-29 Thread Daniel Sahlberg
Den tis 28 nov. 2023 kl 16:13 skrev Nathan Hartman : > On Mon, Nov 27, 2023 at 1:47 AM Daniel Sahlberg < > daniel.l.sahlb...@gmail.com> wrote: > >> Den sön 26 nov. 2023 kl 22:51 skrev Graham Leggett via users < >> users@subversion.apache.org>: >> >&g

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Daniel Sahlberg
and you are using should be supported. I would say this is a bug, either in the argument handling or in the documentation. Can you instead try: $ svnmucc put db.sql file:///var/lib/svn/db/db.sql I will bring this discussion to the d...@subversion.apache.org to figure out if we need to change the documentation or if we can fix the code. Kind regards, Daniel

Re: LDAP authentication not working after the domain controller changed

2023-11-10 Thread Daniel Sahlberg
double checked that the DNS settings are correct so that there isn't anything in them pointing to the old DC? I don't really know LDAP but I know other parts of Active Directory are very dependent on the DNS records pointing to the new DC server. Kind regards, Daniel Sharing the version

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-07 Thread Daniel Sahlberg
ooking like > this: > > r200 | bosse | 2001-06-24 17:29:47 +0200 (Sun, 24 Jun 2001) > > r197 | bosse | 2001-06-23 12:12:37 +0200 (Sat, 23 Jun 2001) > ------

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread Daniel Sahlberg
better to direct this question to the security team of your distribution. The Subversion project has no control over if/how/when downstream packagers apply patches. In the case of Ubuntu: https://wiki.ubuntu.com/SecurityTeam/FAQ#Contact Kind regards, Daniel Sahlberg

Re: Checksum mismatch in single repo

2023-10-26 Thread Daniel Sahlberg
am running svn 1.14.1 > on ALMA Linux 8.x. Shall I install on a new HDD? > You should probably check the SMART stats on the drive (on the virtualisation host!) or any other indications you might have on an upcoming failure to see if the HDD is indeed the issue. > No action needed? &

svnadmin hotcopy E150002 Destination already exists

2023-10-21 Thread Daniel Sahlberg
y used ones. Destination is a SMB file share on a Synology NAS (HDDs). As I see, svnadmin hotcopy clears the locks-folders in the destination every time. Can it be that the NAS is just too slow and cannot keep up with this process? Thanks! —— Kind regards, Daniel Sahlberg 1 https://gro

Re: SVN update not working in MacOS Sonoma

2023-10-06 Thread Daniel Sahlberg
Den fre 6 okt. 2023 kl 10:58 skrev : > Hi Daniel, > > I tried Fiddler, but no network data is capturing when I run the SVN > commands in the terminal. Check the attached video > > May I know what exactly you are looking for in the network data, I just > wanted to know

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread Daniel Sahlberg
Den tors 5 okt. 2023 kl 10:13 skrev : > Hi Daniel, > > What exactly you are referring about "Have you tried to catch the network > traffic?" , can you please help how to check this network network traffic > while running svn commands > > Regards > Pavan > S

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread Daniel Sahlberg
Den ons 4 okt. 2023 kl 11:22 skrev : > Hi Daniel, > > I attempted to use svn commands in the terminal on the latest version of > MacOS and encountered errors with both "svn update" and "svn checkout". > However, when I ran the same commands on an earlier version

Re: SVN update not working in MacOS Sonoma

2023-10-04 Thread Daniel Sahlberg
Den tis 3 okt. 2023 kl 11:09 skrev : > Hi Daniel, > > Thanks for the quick reply. > > > Our repository is currently hosted on AWS EC2. > > To check the issue in other OS's, I have set up Ubuntu and MacOS 13 > virtual machines on my MacBook using UTM. I have not e

Re: SVN update not working in MacOS Sonoma

2023-10-03 Thread Daniel Sahlberg
to have on the server side. Depending on your network there could also be a transparent proxy server and/or package inspecting firewall interfering with the traffic. Your system administrator should know about this. Kind regards, Daniel Sahlberg

Apache Subversion 1.10.x end of life

2023-09-24 Thread Daniel Sahlberg
The Subversion 1.10.x line is end of life (EOL). It was released on 2018-04-13 and was supported for the last four years according to the LTS release life-cycle (see How we plan releases[1]). We recommend everyone to update to the current LTS release 1.14.2 as soon as practically possible since we'

Re: Problem storing passwords when using subversion

2023-09-01 Thread Daniel Sahlberg
et described: https://svnbook.red-bean.com/nightly/en/index.html Kind regards, Daniel > > > Mark > > *From:* Daniel Sahlberg > *Sent:* Friday, September 1, 2023 5:54 AM > *To:* Mark Wood-Patrick > *Cc:* users@subversion.apache.org > *Subject:* Re: Problem storing passwo

Re: Problem storing passwords when using subversion

2023-09-01 Thread Daniel Sahlberg
here is a script available in the FAQ: https://subversion.apache.org/faq.html#plaintext-passwords Kind regards, Daniel Sahlberg

RV: FALLO SVN Y DIRECTORIO SVN TECMEC 1 MES

2023-08-29 Thread Abajo Maestre, Hector Daniel via users
E.384CE280] [cid:image002.png@01D9D9AE.384CE280] De: Abajo Maestre, Hector Daniel Enviado el: lunes, 28 de agosto de 2023 11:43 Para: Gonzalez Calvo, Jon Ander (External) mailto:jonander.gonza...@itpaero.com>>; Nalda Aliende, Eva mailto:eva.na...@itpaero.com>>; de la

Re: Subversion sasl authentication fails with openssl3.1

2023-08-27 Thread Daniel Sahlberg
Den sön 27 aug. 2023 kl 22:28 skrev Fischer, Michael < michael.fisc...@yale.edu>: > Dear Daniel, > > Thank you for the careful reply. Some answers are interspersed below. > > On 8/22/23 7:40 AM, Daniel Sahlberg wrote: > > Den sön 20 aug. 2023 kl 17:14 skrev Fische

Re: “passwd” file stores plain text passwords - how to protect it

2023-08-23 Thread Daniel Sahlberg
r use svnserve over SSH (in which case the user is authenticated by the SSH server). See the SVN book for a detailed description of the different options: https://svnbook.red-bean.com/nightly/en/svn.serverconfig.html Kind regards, Daniel Sahlberg > > > Your help will be much apprec

Re: passwd file stores plain text passwords - how to protect it

2023-08-22 Thread Daniel Sahlberg
Den tis 22 aug. 2023 kl 17:53 skrev Bo Berglund : > On Tue, 22 Aug 2023 17:38:12 +0200, Bo Berglund > wrote: > > >On Tue, 22 Aug 2023 13:14:25 +0200, Daniel Sahlberg > > wrote: > > > >>Please note that for Subversion 1.12 until 1.14 the default was to > d

Re: Subversion sasl authentication fails with openssl3.1

2023-08-22 Thread Daniel Sahlberg
in sending an e-mail here. I assume you have already seen the guidance on the website ( https://subversion.apache.org/docs/community-guide/issues.html) on why we don't want anything added to the issue tracker before it has been accepted as a bug on the mailing list. Kind regards, Daniel Sahlberg

  1   2   3   4   5   6   7   8   9   10   >