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

2024-06-18 Thread Johnston, Tim
We are using SVN 1.7 repositories which are checked out to a Linux file server. Users access their files via TortoiseSVN (1.7.15, which is also built against SVN 1.7.x), either via CIFS or NFS. When accessing via CIFS (with the Linux side serving via Samba), we occasionally encounter SQLite dat

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

2024-06-18 Thread Daniel Sahlberg
Den tis 18 juni 2024 kl 17:49 skrev Johnston, Tim < tim.johns...@christiedigital.com>: > We are using SVN 1.7 repositories which are checked out to a Linux file > server. Users access their files via TortoiseSVN (1.7.15, which is also > built against SVN 1.7.x), either via CIFS or NFS. > That is

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

2024-06-18 Thread Paul Leo
Once again thanks for all your past help The new repository is up and running. But we haven't cut over yet. I have asked folks to commit all changes that they would like included in new repo. I'm using svnsync multiple times per day, with no issues. There's a good chance that DNS name may no

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

2024-06-18 Thread Ryan Carsten Schmidt
On Jun 18, 2024, at 16:19, Paul Leo wrote: > > If I try a relocate in TortoiseSVN, I get an error saying the uuid of the new > server is different than the WC of the local repo. I presume this is > because of the DNS name change. The DNS name has nothing to do with the UUID. If the new repos

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

2024-06-18 Thread Paul Leo
Thanks Ryan.  I guess I can't believe everything on the internet, where I got the DNS name story The commands used to create and sync the repo were: svnsync initialize file:///srv/svn_repos/ibis/main https://svn.ibisph.org/svn/main svnsync synchronize file:///srv/svn_repos/ibis/main https:/