Relative Content

Tag Archive for svntortoisesvn

how to access restriction by IP address (svn)

I want to restrict access to svn repository by ip address.
Added “require ip xx.xx.xx.xx/24” to [repository]conf/svnserve.conf
But used Tortoisesvn Repository Browser to see the repository, it show Unable to connect to a repository at URL Erroe while parsing config file line 8(added line):Option must end with ‘:’ or ‘=’.
So added ‘:’ to the line, cant restrict access to the repository.
whats wrong?

how to access restriction by IP address (svn)

I want to restrict access to svn repository by ip address.
Added “require ip xx.xx.xx.xx/24” to [repository]conf/svnserve.conf
But used Tortoisesvn Repository Browser to see the repository, it show Unable to connect to a repository at URL Erroe while parsing config file line 8(added line):Option must end with ‘:’ or ‘=’.
So added ‘:’ to the line, cant restrict access to the repository.
whats wrong?

how to access restriction by IP address (svn)

I want to restrict access to svn repository by ip address.
Added “require ip xx.xx.xx.xx/24” to [repository]conf/svnserve.conf
But used Tortoisesvn Repository Browser to see the repository, it show Unable to connect to a repository at URL Erroe while parsing config file line 8(added line):Option must end with ‘:’ or ‘=’.
So added ‘:’ to the line, cant restrict access to the repository.
whats wrong?

Username Case Sensitive Problem Of Subversion(SVN)

Environment I’m using Subversion(1.14.1) and Ubuntu(22.04.4 LTS) as the server, TortoiseSVN(1.14.7) as the client. Case 【Case1】 Yesterday, I have no user group on svn server. My passwd and authz files are like: [users] User1=password1 User2=password2 User3=password3 [groups] # empty [/] * = rw At that time, I can log in svn from client by both […]

Username Case Sensitive Problem Of Subversion(SVN)

Environment I’m using Subversion(1.14.1) and Ubuntu(22.04.4 LTS) as the server, TortoiseSVN(1.14.7) as the client. Case 【Case1】 Yesterday, I have no user group on svn server. My passwd and authz files are like: [users] User1=password1 User2=password2 User3=password3 [groups] # empty [/] * = rw At that time, I can log in svn from client by both […]

svnadmin hotcopy incremental size is growing indefinitely

I am using svnadmin hotcopy --incremental to create daily backups of a subversion repository. The size of the hotcopy initially was approximately the same size as the repository (which I would expect). However, with each increment, the size grows by more or less 10% of the original size. Fortunately this is a virtual machine so that I can expand the destination disk, but I’d much rather find out what I’m doing wrong.