Re: What's the status of changing UUIDs of repos in working copies?

2022-07-14 Thread Nico Kadel-Garcia
On Thu, Jul 14, 2022 at 9:44 AM Daniel Shahaf wrote: > > Ryan Schmidt wrote on Wed, 13 Jul 2022 21:45 +00:00: > > [...] that way all your public users' working copies continue to work > > as before, and you would just need to check out new working copies for > > those hopefully fewer and more

Re: [External] : Re: What's the status of changing UUIDs of repos in working copies?

2022-07-14 Thread Trent Fisher
On 7/13/2022 9:25 AM, Daniel Shahaf wrote: Thorsten Schöning wrote on Mon, Jul 11, 2022 at 16:06:11 +0200: Do you have any tips for the easiest possible change of the UUIDs? It'll be a lot easier to set the repository's UUID to the one expected by clients. See «svnadmin setuuid». This is

Re: What's the status of changing UUIDs of repos in working copies?

2022-07-14 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, 13 Jul 2022 21:45 +00:00: > [...] that way all your public users' working copies continue to work > as before, and you would just need to check out new working copies for > those hopefully fewer and more technically capable internal users who > were using the formerly

Re: What's the status of changing UUIDs of repos in working copies?

2022-07-13 Thread Ryan Schmidt
On Jul 13, 2022, at 12:04, Thorsten Schöning wrote: > Guten Tag Daniel Shahaf, > am Mittwoch, 13. Juli 2022 um 15:25 schrieben Sie: > >> It'll be a lot easier to set the repository's UUID to the one expected >> by clients. See «svnadmin setuuid». That was going to be my suggestion as well. >

Re: What's the status of changing UUIDs of repos in working copies?

2022-07-13 Thread Thorsten Schöning
Guten Tag Daniel Shahaf, am Mittwoch, 13. Juli 2022 um 15:25 schrieben Sie: > It'll be a lot easier to set the repository's UUID to the one expected > by clients. See «svnadmin setuuid». Which isn't possible, as the logically same repo is used by working copies as public or private repo

Re: What's the status of changing UUIDs of repos in working copies?

2022-07-13 Thread Daniel Shahaf
Thorsten Schöning wrote on Mon, Jul 11, 2022 at 16:06:11 +0200: > BUT: Each working copy stores a UUID of it associated repo and those > UUIDs are different between private and public repos. In the past, it > wans't supported to change that, one needed to either replace them in > config files or

What's the status of changing UUIDs of repos in working copies?

2022-07-11 Thread Thorsten Schöning
Hi everyone, I have hundreds of SVN working copies all over my IT. All of those are used to maintain source code of software, configs of systems, deployments of software for systems etc. The important thing to note is that some of those working copies are really stored on the systems for which