You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2004/05/05 08:54:29 UTC

Re: svn commit: r9623 - trunk/subversion/libsvn_client

jpieper@tigris.org wrote:

>Author: jpieper
>Date: Tue May  4 17:32:57 2004
>New Revision: 9623
>
>Modified:
>   trunk/subversion/libsvn_client/blame.c
>   trunk/subversion/libsvn_client/cat.c
>   trunk/subversion/libsvn_client/client.h
>   trunk/subversion/libsvn_client/ls.c
>   trunk/subversion/libsvn_client/prop_commands.c
>   trunk/subversion/libsvn_client/ra.c
>Log:
>Issue #1093: Make list, propget, proplist, and blame follow copy
>history in the same way cat does currently.  Have all of these
>subcommands use a new helper function that does the initial work for
>any subcommand that takes a single working copy path or a single URL.
>Additionally, fix a URI escaping problem in
>svn_client__repos_locations that causes it to fail on filenames with
>spaces.
>  
>
This gets a failure in blame_tests.py on i686-pc-linux-gnu shared ra_dav.




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

Re: svn commit: r9623 - trunk/subversion/libsvn_client

Posted by Josh Pieper <jp...@andrew.cmu.edu>.
Branko ??ibej wrote:
> jpieper@tigris.org wrote:
> >Log:
> >Issue #1093: Make list, propget, proplist, and blame follow copy
> >history in the same way cat does currently.  Have all of these
> >subcommands use a new helper function that does the initial work for
> >any subcommand that takes a single working copy path or a single URL.
> >Additionally, fix a URI escaping problem in
> >svn_client__repos_locations that causes it to fail on filenames with
> >spaces.
> > 
> >
> This gets a failure in blame_tests.py on i686-pc-linux-gnu shared ra_dav.

That's what I get for not having set up DAV tests yet.  I believe this
is corrected in r9627.

-Josh

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