Subversion Configuration

Global Configuration Properties

These config properties affect the behavior of every integrated Subversion server. The configuration of them needs to be done in the cms section of PKitConfig.xml.

validatePath

  • Default Value: ^([^~"#%&*:<>?/\\{|}.]|[^~"#%&*:<>?/\\{|}.][^~"#%&*:<>?/\\{|}]*[^~"#%&*:<>?/\\{|}.])?([\\/]([^~"#%&*:<>?/\\{|}.]|[^~"#%&*:<>?/\\{|}.][^~"#%&*:<>?/\\{|}]*[^~"#%&*:<>?/\\{|}.]))*[\\/]?$
  • Description: A regular expression pattern that should match the allowed strings for paths of Subversion documents. Deviated paths are denied.

validateFilename

  • Default Value: ^[^~"#%&*:<>?/\\{|}]+$
  • Description: A regular expression pattern that should match the allowed strings for a file names of Subversion documents. Deviating file names are denied.