[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1406967 - in /subversion/site/publish: docs/community-guide/repro-template.sh roadmap.html

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 8 Nov 2012 11:12:11 +0200

danielsh_at_apache.org wrote on Thu, Nov 08, 2012 at 09:03:48 -0000:
> Author: danielsh
> Date: Thu Nov 8 09:03:48 2012
> New Revision: 1406967
>
> URL: http://svn.apache.org/viewvc?rev=1406967&view=rev
> Log:
> * roadmap.html: Typo fix
>
> Modified:
> subversion/site/publish/docs/community-guide/repro-template.sh

Committed by accident --- thanks, svn_opt_push_implicit_dot_target ---
but it's a reasonable change, so I left it in and edited the log message
accordingly.

> subversion/site/publish/roadmap.html
>
> Modified: subversion/site/publish/docs/community-guide/repro-template.sh
> URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/repro-template.sh?rev=1406967&r1=1406966&r2=1406967&view=diff
> ==============================================================================
> --- subversion/site/publish/docs/community-guide/repro-template.sh (original)
> +++ subversion/site/publish/docs/community-guide/repro-template.sh Thu Nov 8 09:03:48 2012
> @@ -22,6 +22,11 @@ if [ -z "$SVN" ]; then
> SVNADMIN=`which svnadmin`
> fi
>
> +# Make sure we don't use $HOME/.subversion/.
> +SVN="${SVN} --config-dir=./svn-repro-config-dir"
> +SVNADMIN="${SVNADMIN} --config-dir=./svn-repro-config-dir"
> +SVNSERVE="${SVNSERVE} --config-dir=./svn-repro-config-dir"
> +
> # Use English output.
> LC_ALL=C; export LC_ALL
>
>
> Modified: subversion/site/publish/roadmap.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1406967&r1=1406966&r2=1406967&view=diff
> ==============================================================================
> --- subversion/site/publish/roadmap.html (original)
> +++ subversion/site/publish/roadmap.html Thu Nov 8 09:03:48 2012
> @@ -380,7 +380,7 @@ numbering, compatibility, and deprecatio
> <tr class="task-level-1 not-started">
> <td class="task-name">Review private APIs</td>
> <td class="task-status">Not Started</td>
> - <td>Review private APIs (including APIs used by <tt>subversion/svn*/</tt>,
> + <td>Review private APIs (including APIs used by <tt>subversion/svn*/</tt>),
> and determine which of them should be promoted to public.</td>
> </tr>
> <tr class="task-level-1 not-started">
>
>
Received on 2012-11-08 10:12:49 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.