[uportal-dev] SVN Configuration for committers

2010-01-26 Thread Eric Dalquist
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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Eric Dalquist
So to further help avoid this problem we've added a pre-commit hook 
script to the Jasig SVN repository. The script[1] does the following:


Check that every added file has the svn:mime-type property set and every 
added file with a mime-type matching text/* also has svn:eol-style set. 
If any file fails this test the user is sent a verbose error message 
suggesting solutions and the commit is aborted.


If you run into any problems due to this pre-commit check please let me 
know.


-Eric

1: 
http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-mime-type.pl


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





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Cris J Holdorph
Yes, I have a file like that config in place.  It's not the exact same 
one as uportal, but one I've used from Sakai for a while.  It is nearly 
the same.  I'll resolve the few differences (adding a couple of uportal 
file types like .cpd) in the mean time.


 Cris J H

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Eric Dalquist

Sounds good, thanks Chris.

-Eric

On 01/26/2010 10:05 AM, Cris J Holdorph wrote:
Yes, I have a file like that config in place.  It's not the exact same 
one as uportal, but one I've used from Sakai for a while.  It is 
nearly the same.  I'll resolve the few differences (adding a couple of 
uportal file types like .cpd) in the mean time.


 Cris J H

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







smime.p7s
Description: S/MIME Cryptographic Signature


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Cris J Holdorph
Ok, I resolved the diffs between the uportal config and the config i was 
using.  The only difference that remains, is I use this in my file as 
well under the [miscellany] section


global-ignores=bin target m2-target

 Cris J H

Cris J Holdorph wrote:
Yes, I have a file like that config in place.  It's not the exact same 
one as uportal, but one I've used from Sakai for a while.  It is nearly 
the same.  I'll resolve the few differences (adding a couple of uportal 
file types like .cpd) in the mean time.


 Cris J H

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Susan Bramhall




I've put the file in the location as directed.  Is there a way for me
to verify that the settings are in use?
Susan

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
  
  


-- 




Susan Bramhall (susan.bramh...@yale.edu)
Senior Developer, Infrastructure Systems and Architecture (formerly
T&P)
Yale University Information Technology Services (ITS)
25 Science Park, 150 Munson St, New Haven, CT 06520
Phone:  203 432 6697



-- 
You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.comTo unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev





Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Drew Wills
My current version of this file is identical to the attachment on 
confluence.


drew

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



--
Andrew Wills
UNICON, Inc.
Office:  (480) 558-2476
http://cernunnos.googlecode.com/

--
You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Brad Szabo
I have merged in most of these changes to my Subversion config. I already had 
most of these settings, however, on other projects I do not set SVN keywords by 
default, so I will just be sure to use this specific configuration during any 
future uPortal commits via the --config-dir option.

Thanks,
Brad

- Original Message -
From: "Eric Dalquist" 
To: uportal-dev@lists.ja-sig.org
Sent: Tuesday, January 26, 2010 9:02:29 AM GMT -07:00 U.S. Mountain Time 
(Arizona)
Subject: Re: [uportal-dev] SVN Configuration for committers

So to further help avoid this problem we've added a pre-commit hook 
script to the Jasig SVN repository. The script[1] does the following:

Check that every added file has the svn:mime-type property set and every 
added file with a mime-type matching text/* also has svn:eol-style set. 
If any file fails this test the user is sent a verbose error message 
suggesting solutions and the commit is aborted.

If you run into any problems due to this pre-commit check please let me 
know.

-Eric

1: 
http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-mime-type.pl

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Adam Rybicki
Updated config file in place.

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev<>

Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Lennard Fuller
Done.

- Original Message -
From: "Eric Dalquist" 
To: uportal-dev@lists.ja-sig.org
Sent: Tuesday, January 26, 2010 8:53:09 AM GMT -07:00 U.S. Mountain Time 
(Arizona)
Subject: [uportal-dev] SVN Configuration for committers

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-01-26 Thread Gary Thompson

If I understood the directions correctly, I downloaded the "uportal-config" 
file from here: 
http://www.ja-sig.org/wiki/display/UPC/uPortal+3+Subversion+Configuration 

Renamed the file to just "config". 
And then overwrote the existing "config" file located in: 

...Application Data\Subversion 

(I'm using Windows). 

If that is correct, you can check me off. 

I'm not sure if it matters, but I am using TortoiseSVN. 

Gary 

- Original Message - 
From: "Eric Dalquist"  
To: uportal-dev@lists.ja-sig.org 
Sent: Tuesday, January 26, 2010 8:53:09 AM GMT -07:00 U.S. Mountain Time 
(Arizona) 
Subject: [uportal-dev] SVN Configuration for committers 

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] SVN Configuration for committers

2010-01-27 Thread Tuyhang Ly

Done.

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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-01-28 Thread Eric Dalquist
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





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [uportal-dev] SVN Configuration for committers

2010-02-20 Thread Brad Szabo
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" 
To: uportal-dev@lists.ja-sig.org
Cc: "Scott Battaglia" 
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 uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] SVN Configuration for committers

2010-04-19 Thread Eric Dalquist
Updated: 
http://www.ja-sig.org/wiki/display/UPC/uPortal+3+Subversion+Configuration


-Eric

On 02/20/2010 04:21 PM, Brad Szabo wrote:

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"
To: uportal-dev@lists.ja-sig.org
Cc: "Scott Battaglia"
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

 


   




smime.p7s
Description: S/MIME Cryptographic Signature