Subversion Archives - Experiencing Technology https://blog.tinned-software.net/tag/subversion/ Tinned-Software Blog Mon, 30 May 2022 21:53:38 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 Convert Subversion repository into git repositories https://blog.tinned-software.net/convert-subversion-repository-into-git-repositories/ Mon, 30 May 2022 21:53:38 +0000 https://blog.tinned-software.net/?p=2884 A long long time ago before git was the dominant version control system (VCS) I used Subversion for quite some time. With git now being the de-facto standard VCS, it was finally time to convert my last remaining subversion repositories … Continue reading

The post Convert Subversion repository into git repositories appeared first on Experiencing Technology.

]]>
Merge two SVN repositories https://blog.tinned-software.net/merge-two-svn-repositories/ Thu, 19 Sep 2013 17:29:28 +0000 http://blog.tinned-software.net/?p=661 There was a point in time when i created a copy of a project and it was then committed into another repository. This as such is not a big problem, but merging those repositories back together while keeping all the complete changes in the history is a challenge. Continue reading

The post Merge two SVN repositories appeared first on Experiencing Technology.

]]>
Subversion via ssh using authorized_keys https://blog.tinned-software.net/subversion-via-ssh-using-authorized_keys/ Tue, 03 Sep 2013 22:03:19 +0000 http://blog.tinned-software.net/?p=723 When i used subversion in the past i created a separate user on the linux operating system. This user then got the right to login via ssh to use subversion. If you have one or two users to manage that is not a big deal. But when the amount of users is growing ... Continue reading

The post Subversion via ssh using authorized_keys appeared first on Experiencing Technology.

]]>
Change author of SVN commit https://blog.tinned-software.net/change-author-of-last-svn-commit/ Tue, 11 Jun 2013 17:40:59 +0000 http://blog.tinned-software.net/?p=703 What can you do when you have for some reason the wrong author in your SVN commit? This is something that should never happen you might think. But what if it happened? Let me tell you, there is a solution. Continue reading

The post Change author of SVN commit appeared first on Experiencing Technology.

]]>
Splitting up an SVN repository https://blog.tinned-software.net/splitting-up-an-svn-repository/ Fri, 10 May 2013 17:30:17 +0000 http://blog.tinned-software.net/?p=652 When I was creating my SVN repository I was lazy and created just one repository for all my projects. This was easy to administrate and to use; only one repository to configure with user names and passwords, only one URL to remember, ... How to split it up now? Continue reading

The post Splitting up an SVN repository appeared first on Experiencing Technology.

]]>