You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Szakmeister <jo...@szakmeister.net> on 2003/11/01 13:36:09 UTC

[PATCH] svn ls -r PREV|BASE PATH for working copy

I'm not entirely sure if this correct, but it fixes the problem as far as I 
can tell.  It passes 'make check' and I've also included an update to 
basic_tests.py to make sure it doesn't slip by in the future.

---------------------------------------
Fixes a problem with the ls command and specifying a revision keyword with
a working copy path.

* subversion/libsvn_client/ls.c
  (svn_client_ls): Pass the working copy path to get the revision number, or
  NULL if the path is a URL.

* subversion/tests/clients/cmdline/basic_tests.py
  (basic_ls): Updated to include a test using the BASE revision keyword.

---------------------------------------

-John



Re: [PATCH] svn ls -r PREV|BASE PATH for working copy

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Nov 1, 2003, at 8:36 AM, John Szakmeister wrote:

> I'm not entirely sure if this correct, but it fixes the problem as far 
> as I
> can tell.  It passes 'make check' and I've also included an update to
> basic_tests.py to make sure it doesn't slip by in the future.

Committed in revision 7593, thanks!

-garrett


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