Questions tagged [svnserve]
51 questions
1
vote
1 answer
Can I use email addresses as usernames with Subversion?
Will subversion accept usernames such as firstname.lastname@domain.com?
We are using svn+ssh with public key authentication as per the official svn guide's ssh tips and tricks section.
Basically, we pass svnserve with the --tunnel-user={username}…

Warlax
- 33
- 4
0
votes
2 answers
svndumpfilter to extract specific folder from repository dump
I have visualsvn server with many repository.
One of the team requested to exract few folders from project repository, But I am stuck while extracting it.
Here is the structure.
E012345------------------Parenet_Folder
…

Caterpillar
- 1,132
- 2
- 23
- 47
0
votes
1 answer
Svn Upgrade 1.9.4 to 1.9.5 (Ubuntu 14.04 LTS) leads to svn E200019 Version mismatch error
After apt-get update/upgrade svn server and client were installed,
but any svn operations leads to following error:
svn: E200019: Version mismatch in 'svn_subr' (expecting equality): found 1.9.4, expected 1.9.5
svn: E200019: Version mismatch in…

FoxyBOA
- 417
- 1
- 6
- 12
0
votes
1 answer
SVN configuration for groups and path-based authorization (groups + authz)
I am trying to configure my Subversion repositories to use a global groups file (coming from the output of LDAP Groups to Subversion Authz Groups Bridge script) in conjuction with the use of a per-repository authz file. For the moment I use…

justinmassiot
- 1
- 1
- 4
0
votes
0 answers
svnserve no longer functional after updating to OS X Yosemite
I maintain the computers and write software to control experiments and collect data at the research lab where I work. I run a subversion server (installed with brew) on the OS X machine at my desk. This lets me make software changes at any lab…

SSteve
- 111
- 5
0
votes
3 answers
SVN authorization failed
I cannot checkout from my SVN repo with the following configuration on Ubuntu:
svnserve.conf:
[general]
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
[sasl]
authz content:
[aliases]
[groups]
[/procode]
kompi =…

Kompi
- 181
- 2
- 8
0
votes
1 answer
How to get Subversion repository from svn:// and https://?
I know these are noob questions, but I never got my own Subversion running before and I'm kinda lost.
I installed VisualSVN in Windows, but it doesn't support svn:// protocol by default, only HTTP or HTTPS.
It is working fine over HTTP, and I'm able…

Hikari
- 107
- 3
- 12
0
votes
1 answer
svn+ssh:// works, but not svn://
I'm running svnserve on a server, but I can only access it with the svn+ssh protocol, not svn. (This appears to present a problem when I try to checkout from it with Capistrano.) Can anyone point out what might be wrong?
Svn's machine:
[root@machine…

JellicleCat
- 294
- 2
- 4
- 17
0
votes
1 answer
svnserve accepts only local connection
I've installed svnserve in linux box konrad. On konrad I can checkout from svn:
steve@konrad:~$ svn co svn://konrad
A konrad/build.xml
On my local Windows pc i can ping konrad, but checkout doesn work:
C:\Projects>svn co svn://konrad
svn:…

Steve Yakovenko
- 117
- 7
0
votes
1 answer
Subversion : possible conflcts between svn+ssh/svnserve and webdav?
I have a subversion server wich severals repositories wich are accessible via https/webdav. We need to allow svn+ssh access too on the same repositories. Is this a problem to have both access from svnserve and from webdav at the same…

Cédric Girard
- 417
- 2
- 12
- 25
0
votes
2 answers
Authenticate Subversion users with svnserve AND SSH
When deploying my Subversion server, I don't like creating a system account for each user so I was thinking of another authentication method.
I would like to use only one system account with SSH and then authenticate users using svnserve.
I tried to…

Vincent Robert
- 194
- 3
- 13
0
votes
1 answer
What is the safest way to restart the svn server on Windows?
I fear that simple service restart may cause data corruption.
Does anyone know if it is safe to simply restart the svnserve Windows service? If not, then how to restart it?

mark
- 725
- 3
- 15
- 32
0
votes
2 answers
Subversion on Ubuntu with multiple repositories and separate commits
When I first set up SVN on my server, I opted for the WebDAV http://... access method. However, I could not find out how to enable multiple repositories with this configuration. With this method, any one commit incremented the revision counter for…

Peaches491
- 103
- 4
0
votes
1 answer
Using PAM from svnserve without Apache
I am investigating the options for upgrading a Subversion 1.4 server to 1.6.
I have been told by colleagues here that in an ideal world we should be moving towards using PAM to authenticate the Subversion users.
Currently Subversion is running as an…

Rich
- 1,343
- 7
- 28
- 39
0
votes
1 answer
SVN works with file:/// , can't access via svn:// svnserve is running
on Ubuntu,
I have SVN setup. I have created a repository called 'siteinabox' and imported the files. On the same machine, I can checkout via file://
This command works:
Input: svn checkout file:///svn/siteinabox
But this command doesn't work (I…

Stewie
- 577
- 2
- 7
- 17