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

2015-11-23 Thread Philip Martin
"Hartleroad, James [IT]" writes: > Just trying to get a better understanding on why svnlook shows the > files when reviewing one commit and not the other, when both commits > "changed" what was in the repository, at least to the point that the > files are copied to the new location. You might wa

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

2015-11-23 Thread Bert Huijben
> -Original Message- > From: Hartleroad, James [IT] [mailto:james.hartler...@sprint.com] > Sent: maandag 23 november 2015 17:24 > To: Ivan Zhakov > Cc: users@subversion.apache.org > Subject: RE: svnlook changed doesn't include all of the files that are part of &g

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

2015-11-23 Thread Hartleroad, James [IT]
to the new location. -Original Message- From: Ivan Zhakov [mailto:i...@visualsvn.com] Sent: Monday, November 23, 2015 8:51 AM To: Hartleroad, James [IT] Cc: users@subversion.apache.org Subject: Re: svnlook changed doesn't include all of the files that are part of the commit On 23 Nove

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

2015-11-23 Thread Bert Huijben
Diff reports copies of directories as adds of the individual files, while svnlook changed reports a copy on the root and only interesting changes below that. Just like how 'svn status' would have reported it before the commit. Bert From: Hartleroad, James [IT] [mailto:james.

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

2015-11-23 Thread Ivan Zhakov
On 23 November 2015 at 17:29, Hartleroad, James [IT] wrote: > Why doesn’t svnlook changed show all of the files that are part of the > commit? > > A developer created a new directory with two files in a branch and the > branch was merged into another branch. When running svnlook it shows the > di

Re: svnlook changed

2011-12-30 Thread Ryan Schmidt
On Dec 30, 2011, at 14:27, wrote: > I am trying to figure out a way to get a list of files that have changed in a > particular code line (branch or project) since a date or a revision. Svnlook > changed does not appear to accept a range of revisions. > > gold:/opt/subversion-1.7.1/bin> sv

Re: svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-12 Thread Ryan Schmidt
On Aug 12, 2011, at 11:01, Jan Ciesko (GMAIL) wrote: > What I was wondering though: if I commit a delete and run any svn command on > the REV-1 version in the post-commit hook, is it guaranteed that in the > meantime no other commits were run, thus making REV-1 invalid? > Or in other words: pre-

Re: svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-12 Thread Jan Ciesko (GMAIL)
Thanks Ryan and David for the info, that solved my problem. (I inspect the tree in a post-commit in the previous revision where the deleted files were still present.) What I was wondering though: if I commit a delete and run any svn command on the REV-1 version in the post-commit hook, is it g

Re: svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-04 Thread Ryan Schmidt
On Aug 3, 2011, at 08:14, Jan Ciesko (GMAIL) wrote: > I'd like to ask if there is a way to see which particular files have been > deleted when a directory deletion has been commited. > > Example: > > I add to a repository BAR/Apps the folder Jacobi. With "svnlook changed > "$REPOS"" in the po