Page 1 of 1

Automaticly set SVN properties by commit process

PostPosted: Wed Mar 11, 2015 12:11 pm
by Björn Dünckel
Hi,

is it possible to configure the Synro SVN Client to automatically set SVN properties on files and folders during the commit process?

Regards
Björn.

Re: Automaticly set SVN properties by commit process

PostPosted: Wed Mar 11, 2015 2:32 pm
by Florin
Hello,

Subversion allows you to automatically set properties for files, right when you schedule them for addition (svn add command) or when you import them (svn import command) into the repository. You can enable this feature via Subversion's runtime configuration system, where you can create mappings of filename patterns to property names and values. For this, open the config file and search for:
  1. enable-auto-props option - enable it (remove the '#' sign from the beginning of the text line) and set it to yes.
  2. [auto-props] section - here, you can define the mentioned mappings.

For more information, please visit:
Runtime Configuration Area
Automatic Property Setting

Best regards,
Florin Avram
----------------------
Syncro SVN Client Team

Re: Automaticly set SVN properties by commit process

PostPosted: Wed Mar 11, 2015 3:50 pm
by fendemann
Hi,
this means, that the oXygen svn client uses the auto-prop settings I`ve configured in the ~/.subversion/config file on my ubuntu system??

Regards, Frank

Re: Automaticly set SVN properties by commit process

PostPosted: Thu Mar 12, 2015 8:36 am
by Florin
Hi,

Yes, it should do so. The Subversion's runtime configuration area contains global options that all the SVN clients should take into account. Also, many SVN clients have internal options that can override some of the ones from the runtime configuration area.

Best regards,
Florin Avram
----------------------
Syncro SVN Client Team