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

Implications of duplicate UUIDs on a server

2025-04-28 Thread 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 server's directory with a new folder name every time a new repositor

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