[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-14 21:44:52 CEST

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
Received on Wed Apr 14 21:47:30 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.