You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/04/14 19:44:52 UTC

Re: svn commit: r9355 - in trunk/subversion: include libsvn_client

On Wed, 2004-04-14 at 14:27, sussman@tigris.org wrote:
> Author: sussman
> Date: Wed Apr 14 14:26:43 2004
> New Revision: 9355
> Log:
> A major step towards making subcommands follow copy-history. (issue 1093).

A little demo:


$ svn log -v log.c
------------------------------------------------------------------------
r6 | sussman | 2004-04-14 11:51:40 -0500 (Wed, 14 Apr 2004) | 1 line
Changed paths:
   D /README
   A /log.c (from /README:5)

rename README to log.c
[...]

$ svn cat -r1 log.c

     Oh Most High and Fragrant Emacs, please be in -*- text -*- mode!
 
This is the library described in the section "The working copy
management library" of svn-design.texi.  It performs local operations
[...]

$ svn up -r1
[...]
Updated to revision 1.

$ svn cat -rHEAD log.c
subversion/libsvn_client/ra.c:630: (apr_err=195012)
svn: 'log.c' in revision 6 is an unrelated object.



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