You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@collab.net> on 2005/10/26 20:22:28 UTC

Re: svn commit: r16880 - trunk/www

This looks really good.  Only one comment, inline...

On Thu, 20 Oct 2005, danderson@tigris.org wrote:
...
> Log:
> Update the 1.3 release notes to mention the wc prop storage change and
> possible implications for developers not using the svn API to read wc
> props.
> 
> * www/svn_1.3_releasenotes.html
>   (wc-props-change): New section.
...
> Url: http://svn.collab.net/viewcvs/svn/trunk/www/svn_1.3_releasenotes.html?rev=16880&p1=trunk/www/svn_1.3_releasenotes.html&p2=trunk/www/svn_1.3_releasenotes.html&r1=16879&r2=16880
> ==============================================================================
> --- trunk/www/svn_1.3_releasenotes.html	(original)
> +++ trunk/www/svn_1.3_releasenotes.html	Thu Oct 20 19:55:26 2005
...
> +<p>However, programs that interact with the working copy property
> +files without going through the official Subversion API or binaries
> +may experience problems.  JavaSVN is the only project that we know of
> +that falls into this category, and they have been notified
> +accordingly.  If you happen to be using or developing software which
> +reads working copy properties without the help of svn, then you may
...

How about "without the help of Subversion's core libraries" or "without the
help of the svn command-line binary or Subversion's libraries"?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r16880 - trunk/www

Posted by Daniel Rall <dl...@collab.net>.
On Wed, 26 Oct 2005, Joshua Varner wrote:

> On 10/26/05, Daniel Rall <dl...@collab.net> wrote:
> > This looks really good.  Only one comment, inline...
> >
> > On Thu, 20 Oct 2005, danderson@tigris.org wrote:
> > ...
> > > Log:
> > > Update the 1.3 release notes to mention the wc prop storage change and
> > > possible implications for developers not using the svn API to read wc
> > > props.
> > >
> > > * www/svn_1.3_releasenotes.html
> > >   (wc-props-change): New section.
> > ...
> > > Url: http://svn.collab.net/viewcvs/svn/trunk/www/svn_1.3_releasenotes.html?rev=16880&p1=trunk/www/svn_1.3_releasenotes.html&p2=trunk/www/svn_1.3_releasenotes.html&r1=16879&r2=16880
> > > ==============================================================================
> > > --- trunk/www/svn_1.3_releasenotes.html       (original)
> > > +++ trunk/www/svn_1.3_releasenotes.html       Thu Oct 20 19:55:26 2005
> > ...
> > > +<p>However, programs that interact with the working copy property
> > > +files without going through the official Subversion API or binaries
> > > +may experience problems.  JavaSVN is the only project that we know of
> > > +that falls into this category, and they have been notified
> > > +accordingly.  If you happen to be using or developing software which
> > > +reads working copy properties without the help of svn, then you may
> > ...
> >
> > How about "without the help of Subversion's core libraries" or "without the
> > help of the svn command-line binary or Subversion's libraries"?
> >
> How about
> 
> However, programs, which interact with properties in the working copy without
> using the official Subversion APIs or libraries, may experience problems.
> JavaSVN is the only project that we know falls into this category, and they
> have been notified accordingly. If you are developing software that, similarly,
> bypasses the Subversion APIs, then you may . . .

Nice, Josh.  I've added something quite similar in r17115.
-- 

Daniel Rall

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r16880 - trunk/www

Posted by Joshua Varner <jl...@gmail.com>.
On 10/26/05, Daniel Rall <dl...@collab.net> wrote:
> This looks really good.  Only one comment, inline...
>
> On Thu, 20 Oct 2005, danderson@tigris.org wrote:
> ...
> > Log:
> > Update the 1.3 release notes to mention the wc prop storage change and
> > possible implications for developers not using the svn API to read wc
> > props.
> >
> > * www/svn_1.3_releasenotes.html
> >   (wc-props-change): New section.
> ...
> > Url: http://svn.collab.net/viewcvs/svn/trunk/www/svn_1.3_releasenotes.html?rev=16880&p1=trunk/www/svn_1.3_releasenotes.html&p2=trunk/www/svn_1.3_releasenotes.html&r1=16879&r2=16880
> > ==============================================================================
> > --- trunk/www/svn_1.3_releasenotes.html       (original)
> > +++ trunk/www/svn_1.3_releasenotes.html       Thu Oct 20 19:55:26 2005
> ...
> > +<p>However, programs that interact with the working copy property
> > +files without going through the official Subversion API or binaries
> > +may experience problems.  JavaSVN is the only project that we know of
> > +that falls into this category, and they have been notified
> > +accordingly.  If you happen to be using or developing software which
> > +reads working copy properties without the help of svn, then you may
> ...
>
> How about "without the help of Subversion's core libraries" or "without the
> help of the svn command-line binary or Subversion's libraries"?
>
How about

However, programs, which interact with properties in the working copy without
using the official Subversion APIs or libraries, may experience problems.
JavaSVN is the only project that we know falls into this category, and they
have been notified accordingly. If you are developing software that, similarly,
bypasses the Subversion APIs, then you may . . .


Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org