I just ran into a problem trying to do a vendor drop of uPortal 3.2.0-GA caused by mixed line endings in a .crn file.
I'd like to propose that we add the following to the list of auto-props: *.crn = svn:eol-style=native;svn:mime-type=text/xml *.user = svn:eol-style=native;svn:mime-type=text/xml *.theme = svn:eol-style=native;svn:mime-type=text/xml *.profile = svn:eol-style=native;svn:mime-type=text/xml *.structure = svn:eol-style=native;svn:mime-type=text/xml *.permission_set = svn:eol-style=native;svn:mime-type=text/xml *.group_membership = svn:eol-style=native;svn:mime-type=text/xml *.layout = svn:eol-style=native;svn:mime-type=text/xml *.fragment-layout = svn:eol-style=native;svn:mime-type=text/xml *.entity-type = svn:eol-style=native;svn:mime-type=text/xml *.channel-type = svn:eol-style=native;svn:mime-type=text/xml *.channel = svn:eol-style=native;svn:mime-type=text/xml and any other entity file name extensions I may have missed. ~Brad ----- Original Message ----- From: "Eric Dalquist" <[email protected]> To: [email protected] Cc: "Scott Battaglia" <[email protected]> Sent: Thursday, January 28, 2010 9:46:26 AM GMT -07:00 U.S. Mountain Time (Arizona) Subject: Re: [uportal-dev] SVN Configuration for committers If you are having problems with warnings about svn:mime-type not being set I've put up an updated SVN config file that specifies the svn:mime-type header as well: http://www.ja-sig.org/wiki/download/attachments/11109320/uportal-config?version=2 -Eric On 01/26/2010 09:53 AM, Eric Dalquist wrote: > So after causing enough pain for each other we're going to start > enforcing the use of a standard subversion configuration. This will > enforce standard line endings in the repository and hopefully help > avoid problems between people on differing platforms. > > Information on getting this configuration setup is here: > http://www.ja-sig.org/wiki/display/UPC/uPortal+3+Subversion+Configuration > > We have the following current committer list for uPortal, I'd like to > get a direct confirmation from each person on this list that they have > the SVN configuration file in place. > acolebourne, apetro, arybicki, awills, bourey, bszabo, dschultz, > edalquist, gthompson, holdorph, lfuller, nblair, sbattaglia, > sbramhall, tuyly > > Thanks, > Eric > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
