[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Auto-props not working

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Fri, 14 Sep 2012 08:36:04 +0100

On 14 September 2012 04:46, Duong Minh Tri <mtalibaba_at_yahoo.com> wrote:
> Hi,
>
> I've find out and fix it. The reason is I've edited config file by EmEditor
> software, it's write something before the header of file. So the file will
> begin by some character, not '#' character. I have to read file by another
> software to find it.
>
> Here's what I did to resolve trouble:
> - UnInstall TortoiseSVN
> - Restart computer
> - Delete folder C:\Users\[My windows account]\AppData\Roaming\Subversion
> - Restart computer
> - Install the lastest TortoiseSVN
> - Edit config file by Notepad
> - Restart computer
> -> Everything works fine.
>
> But I wonder if the TortoiseSVN can read the config file as the same as
> human read? You'll the see content of the config file has no difference when
> open by EmEditor or Notepad or another software.
> So should the config file change to Xml style? instead of text file?

That file is read by the subversion library, not by TortoiseSVN
itself. I suspect your editor is adding a UTF-8 byte order mark at the
start which is making Subversion disregard the rest of the content.
You should report this on the subversion mailing list so the
developers there can do something about making it more tolerant.

Simon

> Hi there,
>
> I've installed the TortoiseSVN (TortoiseSVN-1.7.9.23248-x64-svn-1.7.6.msi).
> - After that I've configure the config file to enable auto props (See
> F1.jpg).
> - The configuration file is located in C:\Users\[My windows
> account]\AppData\Roaming\Subversion (See attachments config file)
> - I created new file (ex: new text file) in my working folder and comit it
> (See F2.jpg)
> - The result in F3.jpg: my file hasn't been add svn:needs-lock prop. It's
> not read-only.
>
> Notes:
> - I've google and try to do follow the guide but it's still not working.
> - This trouble happened since I've install new version of TortoiseSVN, the
> previous version (at least a month ago) is okie. But now when I tried to
> uninstall new version and reinstall the previous version -> the auto-props
> still not working.
> - I've tried UnInstall TortoiseSVN -> restart computer -> Install new
> version -> restart computer (I do this couple times but the result still the
> same)
> - I'm using Windows 7 Ultimate (64 bit).
>
> Please help me.
>
> Many thanks.
> Best regards,
>
>

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3005790
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-09-14 09:36:11 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.