You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by David Crossley <cr...@apache.org> on 2013/05/06 10:18:39 UTC

configuration of svn [Was: svn commit: r1477438 - /incubator/public/trunk/content/projects/jclouds.xml]

How do new files that are added to svn, get these properties set?
We cannot see the diffs.

There are also other new ones in SVN that do not have eol-style set.
http://apache.org/dev/version-control.html#https-svn-config

Is it that people do not have correct configuration, or is this
the CMS?

-David

smarru@apache.org wrote:
> Author: smarru
> Date: Tue Apr 30 01:17:52 2013
> New Revision: 1477438
> 
> URL: http://svn.apache.org/r1477438
> Log:
> adding jclouds template status page
> 
> Added:
>     incubator/public/trunk/content/projects/jclouds.xml   (with props)
> 
> Added: incubator/public/trunk/content/projects/jclouds.xml
> URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/jclouds.xml?rev=1477438&view=auto
> ==============================================================================
> Binary file - no diff available.
> 
> Propchange: incubator/public/trunk/content/projects/jclouds.xml
> ------------------------------------------------------------------------------
>     svn:mime-type = application/xml
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: configuration of svn [Was: svn commit: r1477438 - /incubator/public/trunk/content/projects/jclouds.xml]

Posted by David Crossley <cr...@apache.org>.
Thanks for the additional information.

Would the following people please attend to their configuration:
http://apache.org/dev/version-control.html#https-svn-config

These are the initial committers for the following recently added files:

phunt : content/projects/curator.xml
acmurthy : content/projects/falcon.xml
rvs : content/projects/hdt.xml
marru : content/projects/jclouds.xml
ddas : content/projects/knox.xml
edwardyoon : content/projects/mrql.xml
mfranklin : content/projects/streams.xml
jghoman : content/projects/tajo.xml
acmurthy : content/projects/tez.xml

There are also a stack of recent ones under content/ip-clearance/ directory.
Would people who have recently added files there please fix yourself.

-David

sebb wrote:
> A further wrinkle here is that SVN treats
> 
> application/xml
> 
> as binary.
> 
> To be treated as text, an XML file needs to be
> 
> text/xml
> 
> or similar, see:
> 
> http://subversion.apache.org/faq.html#binary-files
> 
> 
> 
> On 6 May 2013 10:25, Greg Stein <gs...@gmail.com> wrote:
> 
> > After you add a file (and before commit), you can use 'svn propset' to
> > set properties.
> >
> > In addition, there are "auto props" in your personal configuration
> > file. If people in a group don't have the autoprops set similarly,
> > then your default props can (obviously) vary. Subversion 1.8 (*) will
> > provide assistance with unifying autoprops across group members.
> >
> > Cheers,
> > -g
> >
> > [1]
> > http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config
> >
> > On Mon, May 6, 2013 at 4:18 AM, David Crossley <cr...@apache.org>
> > wrote:
> > > How do new files that are added to svn, get these properties set?
> > > We cannot see the diffs.
> > >
> > > There are also other new ones in SVN that do not have eol-style set.
> > > http://apache.org/dev/version-control.html#https-svn-config
> > >
> > > Is it that people do not have correct configuration, or is this
> > > the CMS?
> > >
> > > -David
> > >
> > > smarru@apache.org wrote:
> > >> Author: smarru
> > >> Date: Tue Apr 30 01:17:52 2013
> > >> New Revision: 1477438
> > >>
> > >> URL: http://svn.apache.org/r1477438
> > >> Log:
> > >> adding jclouds template status page
> > >>
> > >> Added:
> > >>     incubator/public/trunk/content/projects/jclouds.xml   (with props)
> > >>
> > >> Added: incubator/public/trunk/content/projects/jclouds.xml
> > >> URL:
> > http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/jclouds.xml?rev=1477438&view=auto
> > >>
> > ==============================================================================
> > >> Binary file - no diff available.
> > >>
> > >> Propchange: incubator/public/trunk/content/projects/jclouds.xml
> > >>
> > ------------------------------------------------------------------------------
> > >>     svn:mime-type = application/xml
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: general-help@incubator.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: general-help@incubator.apache.org
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: configuration of svn [Was: svn commit: r1477438 - /incubator/public/trunk/content/projects/jclouds.xml]

Posted by sebb <se...@gmail.com>.
A further wrinkle here is that SVN treats

application/xml

as binary.

To be treated as text, an XML file needs to be

text/xml

or similar, see:

http://subversion.apache.org/faq.html#binary-files



On 6 May 2013 10:25, Greg Stein <gs...@gmail.com> wrote:

> After you add a file (and before commit), you can use 'svn propset' to
> set properties.
>
> In addition, there are "auto props" in your personal configuration
> file. If people in a group don't have the autoprops set similarly,
> then your default props can (obviously) vary. Subversion 1.8 (*) will
> provide assistance with unifying autoprops across group members.
>
> Cheers,
> -g
>
> [1]
> http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config
>
> On Mon, May 6, 2013 at 4:18 AM, David Crossley <cr...@apache.org>
> wrote:
> > How do new files that are added to svn, get these properties set?
> > We cannot see the diffs.
> >
> > There are also other new ones in SVN that do not have eol-style set.
> > http://apache.org/dev/version-control.html#https-svn-config
> >
> > Is it that people do not have correct configuration, or is this
> > the CMS?
> >
> > -David
> >
> > smarru@apache.org wrote:
> >> Author: smarru
> >> Date: Tue Apr 30 01:17:52 2013
> >> New Revision: 1477438
> >>
> >> URL: http://svn.apache.org/r1477438
> >> Log:
> >> adding jclouds template status page
> >>
> >> Added:
> >>     incubator/public/trunk/content/projects/jclouds.xml   (with props)
> >>
> >> Added: incubator/public/trunk/content/projects/jclouds.xml
> >> URL:
> http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/jclouds.xml?rev=1477438&view=auto
> >>
> ==============================================================================
> >> Binary file - no diff available.
> >>
> >> Propchange: incubator/public/trunk/content/projects/jclouds.xml
> >>
> ------------------------------------------------------------------------------
> >>     svn:mime-type = application/xml
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: general-help@incubator.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

Re: configuration of svn [Was: svn commit: r1477438 - /incubator/public/trunk/content/projects/jclouds.xml]

Posted by Greg Stein <gs...@gmail.com>.
After you add a file (and before commit), you can use 'svn propset' to
set properties.

In addition, there are "auto props" in your personal configuration
file. If people in a group don't have the autoprops set similarly,
then your default props can (obviously) vary. Subversion 1.8 (*) will
provide assistance with unifying autoprops across group members.

Cheers,
-g

[1] http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config

On Mon, May 6, 2013 at 4:18 AM, David Crossley <cr...@apache.org> wrote:
> How do new files that are added to svn, get these properties set?
> We cannot see the diffs.
>
> There are also other new ones in SVN that do not have eol-style set.
> http://apache.org/dev/version-control.html#https-svn-config
>
> Is it that people do not have correct configuration, or is this
> the CMS?
>
> -David
>
> smarru@apache.org wrote:
>> Author: smarru
>> Date: Tue Apr 30 01:17:52 2013
>> New Revision: 1477438
>>
>> URL: http://svn.apache.org/r1477438
>> Log:
>> adding jclouds template status page
>>
>> Added:
>>     incubator/public/trunk/content/projects/jclouds.xml   (with props)
>>
>> Added: incubator/public/trunk/content/projects/jclouds.xml
>> URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/jclouds.xml?rev=1477438&view=auto
>> ==============================================================================
>> Binary file - no diff available.
>>
>> Propchange: incubator/public/trunk/content/projects/jclouds.xml
>> ------------------------------------------------------------------------------
>>     svn:mime-type = application/xml
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org