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

-- 
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/59b20ae8-801e-41fd-ad89-5c37fc4a2749%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to