On Tuesday, January 15, 2019 at 3:17:09 PM UTC-6, Stefan wrote: > > > > On Tuesday, January 15, 2019 at 9:26:14 PM UTC+1, Tim Mueggenberg wrote: >> >> >> >> On Saturday, January 12, 2019 at 2:14:04 AM UTC-6, Stefan wrote: >>> >>> Well, when upgrading your server, you should: >>> >>> * create a dump of the whole repository ($svnadmin dump /path/to/repo > >>> repo.dmp) >>> * upgrade the server >>> * load the dump again into a new repository >>> $ svnadmin create /path/to/repo >>> $ svnadmin load /path/to/repo --force-uuid < repo.dmp >>> >>> As for updating svn clients like TSVN: >>> just install the new version. Then either check out fresh working copies >>> (I would recommend that, since you'll get clean working copies). Or upgrade >>> the old working copies to the new format. In TSVN, you can right-click on a >>> working copy root folder and then click the context menu entry "TSVN >>> upgrade working copy". >>> >>> Sorry for more newbie questions. >> Just to clarify, the "upgrade the server" step is not required if the >> user is keeping the same server. >> Only the repository database is located on the server, there is no TSVN >> server software. >> > > Yes, there's no TSVN on the server. But I have to assume that the svn > version running on your server is equally old or even older since you're > asking to update your clients from TSVN 1.6! > > So assuming you've installed the server part the same time as your TSVN > clients, you definitely should update the server part as well. > > however if the server is not under your control, you can just update the > TSVN clients as I described above. > > Stefan > > Stefan, sorry about the confusion. Our v1.6 TSVN was built as a Network Share. I want to move the database to a server as recommended. Would I need a different set of instructions to upgrade the v1.6 Network Share to a v1.11 server?
In your original instructions, you mention to create a dump of the whole repository. For TSVN 1.6, I attempted to run the command line in a windows command prompt window but 'svnadmin' fails to be found. Am I doing this incorrectly or v1.6 support a command line? Is it safe to upgrade my TSVN to 1.11 so I can run the command line option to create a dump of the repository? -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/1b3c164c-425c-4587-84a1-4fdde2296ac5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
