Syncro SVN Client

Automaticly set SVN properties by commit process

Having trouble installing Syncro SVN Client? Got a bug to report? Post it all here.

Automaticly set SVN properties by commit process

Postby Björn Dünckel » Wed Mar 11, 2015 12:11 pm

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.
Björn Dünckel
 
Posts: 1
Joined: Wed Mar 11, 2015 12:03 pm

Re: Automaticly set SVN properties by commit process

Postby Florin » Wed Mar 11, 2015 2:32 pm

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
Florin
 
Posts: 133
Joined: Mon Aug 10, 2009 4:02 pm

Re: Automaticly set SVN properties by commit process

Postby fendemann » Wed Mar 11, 2015 3:50 pm

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
fendemann
 
Posts: 1
Joined: Wed Mar 11, 2015 3:40 pm

Re: Automaticly set SVN properties by commit process

Postby Florin » Thu Mar 12, 2015 8:36 am

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
Florin
 
Posts: 133
Joined: Mon Aug 10, 2009 4:02 pm


Return to Common Problems

Who is online

Users browsing this forum: No registered users and 8 guests

cron

© 2002-2013 SyncRO Soft Ltd. All rights reserved. | Sitemap | Terms of Use | Privacy Policy | This website was created & generated with <oXygen/>® XML Editor