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

Re: svnlook & perl question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-22 02:59:16 CEST

On Fri, 2004-05-21 at 16:29, Taras wrote:

> A vancouver_island/a0/
> D vancouver_island/zoo/

That's because a subversion move is actually a copy + delete.

If you run 'svn log -v', you'll see much the same thing, except that you
can tell a copy from a normal add because it shows the copy source.

 D /trunk/subversion/libsvn_wc/get_editor.c
 A /trunk/subversion/libsvn_wc/update_editor.c
                (from /trunk/subversion/libsvn_wc/get_editor.c:1315)

By the way, if you just want to "browse" a repository, that's why we
have the 'svn ls' command, or svn_client_list() API.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 22 03:03:19 2004

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

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