Questions tagged [svn-config]

4 questions
1
vote
1 answer

how to allow unamed user in svn authz file?

I have a subversion server running with apache. It authenticates users using LDAP in apache configuration and uses SVN authorizations to limit user access to certain repositories. This works perfectly. Apache DAV svn SVNParentPath…
0
votes
2 answers

SVN Add file every commit or merge, even if not changed

Can I force SVN to commit/merge a specific file every time even if the file doesn't change? I know you can ignore a file but what about something like 'Always Commit' option? I'm using the revision number SVN Tags $Revision$ in one file, I parse the…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
0
votes
1 answer

How to write a multi-line property in the auto-props section of the subversion config file?

What is the correct syntax? [auto-props] *.* = svn:ignore=bin obj or [auto-props] *.* = svn:ignore=bin;obj or none? Is it possible to write multi-line properties in the config file?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
0
votes
1 answer

svn list command error 200 on an Apache+SVN server setup

I'm setting up an Apache+SVN server for work. I can checkout a repository, but when I run the svn list command I get the following error "OPTIONS of 'https://server': 200 OK (https://server)" Here is my subversion.conf DAV svn …
Nvick
  • 290
  • 2
  • 10