Ticket #793 (assigned enhancement)
kdesvn ignores subversion config
| Reported by: | andysem@… | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | All | Version: | 1.4.x |
| Severity: | feature | Keywords: | auto-props config property properties |
| Cc: |
Description
The ~/.subversion/config file contains useful settings that are ignored by kdesvn. Most notably, the file contains auto-props configuration that is required to work with several of repositories of mine. It would be very nice if kdesvn pulled these settings from that file.
I'm using kdesvn 1.4.1 that comes with KDE 4.4.2 on Kubuntu 9.10.
Attachments
Change History
comment:2 Changed 3 years ago by andysem@…
Hmm, that seems strange. I just tried it and the properties were set. I did have missing properties a few times before, so I guess the behavior is not stable.
comment:3 Changed 2 years ago by tec3.tall@…
I have the same issue as Andy. I'm unable to find any information to use the subversion auto-props with kdesvn (like $Id$). These properties are stored in the "config" file under the .subversion directory in the users home directory when operating svn from the command line.
Is there any update on this? TC.

Not sure what you meaning: kdesvn itself doesn't care about subersion settings 'cause the used subversion layer does it self.
eg., calling kdesvn is like calling the commandline with a gui, but I'll check if there is something inside let subversion api called via kdesvn ignore the config settings.