You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/03/16 01:53:19 UTC

svn commit: r1301299 - /maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt

Author: hboutemy
Date: Fri Mar 16 00:53:19 2012
New Revision: 1301299

URL: http://svn.apache.org/viewvc?rev=1301299&view=rev
Log:
infra found a command to edit symlinks

Modified:
    maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt

Modified: maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt
URL: http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt?rev=1301299&r1=1301298&r2=1301299&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt (original)
+++ maven/site/branches/INFRA-4466/trunk/content/apt/developers/release/maven-plugin-release.apt Fri Mar 16 00:53:19 2012
@@ -72,10 +72,17 @@ svnmucc -U https://svn.apache.org/repos/
        rm maven-XXX-plugin cp maven-XXX-plugin-Y.Z maven-XXX-plugin
 +-------+
 
-  [[b]] change symlink: TODO find an easy way to change a symlink created in svn, like https://svn.apache.org/repos/infra/websites/production/maventest/content/ant-tasks
+  [[b]] create/change symlink
+
++-------+
+svnmucc -U https://svn.apache.org/repos/infra/websites/production/maventest/content/plugins \
+       put =(printf "link maven-XXX-plugin-Y.Z") maven-XXX-plugin \
+       propset svn:special '*' maven-XXX-plugin
++-------+
+~~ see http://subversion.tigris.org/issues/show_bug.cgi?id=4142 for expected improvements
 
   []
 
 * Updating the Maven site
 
- Use the CMS to update {{{/plugins/}the plugins page}}, made easy with the bookmarklet.
+ Use the CMS to update {{{/plugins/}the plugins page}}, made easy with the bookmarklet.
\ No newline at end of file