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 2013/04/12 15:32:32 UTC

svn commit: r1467266 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: danielsh
Date: Fri Apr 12 13:32:31 2013
New Revision: 1467266

URL: http://svn.apache.org/r1467266
Log:
* docs/community-guide/releasing.part.html
  (#release-branches): Use the short URL syntax.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1467266&r1=1467265&r2=1467266&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Apr 12 13:32:31 2013
@@ -1126,8 +1126,8 @@ A.B with the version you're preparing, e
 <ul>
 <li><p>Create the new release branch with a server-side copy:</p>
     <pre>
-      svn cp https://svn.apache.org/repos/asf/subversion/trunk \
-             https://svn.apache.org/repos/asf/subversion/branches/A.B.x \
+      svn cp ^/subversion/trunk \
+             ^/subversion/branches/A.B.x \
              -m "Create A.B.x release branch."
     </pre></li>
 



Re: svn commit: r1467266 - /subversion/site/publish/docs/community-guide/releasing.part.html

Posted by Philip Martin <ph...@wandisco.com>.
One absolute URL is enough, the other can be relative.

Ben Reser <be...@reser.org> writes:

> I tend to think the absolute URL syntax is better for our
> documentation since the only way the relative URL works is if you run
> it while your CWD is in a working copy in that repo.
>
> On Fri, Apr 12, 2013 at 6:32 AM,  <da...@apache.org> wrote:
>> Author: danielsh
>> Date: Fri Apr 12 13:32:31 2013
>> New Revision: 1467266
>>
>> URL: http://svn.apache.org/r1467266
>> Log:
>> * docs/community-guide/releasing.part.html
>>   (#release-branches): Use the short URL syntax.
>>
>> Modified:
>>     subversion/site/publish/docs/community-guide/releasing.part.html
>>
>> Modified: subversion/site/publish/docs/community-guide/releasing.part.html
>> URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1467266&r1=1467265&r2=1467266&view=diff
>> ==============================================================================
>> --- subversion/site/publish/docs/community-guide/releasing.part.html (original)
>> +++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Apr 12 13:32:31 2013
>> @@ -1126,8 +1126,8 @@ A.B with the version you're preparing, e
>>  <ul>
>>  <li><p>Create the new release branch with a server-side copy:</p>
>>      <pre>
>> -      svn cp https://svn.apache.org/repos/asf/subversion/trunk \
>> -             https://svn.apache.org/repos/asf/subversion/branches/A.B.x \
>> +      svn cp ^/subversion/trunk \
>> +             ^/subversion/branches/A.B.x \
>>               -m "Create A.B.x release branch."
>>      </pre></li>
>>
>>
>

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Re: svn commit: r1467266 - /subversion/site/publish/docs/community-guide/releasing.part.html

Posted by Daniel Shahaf <da...@apache.org>.
I was optimising for readability, not portability.

On Fri, Apr 12, 2013 at 07:46:14AM -0700, Ben Reser wrote:
> I tend to think the absolute URL syntax is better for our
> documentation since the only way the relative URL works is if you run
> it while your CWD is in a working copy in that repo.
> 
> On Fri, Apr 12, 2013 at 6:32 AM,  <da...@apache.org> wrote:
> > Author: danielsh
> > Date: Fri Apr 12 13:32:31 2013
> > New Revision: 1467266
> >
> > URL: http://svn.apache.org/r1467266
> > Log:
> > * docs/community-guide/releasing.part.html
> >   (#release-branches): Use the short URL syntax.
> >
> > Modified:
> >     subversion/site/publish/docs/community-guide/releasing.part.html
> >
> > Modified: subversion/site/publish/docs/community-guide/releasing.part.html
> > URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1467266&r1=1467265&r2=1467266&view=diff
> > ==============================================================================
> > --- subversion/site/publish/docs/community-guide/releasing.part.html (original)
> > +++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Apr 12 13:32:31 2013
> > @@ -1126,8 +1126,8 @@ A.B with the version you're preparing, e
> >  <ul>
> >  <li><p>Create the new release branch with a server-side copy:</p>
> >      <pre>
> > -      svn cp https://svn.apache.org/repos/asf/subversion/trunk \
> > -             https://svn.apache.org/repos/asf/subversion/branches/A.B.x \
> > +      svn cp ^/subversion/trunk \
> > +             ^/subversion/branches/A.B.x \
> >               -m "Create A.B.x release branch."
> >      </pre></li>
> >
> >

Re: svn commit: r1467266 - /subversion/site/publish/docs/community-guide/releasing.part.html

Posted by Daniel Shahaf <da...@apache.org>.
I was optimising for readability, not portability.

On Fri, Apr 12, 2013 at 07:46:14AM -0700, Ben Reser wrote:
> I tend to think the absolute URL syntax is better for our
> documentation since the only way the relative URL works is if you run
> it while your CWD is in a working copy in that repo.
> 
> On Fri, Apr 12, 2013 at 6:32 AM,  <da...@apache.org> wrote:
> > Author: danielsh
> > Date: Fri Apr 12 13:32:31 2013
> > New Revision: 1467266
> >
> > URL: http://svn.apache.org/r1467266
> > Log:
> > * docs/community-guide/releasing.part.html
> >   (#release-branches): Use the short URL syntax.
> >
> > Modified:
> >     subversion/site/publish/docs/community-guide/releasing.part.html
> >
> > Modified: subversion/site/publish/docs/community-guide/releasing.part.html
> > URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1467266&r1=1467265&r2=1467266&view=diff
> > ==============================================================================
> > --- subversion/site/publish/docs/community-guide/releasing.part.html (original)
> > +++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Apr 12 13:32:31 2013
> > @@ -1126,8 +1126,8 @@ A.B with the version you're preparing, e
> >  <ul>
> >  <li><p>Create the new release branch with a server-side copy:</p>
> >      <pre>
> > -      svn cp https://svn.apache.org/repos/asf/subversion/trunk \
> > -             https://svn.apache.org/repos/asf/subversion/branches/A.B.x \
> > +      svn cp ^/subversion/trunk \
> > +             ^/subversion/branches/A.B.x \
> >               -m "Create A.B.x release branch."
> >      </pre></li>
> >
> >

Re: svn commit: r1467266 - /subversion/site/publish/docs/community-guide/releasing.part.html

Posted by Ben Reser <be...@reser.org>.
I tend to think the absolute URL syntax is better for our
documentation since the only way the relative URL works is if you run
it while your CWD is in a working copy in that repo.

On Fri, Apr 12, 2013 at 6:32 AM,  <da...@apache.org> wrote:
> Author: danielsh
> Date: Fri Apr 12 13:32:31 2013
> New Revision: 1467266
>
> URL: http://svn.apache.org/r1467266
> Log:
> * docs/community-guide/releasing.part.html
>   (#release-branches): Use the short URL syntax.
>
> Modified:
>     subversion/site/publish/docs/community-guide/releasing.part.html
>
> Modified: subversion/site/publish/docs/community-guide/releasing.part.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1467266&r1=1467265&r2=1467266&view=diff
> ==============================================================================
> --- subversion/site/publish/docs/community-guide/releasing.part.html (original)
> +++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Apr 12 13:32:31 2013
> @@ -1126,8 +1126,8 @@ A.B with the version you're preparing, e
>  <ul>
>  <li><p>Create the new release branch with a server-side copy:</p>
>      <pre>
> -      svn cp https://svn.apache.org/repos/asf/subversion/trunk \
> -             https://svn.apache.org/repos/asf/subversion/branches/A.B.x \
> +      svn cp ^/subversion/trunk \
> +             ^/subversion/branches/A.B.x \
>               -m "Create A.B.x release branch."
>      </pre></li>
>
>

Re: svn commit: r1467266 - /subversion/site/publish/docs/community-guide/releasing.part.html

Posted by Ben Reser <be...@reser.org>.
I tend to think the absolute URL syntax is better for our
documentation since the only way the relative URL works is if you run
it while your CWD is in a working copy in that repo.

On Fri, Apr 12, 2013 at 6:32 AM,  <da...@apache.org> wrote:
> Author: danielsh
> Date: Fri Apr 12 13:32:31 2013
> New Revision: 1467266
>
> URL: http://svn.apache.org/r1467266
> Log:
> * docs/community-guide/releasing.part.html
>   (#release-branches): Use the short URL syntax.
>
> Modified:
>     subversion/site/publish/docs/community-guide/releasing.part.html
>
> Modified: subversion/site/publish/docs/community-guide/releasing.part.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1467266&r1=1467265&r2=1467266&view=diff
> ==============================================================================
> --- subversion/site/publish/docs/community-guide/releasing.part.html (original)
> +++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Apr 12 13:32:31 2013
> @@ -1126,8 +1126,8 @@ A.B with the version you're preparing, e
>  <ul>
>  <li><p>Create the new release branch with a server-side copy:</p>
>      <pre>
> -      svn cp https://svn.apache.org/repos/asf/subversion/trunk \
> -             https://svn.apache.org/repos/asf/subversion/branches/A.B.x \
> +      svn cp ^/subversion/trunk \
> +             ^/subversion/branches/A.B.x \
>               -m "Create A.B.x release branch."
>      </pre></li>
>
>