Categories
- Database (7)
- DNS (5)
- Encryption (8)
- Linux Administration (78)
- MacOSX (9)
- Mailserver (11)
- Monitoring (3)
- Multimedia (2)
- Photo (1)
- PHP (7)
- Rescue (4)
- Review (5)
- Security (37)
- Storage (1)
- Uncategorized (1)
- Version control system (16)
- Virtualisation (4)
- Web technologies (8)
- Wordpress (1)
Social Profiles
Facebook
Github
Twitter
Linkedin
Xing
Gravatar
Stackoverflow
Mastodon-
Tag Archives: Subversion
Convert Subversion repository into git repositories
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
Posted in Version control system
Tagged git, Subversion
Comments Off on Convert Subversion repository into git repositories
Merge two SVN repositories
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
Posted in Version control system
Tagged merge repositories, Subversion, SVN, SVN merge repository
Comments Off on Merge two SVN repositories
Subversion via ssh using authorized_keys
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
Posted in Linux Administration, Security, Version control system
Tagged authorized-keys, SSH, Subversion, SVN
Comments Off on Subversion via ssh using authorized_keys
Change author of SVN commit
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
Posted in Version control system
Tagged Subversion, SVN, SVN Hook
Comments Off on Change author of SVN commit
Splitting up an SVN repository
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
Posted in Version control system
Tagged Subversion, SVN
Comments Off on Splitting up an SVN repository