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

RE: svnlook changed doesn't include all of the files that are part of the commit

From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 23 Nov 2015 18:25:19 +0100

> -----Original Message-----
> From: Hartleroad, James [IT] [mailto:James.Hartleroad_at_sprint.com]
> Sent: maandag 23 november 2015 17:24
> To: Ivan Zhakov <ivan_at_visualsvn.com>
> Cc: users_at_subversion.apache.org
> Subject: RE: svnlook changed doesn't include all of the files that are part of
> the commit
>
> Version 1.8.10
>
> $ svn log -r 5596 -v file:///data/ans/repos/r4BN
> ------------------------------------------------------------------------
> r5596 | cmadmin | 2015-11-20 09:55:22 -0600 (Fri, 20 Nov 2015) | 15 lines
> Changed paths:
> M /4BN/cmblds/1551-MID16.1.2.0
> A /4BN/cmblds/1551-
> MID16.1.2.0/4BN_Envs/dev/ReleaseChanges/MID16.1.2_Release_Changes.t
> xt (from /4BN/releases/1551-
> MID16.1.2.0/4BN_Envs/dev/ReleaseChanges/MID16.1.2_Release_Changes.t
> xt:5591)
> M /4BN/cmblds/1551-MID16.1.2.0/4BN_FAST_source/DB_Scripts
> A /4BN/cmblds/1551-MID16.1.2.0/4BN_FAST_source/DB_Scripts/MID16.1.2
> (from /4BN/releases/1551-
> MID16.1.2.0/4BN_FAST_source/DB_Scripts/MID16.1.2:5589)
> M /4BN/cmblds/1551-MID16.1.2.0/4BN_FAST_source/LDAP_Scripts
> A /4BN/cmblds/1551-
> MID16.1.2.0/4BN_FAST_source/LDAP_Scripts/MID16.1.2 (from
> /4BN/releases/1551-
> MID16.1.2.0/4BN_FAST_source/LDAP_Scripts/MID16.1.2:5590)
>
> When I look at the svnbook.red-bean.com for 1.8, http://svnbook.red-
> bean.com/en/1.8/svn.ref.svnlook.c.changed.html, I got the impression that
> new files added in a new directory would be shown.

The problem here is: "what is a new directory?"

In Subversion copied directories are somewhat 'new', but they already have the contents of where they were copied from.

In the same commit the contents can be changed... nodes can be added, deleted, replaced and modified.

Some other VCSes don't version directories, so they can't express copies of a directory... only of the files inside them. Subversion does express copies of directories.

        Bert
Received on 2015-11-23 18:25:44 CET

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.