You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thomas Sanders <Th...@monitor-mpower.com> on 2006/10/19 13:16:18 UTC

Workaround for auto-props bug 2036

(I tried sending this to dev@ but it didn't appear in the archive,
so here it is again, sent to users@.)


I want auto-props like this, so as to set the properties regardless of
the case of the file suffix (especially relevant on case-insensitive
filesystems):

*.sql = svn:keywords=Revision HeadURL Id
*.SQL = svn:keywords=Revision HeadURL Id

Due to bug 2036, it does not work: one entry replaces the other and the
property is set only if the new file has the right case.

I have found a work-around:

*\.sql = svn:keywords=Revision HeadURL Id
*.SQL = svn:keywords=Revision HeadURL Id

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


Re: Workaround for auto-props bug 2036

Posted by John Alan Belli <ja...@pobox.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 19 Oct 2006 14:16:18 +0100, Thomas Sanders said:

> I want auto-props like this, so as to set the properties
> regardless of the case of the file suffix (especially relevant
> on case-insensitive filesystems):
> 
> *.sql = svn:keywords=Revision HeadURL Id
> *.SQL = svn:keywords=Revision HeadURL Id
> 
> Due to bug 2036, it does not work: one entry replaces the
> other and the property is set only if the new file has the
> right case.
> 
> I have found a work-around:
> 
> *\.sql = svn:keywords=Revision HeadURL Id
> *.SQL = svn:keywords=Revision HeadURL Id

*.[Ss][Qq][Ll] = svn:keywords=Revision HeadURL Id

This does not work if .sQl etc would be an error.


JAB
- -- 
John Alan Belli      jabelli@pobox.com       http:// coming soon
(_@___#    PGP DH/DSS Key ID: 0x9F9A5233  RSA Key ID: 0xFD7399CD
U/~       O-       Available by finger and on various keyservers

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.1 - not licensed for commercial use: www.pgp.com

iQA/AwUBRTlXCtiLDoWfmlIzEQLC1ACg5PVdiaHQyH/cafT9lvV9wS1XqcIAn0Po
QB/u0EWJzr/vuHOg0ENCmBzM
=6e64
-----END PGP SIGNATURE-----

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