You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/05/12 00:16:10 UTC

svn commit: r943312 - /subversion/site/publish/mail

Author: danielsh
Date: Tue May 11 22:16:10 2010
New Revision: 943312

URL: http://svn.apache.org/viewvc?rev=943312&view=rev
Log:
Attempt to make the http://subversion.apache.org/mail/ archives live.

* /site/publish/mail:  New symlink.

Added:
    subversion/site/publish/mail   (with props)

Added: subversion/site/publish/mail
URL: http://svn.apache.org/viewvc/subversion/site/publish/mail?rev=943312&view=auto
==============================================================================
--- subversion/site/publish/mail (added)
+++ subversion/site/publish/mail Tue May 11 22:16:10 2010
@@ -0,0 +1 @@
+link /home/apmail/public-arch/subversion.apache.org
\ No newline at end of file

Propchange: subversion/site/publish/mail
------------------------------------------------------------------------------
    svn:special = yes



Re: svn commit: r943312 - /subversion/site/publish/mail

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
danielsh@apache.org wrote on Tue, 11 May 2010 at 22:16 -0000:
> * /site/publish/mail:  New symlink.
...
> Propchange: subversion/site/publish/mail
> ------------------------------------------------------------------------------
>     svn:special = yes

I added this symlink on windows.  Shouldn't something have normalized
the value to "*"?  (i.e., SVN_PROP_BOOLEAN_TRUE)

    [[[
    % svn info | grep URL
    URL: https://svn.eu.apache.org/repos/asf/subversion/site/publish

    % svn pl -vR faq.en.html mail
    Properties on 'faq.en.html':
      svn:special
        yes
    Properties on 'mail':
      svn:special
        yes

    %
    ]]]

Re: svn commit: r943312 - /subversion/site/publish/mail

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
danielsh@apache.org wrote on Tue, 11 May 2010 at 22:16 -0000:
> * /site/publish/mail:  New symlink.
...
> Propchange: subversion/site/publish/mail
> ------------------------------------------------------------------------------
>     svn:special = yes

I added this symlink on windows.  Shouldn't something have normalized
the value to "*"?  (i.e., SVN_PROP_BOOLEAN_TRUE)

    [[[
    % svn info | grep URL
    URL: https://svn.eu.apache.org/repos/asf/subversion/site/publish

    % svn pl -vR faq.en.html mail
    Properties on 'faq.en.html':
      svn:special
        yes
    Properties on 'mail':
      svn:special
        yes

    %
    ]]]