Skip to Content.
Sympa Menu

shibboleth-dev - [Shib-Dev] Code Header and SVN Property Changes

Subject: Shibboleth Developers

List archive

[Shib-Dev] Code Header and SVN Property Changes


Chronological Thread 
  • From: Chad La Joie <>
  • To: Shib Dev <>
  • Subject: [Shib-Dev] Code Header and SVN Property Changes
  • Date: Mon, 30 May 2011 08:49:49 -0400

Mid-week Brent is going to be checking in two changes that will effect
most files in our Java repositories.

First, he'll be fixing up the license header used by our source code.
It'll still be Apache 2 licensed, we're just moving to a model that
makes it easier for us to track which organizations contributed code.

Second, we'll be fixing up two SVN properties on most of our files:
- svn:eol-style will be set to native on our text files (so when you
check out files it'll convert line endings to your platform's native
character(s))
- svn:mime-type property will be removed from all files that don't
have a registered MIME type (mostly source files) and will be properly
set for those that do. This helps our SVN web view do syntax
highlighting as well as just being good housekeeping.

Developers, please be sure to adjust your SVN clients as described in
the documents below. This will ensure that all new files have the
proper SVN properties set automatically.
- Command line:
https://wiki.shibboleth.net/confluence/display/DEV/SVNConfig
- Eclipse: https://wiki.shibboleth.net/confluence/display/DEV/EclipseConfig

--
Chad La Joie
www.itumi.biz
trusted identities, delivered


  • [Shib-Dev] Code Header and SVN Property Changes, Chad La Joie, 05/30/2011

Archive powered by MHonArc 2.6.16.

Top of Page