You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Günter Gratzer <Gu...@abf.co.at> on 2007/03/13 13:09:38 UTC

Auto-Props and uppercase file extensions

Hello,

I have the following problem with the auto-prop feature. We have filenames with upper and lowercase characters in the repository, e.g. *.fmb and *.FMB.

If I specifiy it like this in the config file 

 

*.FMB = svn:needs-lock

*.fmb = svn:needs-lock

 

only the files with uppercase file extensions will get the svn:needs-lock property. 

If I include only *.fmb = svn:needs-lock in the config file then only the files with lowercase file extensions will get the property.

 

Is there a bug or must I specify it different in the config file?

 

I'm using svn V1.4.3 and Tortoise V1.4.3 on Windows XP, the repository is on a SUSE LINUX 10.0 with subversion 1.4.3

Günter


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.10/720 - Release Date: 12.03.2007 19:19
 

Re: Auto-Props and uppercase file extensions

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 13, 2007, at 08:09, Günter Gratzer wrote:

> I have the following problem with the auto-prop feature. We have  
> filenames with upper and lowercase characters in the repository,  
> e.g. *.fmb and *.FMB.
>
> If I specifiy it like this in the config file
>
>
> *.FMB = svn:needs-lock
>
> *.fmb = svn:needs-lock
>
>
> only the files with uppercase file extensions will get the  
> svn:needs-lock property.
>
> If I include only *.fmb = svn:needs-lock in the config file then  
> only the files with lowercase file extensions will get the property.
>
>
> Is there a bug or must I specify it different in the config file?
>
>
> I’m using svn V1.4.3 and Tortoise V1.4.3 on Windows XP, the  
> repository is on a SUSE LINUX 10.0 with subversion 1.4.3


Yes, this is a known problem:

http://subversion.tigris.org/issues/show_bug.cgi?id=2036


For some workarounds, read this:

http://svn.haxx.se/users/archive-2006-10/1029.shtml


-- 

To reply to the mailing list, please use your mailer's Reply To All  
function


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org